如何完全卸载libreoffice?
Tofloor
poster avatar
键盘机
deepin
2014-01-07 17:04
Author
深度提供的软件中心,不能完全卸载libreoffice!
建议对包(支持库)的管理和对软件的管理分开来处理,
像libreoffice的表格、字处理等,按软件来管理和包(支持库)管理能够分开来处理;
把软件的依赖关系做好了,才能形成linux的生态系统。
Reply Favorite View the author
All Replies
MattD
deepin
2014-01-07 17:10
#1
LD的依赖树确实有点问题……有些依赖关联莫名其妙。
Reply View the author
就是好奇
deepin
2014-01-07 19:20
#2
sudo apt-get purge libreoffice?



sudo aptitude purge libreoffice?

不要漏掉通配符“?”,否则无法清除/卸载全部 LibreOffice 软件包

或者

sudo apt-get remove --purge libreoffice*
Reply View the author
cxbii
deepin
2014-01-08 18:22
#3
这个是libreoffice打包的问题。
libreoffice有虚包的,软件中心按照apt的逻辑只会卸载虚包而已,所以软件中心逻辑是正确的。。。
是打包问题。可以按照楼上操作
Reply View the author
xliang9550
deepin
2014-01-09 06:31
#4
sudo apt-get remove libreoffice*
我记得好像是这个。
Reply View the author
poloshiao
deepin
2014-01-09 16:19
#5
sudo apt-get purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove

參閱
http://linuxg.net/how-to-uninstall-libr ... d-distros/
Reply View the author
键盘机
deepin
2014-01-09 17:48
#6
恩,已经搞定了。
只是想嘭一下linux的软件与依赖包的关系处理的太差了。
估计开发者都不知道他开发的软件需要哪些依赖包!
Reply View the author
cxbii
deepin
2014-01-09 18:10
#7
恩,已经搞定了。
只是想嘭一下linux的软件与依赖包的关系处理的太差了。
估计开发者都不知道他开发的软件需要哪些依赖包!
其实不能这么说。这个是很操蛋的问题。
libroffice很大,需要的依赖包很多,所以开发者制作一个虚包,用户只要安装虚包,所有需要的依赖都可以装,如果卸载,卸载虚包,只会卸载虚包而已,其他带来的依赖不会自动卸载(我说的是默认使用sudo apt-get remove xx这样的形式)。。,因为安装依赖包可能对系统影响不大,但是卸载的话还是谨慎的尽量卸载最少的包,如果真的要喷,可能找debian比较好。
Reply View the author
键盘机
deepin
2014-01-13 17:35
#8
感觉linux如果不处理好依赖包的关系,软件体系很难发展
Reply View the author
cxbii
deepin
2014-01-13 18:00
#9
感觉linux如果不处理好依赖包的关系,软件体系很难发展
其实有依赖和打包标准的,但是。。你懂的
Reply View the author