我不能在Ubuntu 17.04上安装gnome。我遗漏了什么?
» 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
发布于 2017-08-09 18:38:42
我通过安装一些缺少的依赖项来修复它,例如:
apt install gir1.2-*
apt install gjs
apt install caribou
apt install gnome-backgrounds
发布于 2017-08-08 00:33:36
您要寻找的包是ubuntu-gnome-desktop
。
https://askubuntu.com/questions/944028
复制相似问题