包 gnome-shell-common 已被阻止,但在尝试更新它时我得到了这个

Yor*_*sen 6 upgrade gnome package-management apt dpkg

这样做时sudo apt upgrade会说“gnome-shell-common 已被阻止”。当我这样做时,sudo apt dist-upgrade它不会显示 gnome-shell-common,并sudo apt install gnome-shell-common说它将删除 ubuntu-session、ubuntu-desktop 和更多关键包。我该如何解决?

gnome-shell-common:
 Geïnstalleerd: 3.28.2-0ubuntu0.18.04.1 
 Kandidaat: 3.28.3-0ubuntu0.18.04.2 
 Versietabel: 3.28.3-0ubuntu0.18.04.2 500  
  500  nl.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 
  500  nl.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
  *** 3.28.2-0ubuntu0.18.04.1 100 
 100 /var/lib/dpkg/status 3.28.1-0ubuntu2 500 
 500 nl.archive.ubuntu.com/ubuntu bionic/main amd64 Packages 
 500 nl.archive.ubuntu.com/ubuntu bionic/main i386 Packages
Run Code Online (Sandbox Code Playgroud)

小智 2

此错误是由于他们忘记更新到包的新版本而引起的libmutter,这是包的依赖项gnome-shell(包本身是 的依赖项gnome-shell-common):

Depends: libmutter-2-0 (>= 3.28.3-1~ubuntu18.04.1) but 3.28.2-2~ubuntu18.04.1 is to be installed

目前,新版本libmutter已经推送,您现在可以成功升级gnome-shell和升级gnome-shell-common软件包了。