当我试图安装gnome扩展时,会得到未满足的依赖项错误:
sudo apt-get install gnome-shell-extensions
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome-shell-extensions : Depends: gnome-shell (< 3.6) but 3.6.0-0ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.我该怎么解决这个问题?
发布于 2013-04-22 02:16:35
尝试以下命令:
sudo apt-get build-dep gnome-shell-extensions https://askubuntu.com/questions/284038
复制相似问题