
ubuntu 21.04를 설치하고 모든 패키지를 업데이트한 후 gnome-tweak-tool을 설치하려고 했으나 종속성으로 인해 오류가 발생했습니다.
smaceda@molexps15:~$ sudo apt install gnome-tweak-tool
[sudo] password for smaceda:
Reading package lists... Done
Building dependency tree... Done
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-extension-prefs :
Depends: gnome-shell (=3.38.4-1ubuntu3~21.04.1) but 3.38.4-1ubuntu2 is to be installed
Depends: gnome-shell-common (= 3.38.4-1ubuntu3~21.04.1) but 3.38.4-1ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
smaceda@molexps15:~$
어떻게 해결할 수 있나요? 저는 우분투를 처음 접했습니다.
답변1
일치하는 버전으로 패키지를 업데이트했는데 작동하는 것 같습니다.
sudo apt -f install gnome-shell=3.38.4-1ubuntu3~21.04.1 gnome-shell-common=3.38.4-1ubuntu3~21.04.1