I used to have Tweak-Tools
but it was faulty and stopped working all the time. I didn't have unity-tweak-tool
. I had the gnome-tweak-tool
. So I removed the whole thing using purge when facing the problem below:
atenagm@atenagm-K46CB:~$ sudo apt-get install unity-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:
unity-tweak-tool : Depends: unity-webapps-common but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
but even after that, I faced the same problem. I've also tried $sudo apt-get install -f
and all other solutions found here but none of them worked.
I was thinking that maybe installing other desktop environments might be the cause. I once intalled gnome3
but the gui faced problems and I deleted all the dependencies. After restarting, problem had still remained, so I went for other environments like KDE. That solved the problem, though now I am still on unity desktop and no KDE desktop environment is running on the system. Might this be the problem? If so, how can I fix it and go back to the normal unity with all the functions such as unity-tweak-tool
? and if not, how can I install unity-tweak-tool
?
P.S. Here is the output of installing it using gdebi
:
atenagm@atenagm-K46CB:~$ sudo gdebi unity-tweak-tool_0.0.7ubuntu2_all.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Cannot install 'unity-webapps-common'
atenagm@atenagm-K46CB:~$ sudo gdebi unity-webapps-common_2.4.17+15.10.20150616-0ubuntu2_all.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Cannot install 'unity-webapps-service'
There is no error when performing $sudo apt-get update
or $sudo apt-get check
or any otherapt
commands. The output of $sudo apt-get install -f
is also as follows:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-4.4.0-109 linux-headers-4.4.0-109-generic
linux-image-4.4.0-109-generic linux-image-extra-4.4.0-109-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Which I solved this issue also by performing an autoremove.
Update note: from chat with N0rbert we determined that main problem was
kubuntu-ppa/backports
PPA. It messed Qt dependencies of unity-tweak-tool
.
$sudo apt-get install -f
removes the dependencies downloaded bywget
. – Athena Jan 30 '18 at 11:02sudo apt-get install aptitude && sudo aptitude install unity-tweak-tool
or Gdebi (see update above). – N0rbert Jan 30 '18 at 11:09sudo aptitude install unity-tweak-tool
? – N0rbert Jan 30 '18 at 11:25sudo apt-get check
,sudo apt-get dist-upgrade
,sudo apt-get install -f
,sudo dpkg --configure -a
produce any errors or warnings (if so, please add them to the question)? Have you enabled all repositories (main, universe, multiverse, restricted; xenial-updates; security)? – N0rbert Jan 30 '18 at 11:28software-properties-gtk
) may help: open it and look to Ubuntu Software and Updates tabs. – N0rbert Jan 30 '18 at 11:42