Installation of unity-tweak-tool

Asked by William Pabon

Hi:
When I try to install the unity-tweak-tool, synaptic package manager shows me a huge amount of apps an libraries that need to be removed (See picture below for a sample)

https://drive.google.com/open?id=0B_ZOUN6JcLCXbkFPNWxHbkVfWmc

I obviously cancelled the installation since I normally use many of the apps that are bound to be removed. Is there a solution for this? Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
William Pabon
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; apt-cache policy unity-tweak-tool

Thanks

Revision history for this message
William Pabon (williepabon) said :
#2

Andrew:
Hi! Information requested:

williepabon@WP-Macmini:~$ lsb_release -a
LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
williepabon@WP-Macmini:~$ apt-cache policy unity-tweak-tool
unity-tweak-tool:
  Installed: (none)
  Candidate: 0.0.7ubuntu2
  Version table:
     0.0.7ubuntu2 500
        500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
        500 http://archive.ubuntu.com/ubuntu xenial/universe i386 Packages
williepabon@WP-Macmini:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If you use:

sudo apt-get install unity-tweak-tool

Does it offer to remove lots of packages? Obviously abort the installation if this is the case.

Revision history for this message
William Pabon (williepabon) said :
#4

Andrew:
When I run the command above, the following happens:

williepabon@WP-Macmini:~$ sudo apt-get install unity-tweak-tool
[sudo] password for williepabon:
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.
williepabon@WP-Macmini:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

What is the output of:

apt-cache policy unity-webapps-common

Thanks

Revision history for this message
William Pabon (williepabon) said :
#6

Andrew:
Here is the output of the requested command.

williepabon@WP-Macmini:~$ apt-cache policy unity-webapps-common
unity-webapps-common:
  Installed: (none)
  Candidate: 2.4.17+15.10.20150616-0ubuntu2
  Version table:
     2.4.17+15.10.20150616-0ubuntu2 500
        500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        500 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages
        100 /var/lib/dpkg/status
williepabon@WP-Macmini:~$

Revision history for this message
William Pabon (williepabon) said :
#7

Andrew:

I just found out that this question is a repetition one I posted a few months ago (Question 433070 ). I'm very sorry for using your time in something that was previously answered. Consider this question solved. Thanks.
wp