Ubuntu 软件中心非常慢

Ubuntu 软件中心非常慢

Ubuntu 软件中心非常慢,我更希望使用终端来安装或删除应用程序,因为它很慢。你们都遇到过同样的情况吗?例如,如果您单击第二个应用程序上的“安装”或“删除”,下载栏将不会显示任何进度。最终它会被下载,但 GUI 不会立即显示它。

答案1

对于图形包管理器,你可以尝试Synaptic 软件包管理器。它比 USC 快得多。在终端中输入:

sudo apt-get update && sudo apt-get upgrade

sudo apt-get install synaptic

另一个建议:apt 非常棒,而且速度非常快,试试看apt-fast

sudo add-apt-repository ppa:apt-fast/stable

sudo apt-get update

sudo apt-get install apt-fast

您将获得更快的下载体验apt-fast. 更多信息请见:http://www.webupd8.org/2012/10/speed-up-apt-get-downloads-with-apt.html

相关内容