我想知道删除gnome-software包是否安全,因为它占用了大量内存。我不确定它是否与DE或特定的应用程序集成。
删除gnome-software包安全吗?我以前已经卸载了snap-store,但是software (deb)是预装的,我不确定是否应该卸载它。
我正在使用标准的Ubuntu20.04LTS。我还使用了预装的GNOME DE (在标准Ubuntu20.04中)
sudo apt remove --simulate gnome-software输出
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
gnome-software-common
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
gnome-software gnome-software-plugin-snap
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
Remv gnome-software-plugin-snap [3.36.1-0ubuntu0.20.04.0]
Remv gnome-software [3.36.1-0ubuntu0.20.04.0]发布于 2022-03-09 22:11:00
你的模拟移除显示没有危险或可疑的问题。
看起来很安全。
当然,这意味着您将不再拥有Ubuntu软件应用程序。我们不知道你的工作流程是否依赖于它--只有你才能知道。
发布于 2022-03-10 09:53:49
在20.04及更高版本中,Ubuntu的默认软件中心是Snap存储。在20.04,Gnome软件可能也已经安装(导致两个“软件”图标),但它没有在任何以后的Ubuntu版本。这些软件存储是图形用户界面,在后端与APT包管理器交互。Store还与Snap系统进行交互。Gnome软件可以用插件完成,用于支持snap和平板。
所以是的,移除Gnome软件或/和Snap存储是非常安全的,即使它们也可能导致删除“ubuntu桌面”的元打包。后者是一个包,依赖于所有被认为是默认Ubuntu桌面的一部分的软件。在安装过程中使用。如果在某一时刻,你可以重新安装它:然后,它会拉回任何化合物,你可能已经删除自己。
https://askubuntu.com/questions/1396786
复制相似问题