PDA

View Full Version : [ubuntu] Unable to install Unity tweak tool in Ubuntu 16.04?



maxyspark
March 19th, 2017, 06:35 PM
I had Installed "Unity Tweak Tool". But now it disappeared.


When I tried to install again it shows the following output

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.




Screenshot -

https://i.stack.imgur.com/tkDzn.png

luckie2
March 26th, 2017, 05:36 AM
I am having the same issue. Were you able to find a solution?

Perfect Storm
March 26th, 2017, 06:11 AM
Try install unity-webapps-common first


sudo apt install unity-webapps-common

luckie2
March 26th, 2017, 03:29 PM
That seems to just lead to another package that wont install. Then when trying to install that package, it throws another
package that wont install. (see below) I went about 7 dependencies deep and it does the came thing every time.

Also this seems to be the only package that has problems installing. Everything else i have installed is working fine.
---------------------------------------------------
sudo apt install unity-webapps-common
[sudo] password for ********:
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-webapps-common : Depends: unity-webapps-service (>= 2.3.8-0ubuntu3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

sudo apt install unity-webapps-service
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-webapps-service : Depends: webapp-container
E: Unable to correct problems, you have held broken packages.

Perfect Storm
March 26th, 2017, 03:34 PM
Let's try this way:


sudo apt -f install

MilkThief
April 27th, 2017, 01:39 PM
Same issue, no working solution found...

Frogs Hair
April 27th, 2017, 05:02 PM
Make sure the Canonical Partners repository is enabled in Software & Updates under other software. Then try the following and if there are no errors try and install again.


sudo apt update
sudo dpkg --configure -a