如何在 Ubuntu 18.04 上安装软件中心

如何在 Ubuntu 18.04 上安装软件中心

我无法在 Bionic Beaver 中启动软件和更新中心。没有视频应用程序会打开。我尝试手动安装软件中心并得到以下输出:

neil@neil-ThinkPad-T420:~$ sudo apt-get install software-center
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package software-center is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'software-center' has no installation candidate

我不是技术专家,几乎无法遵循简单的终端指令。我需要帮助。

答案1

软件中心已被 gnome-software 取代。因此,只需在终端中输入

sudo apt install gnome-software

答案2

由于 Ubuntu 中软件包的质量正在下降,Synaptic 软件包管理器成为了 Ubuntu 软件中心的一个不错的替代品,并且比 Gnome 软件好得多(错误也少得多)。

你可以使用以下命令安装它:

sudo apt install synaptic

答案3

如果你想获得软件与更新- 它位于software-properties-gtk包裹。

您可以使用以下方式安装:

sudo apt update
sudo apt install software-properties-gtk

相关内容