1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
| $ sudo apt-get --auto-remove purge unity [sudo] password for geee: 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 下列软件包将被[卸载]: ubuntu-desktop* unity* 升级了 0 个软件包,新安装了 0 个软件包,要卸载 2 个软件包,有 142 个软件包未被升级. 解压缩后将会空出 2,589 kB 的空间. 您希望继续执行吗?[Y/n]y (正在读取数据库 ... 系统当前共安装有 153261 个文件和目录.) 正在卸载 ubuntu-desktop ... 正在卸载 unity ... 正在处理用于 man-db 的触发器... geee@geeepc:~$ sudo apt-get --auto-remove purge unity-common 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 下列软件包将被[卸载]: libunity-2d-private0* unity-2d* unity-2d-launcher* unity-2d-panel* unity-2d-places* unity-2d-spread* unity-common* unity-lens-applications* 升级了 0 个软件包,新安装了 0 个软件包,要卸载 8 个软件包,有 140 个软件包未被升级. 解压缩后将会空出 3,965 kB 的空间. 您希望继续执行吗?[Y/n]y (正在读取数据库 ... 系统当前共安装有 153236 个文件和目录.) 正在卸载 unity-2d ... 正在清除 unity-2d 的配置文件 ... 正在卸载 unity-2d-spread ... 正在卸载 unity-2d-places ... 正在卸载 unity-2d-panel ... 正在清除 unity-2d-panel 的配置文件 ... 正在卸载 unity-2d-launcher ... 正在卸载 libunity-2d-private0 ... 正在清除 libunity-2d-private0 的配置文件 ... 正在卸载 unity-lens-applications ... 正在清除 unity-lens-applications 的配置文件 ... 正在卸载 unity-common ... 正在处理用于 gconf2 的触发器... 正在处理用于 libglib2.0-0 的触发器... 正在处理用于 man-db 的触发器... 正在处理用于 gnome-menus 的触发器... 正在处理用于 desktop-file-utils 的触发器... 正在处理用于 bamfdaemon 的触发器... Rebuilding /usr/share/applications/bamf.index... 正在处理用于 libc-bin 的触发器... ldconfig deferred processing now taking place geee@geeepc:~$ sudo apt-get --auto-remove purge unity-lens* 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 注意,根据正则表达式 unity-lens* 选中了 unity-lens-gwibber 注意,根据正则表达式 unity-lens* 选中了 unity-lens-applications 注意,根据正则表达式 unity-lens* 选中了 unity-lens-files 注意,根据正则表达式 unity-lens* 选中了 unity-lens-music 软件包 unity-lens-gwibber 还未安装,因而不会被卸载 软件包 unity-lens-applications 还未安装,因而不会被卸载 下列软件包将被[卸载]: unity-lens-files* unity-lens-music* unity-scope-musicstores* 升级了 0 个软件包,新安装了 0 个软件包,要卸载 3 个软件包,有 140 个软件包未被升级. 解压缩后将会空出 451 kB 的空间. 您希望继续执行吗?[Y/n]y (正在读取数据库 ... 系统当前共安装有 152932 个文件和目录.) 正在卸载 unity-lens-files ... 正在卸载 unity-scope-musicstores ... 正在卸载 unity-lens-music ... geee@geeepc:~$ sudo apt-get --auto-remove purge unity-services 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 下列软件包将被[卸载]: libunity-core-4.0-4* unity-services* 升级了 0 个软件包,新安装了 0 个软件包,要卸载 2 个软件包,有 138 个软件包未被升级. 解压缩后将会空出 721 kB 的空间. 您希望继续执行吗?[Y/n]y (正在读取数据库 ... 系统当前共安装有 152906 个文件和目录.) 正在卸载 libunity-core-4.0-4 ... 正在清除 libunity-core-4.0-4 的配置文件 ... 正在卸载 unity-services ... 正在处理用于 libc-bin 的触发器... ldconfig deferred processing now taking place 正在处理用于 man-db 的触发器... geee@geeepc:~$ sudo apt-get --auto-remove purge unity-asset-pool 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 下列软件包将被[卸载]: unity-asset-pool* 升级了 0 个软件包,新安装了 0 个软件包,要卸载 1 个软件包,有 138 个软件包未被升级. 解压缩后将会空出 451 kB 的空间. 您希望继续执行吗?[Y/n]y (正在读取数据库 ... 系统当前共安装有 152894 个文件和目录.) 正在卸载 unity-asset-pool ... 正在清除 unity-asset-pool 的配置文件 ...
|