[Share Experiences] l安装了ibreoffice发现卸载不了,应用商店软件管理里无选项。。
Tofloor
poster avatar
limo22
deepin
2022-05-29 17:07
Author

这是在转载的终端里卸载

1.卸载libreoffice表格
sudo apt remove libreoffice-calc
2.卸载libreoffice绘图
sudo apt remove libreoffice-draw
3.卸载libreoffice幻灯片
sudo apt remove libreoffice-impress
4.卸载libreoffice word文档工具
sudo apt remove libreoffice-writer
5.卸载libreoffice 剩余的其他的都卸载
sudo apt remove libreoffice*
6.清除libreoffice配置文件
sudo apt purge libreoffice*
sudo apt autoremove
LibreOffice软件图标都没有了,卸载工作完成。
————————————————
版权声明:本文为CSDN博主「shen865069799」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/liu1046615126/article/details/121853406

Reply Favorite View the author
All Replies
feiying
deepin
2022-05-29 18:16
#1

直接sudo apt autoremove --purge libreoffice*就行了

Reply View the author