After the last gnome-shell update, the gnome-tweak-tool package was removed. When I try to install using the appitute command, the system says that I have unmet dependencies. However, I cannot fall back to the required gnome-shell version.
Below I present the command issued:
Here is the output of apt-cache policy gnome-shell-extensions gnome-tweak-tool gnome-shell
apt-cache policy gnome-shell-extensions gnome-tweak-tool gnome-shell
gnome-shell-extensions:
Installed: (none)
Candidate: 3.36.1-1
Version table:
3.36.1-1,500
500 http://pl.archive.ubuntu.com/ubuntu focal / universe amd64 Packages
500 http://en.archive.ubuntu.com/ubuntu focal / universe i386 Packages
gnome-tweak-tool:
Installed: (none)
Candidate: 3.34.0-2ubuntu1
Version table:
3.34.0-2ubuntu1 500
500 http://pl.archive.ubuntu.com/ubuntu focal / universe amd64 Packages
500 http://en.archive.ubuntu.com/ubuntu focal / universe i386 Packages
gnome-shell:
Installed: 3.36.9-0ubuntu0.20.04.2
Candidate: 3.36.9-0ubuntu0.20.04.2
Version table:
*** 3.36.9-0ubuntu0.20.04.2 500
500 http://en.archive.ubuntu.com/ubuntu focal-updates / main amd64 Packages
100 / var / lib / dpkg / status
3.36.4-1ubuntu1 ~ 20.04.2 500
500 http://en.archive.ubuntu.com/ubuntu focal-security / main amd64 Packages
3.36.1-5ubuntu1 500
500 http://en.archive.ubuntu.com/ubuntu focal / main amd64 Packages
I'm not working on the server, it's ubuntu 20.04.2 desktop.
I tried sudo apt install gnome-tweaks
too, it doesn't work.
sudo apt install gnome-tweaks
[sudo] user password rskowron:
Reading package lists ... Done
Building a dependency tree
Reading status information ... Done
Some packages could not be installed. This could mean
that an impossible situation was requested or an unstable distribution was used
in which some packages have not yet been created or moved
from the Incoming directory.
The following information may help resolve the situation:
The following packages have unmet dependencies:
gnome-tweaks: Requires: gnome-shell-extension-prefs but it will not be installed
E: Could not fix problems, corrupt packages stopped.
apt-cache policy gnome-shell-extensions gnome-tweak-tool gnome-shell
to your question? – nobody Jul 06 '21 at 08:11sudo apt install gnome-tweaks
and then rungnome-tweaks
. At least that's how it is on my (albeit 20.10 setup). I don't really know for sure but I thinkgnome-tweak-tool
is old, if I do a package search for it it says(oldlibs)
andtransitional package
: https://packages.ubuntu.com/search?keywords=gnome-tweak-tool&searchon=names&suite=all§ion=all – codlord Jul 06 '21 at 09:45sudo apt update && sudo apt full-upgrade
then try again. – nobody Jul 07 '21 at 08:44