Gnome-shell 没有候选版本

Gnome-shell 没有候选版本

我无法在 Ubuntu 17.04 上安装 gnome-shell。我缺少什么?

» sudo apt install gnome-shell                                                                                                                                              
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package gnome-shell 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 'gnome-shell' has no installation candidate

答案1

我通过安装一些缺少的依赖项来修复它,例如:

apt install gir1.2-*
apt install gjs
apt install caribou
apt install gnome-backgrounds

答案2

您正在寻找的包是ubuntu-gnome-desktop

相关内容