Software Updater performed a partial upgrade today and removed the gnome-tweak-tool and I think one of the depencies - gir1.2-handy-0.0
. I've tried installing in the Terminal and with Synaptic, but I got a broken package error with both. Installed gir1.2-handy-0.0
, but still get this error when installing the tweak tool:
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-tweak-tool : Depends: gnome-tweaks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I also tried:
Fixing the broken install
sudo apt --fix-broken install
Purging the tweak tool and reinstalling it:
sudo apt-get purge gnome-tweak-tool sudo apt-get autoremove && sudo apt-get autoclean sudo apt-get install gnome-tweak-tool
- Installing the package from the Focal repository gnome-tweaks (3.34.0-2ubuntu1) [universe]
Still getting the same result.
sudo dpkg --configure gnome-tweaks gome-tweak-tools
? – B. du Garay May 21 '20 at 20:32apt-cache policy gnome-tweak-tool gnome-tweaks
? – Kulfy May 21 '20 at 20:33dpkg: error processing package gnome-tweaks (--configure): no package named 'gnome-tweaks' is installed, cannot configure dpkg: error processing package gnome-tweak-tools (--configure): no package named 'gnome-tweak-tools' is installed, cannot configure Errors were encountered while processing: gnome-tweaks gnome-tweak-tools
– Testudo Terrapin May 21 '20 at 22:20gnome-tweak-tool: Installed: (none) Candidate: 3.34.0-2ubuntu1 Version table: 3.34.0-2ubuntu1 500 500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages 500 http://us.archive.ubuntu.com/ubuntu focal/universe i386 Packages gnome-tweaks: Installed: (none) Candidate: 3.34.0-2ubuntu1 Version table: 3.34.0-2ubuntu1 500 500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages 500 http://us.archive.ubuntu.com/ubuntu focal/universe i386 Packages
– Testudo Terrapin May 21 '20 at 22:22sudo apt install gnome-tweaks
? – Kulfy May 22 '20 at 15:32Reading 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-tweaks : Depends: gnome-shell-extension-prefs but it is not going to be installed E: Unable to correct problems, you have held broken packages`
– Testudo Terrapin May 22 '20 at 21:28apt-cache policy gnome-shell-extension-prefs; sudo apt install gnome-shell-extension-prefs
? – Kulfy May 22 '20 at 21:29$ apt-cache policy gnome-shell-extension-prefs gnome-shell-extension-prefs: Installed: (none) Candidate: 3.36.1-5ubuntu2 Version table: 3.36.1-5ubuntu2 500 500 http://us.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages 3.36.1-5ubuntu1 500 500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
– Testudo Terrapin May 23 '20 at 23:45$ sudo apt install gnome-shell-extension-prefs 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:
– Testudo Terrapin May 23 '20 at 23:47The following packages have unmet dependencies: gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.1-5ubuntu2) but 3.36.2-1ubuntu1~20.04.1 is to be installed Depends: gnome-shell-common (= 3.36.1-5ubuntu2) but 3.36.2-1ubuntu1~20.04.1 is to be installed E: Unable to correct problems, you have held broken packages.
– Testudo Terrapin May 23 '20 at 23:47apt-cache policy gnome-shell gnome-shell-common
? – Kulfy May 25 '20 at 06:32$ apt-cache policy gnome-shell gnome-shell-common gnome-shell: Installed: 3.36.2-1ubuntu1~20.04.1 Candidate: 3.36.2-1ubuntu1~20.04.1 Version table: *** 3.36.2-1ubuntu1~20.04.1 500 500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status 3.36.1-5ubuntu1 500 500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages` – Testudo Terrapin May 25 '20 at 15:11gnome-shell-common: Installed: 3.36.2-1ubuntu1~20.04.1 Candidate: 3.36.2-1ubuntu1~20.04.1 Version table: *** 3.36.2-1ubuntu1~20.04.1 500 500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages 500 http://us.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages 100 /var/lib/dpkg/status 3.36.1-5ubuntu1 500 500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages 500 http://us.archive.ubuntu.com/ubuntu focal/main i386 Packages 500 http://us.archive.ubuntu.com/ubuntu focal/main i386 Packages
– Testudo Terrapin May 25 '20 at 15:11