我的pop!_os 18.04没有最小化和最大化按钮,在从这个链接检查之后,我尝试安装gnome-tweak-tool,然后得到一系列依赖错误。
x@pop-os:~$ sudo apt install gnome-tweak-tool
[sudo] x password:
Reading list of packages... done
Analyzing the dependency tree of the package
Reading status information... done
There are some packages that cannot be installed. If you are using an unstable distribution, this might be
Because the system is unable to reach the state you requested. There may be some software you need in this release.
The packages have not been created or they have been moved out of the Incoming directory.
The following information may be helpful in resolving the issue:
The following packages have unmet dependencies:
Gnome-tweak-tool : Dependency: gnome-shell-common (>= 3.4) But it won't be installed
E: I can't fix the error because you want some packages to stay current, that is, they break the dependencies between the packages.但是当我试图安装gnome-shell-common时,它表明已经安装了最新版本,有人知道如何修复吗?谢谢。
x@pop-os:~$ sudo apt install gnome-shell-common
Reading list of packages... done
Analyzing the dependency tree of the package
Reading status information... done
Gnome-shell-common is the latest version (3.28.4-0ubuntu18.04.2).
Gnome-shell-common has been set up for manual installation.
0 packages have been upgraded, 0 packages have been newly installed, 0 packages have been uninstalled, and 22 packages have not been upgraded.发布于 2019-08-09 02:35:56
这里的问题是发行版提供了gnome的旧版本(3.28),而gnome调整工具至少需要3.4。
那是分配问题,不是你的问题
编辑:显然3.28实际上比3.4更新。但是,直到你的发行版出了问题
https://unix.stackexchange.com/questions/535179
复制相似问题