Sempre que tento baixar um aplicativo, ele falha? (Dependências não atendidas?)

0

Estou tentando obter a ferramenta Unity Tweak, mas sempre que tento instalar um aplicativo através do sudo apt-get install, ele não faz o download. Isso acontece com todos os aplicativos que eu tento instalar. Vou usar a ferramenta de ajuste do Unity como exemplo:

user@userubuntu:~$ sudo apt-get install unity-tweak-tool
[sudo] password for (My Username): 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libudev1 : Breaks: libudev1:i386 (!= 229-4ubuntu10) but 229-4ubuntu13 is to be installed
libudev1:i386 : Breaks: libudev1 (!= 229-4ubuntu13) but 229-4ubuntu10 is to be installed
udev : Depends: libudev1 (= 229-4ubuntu13) but 229-4ubuntu10 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Quando eu tento o sudo apt-get update, recebo isto:

~$ sudo apt update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:2 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease [17.6 kB]
Get:3 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main amd64 Packages [2,860 B]
Get:4 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main i386 Packages [2,860 B]
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial InRelease       
Get:6 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main Translation-en [1,260 B]
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:8 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Fetched 331 kB in 8s (39.6 kB/s)                                 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
252 packages can be upgraded. Run 'apt list --upgradable' to see them.

Depois de tentar o sudo apt-get -f install, esta mensagem aparece:

$ sudo apt-get -f install 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libudev1
The following packages will be upgraded:
  libudev1
1 upgraded, 0 newly installed, 0 to remove and 251 not upgraded.
3 not fully installed or removed.
Need to get 0 B/55.1 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 177348 files and directories currently installed.)
Preparing to unpack .../libudev1_229-4ubuntu13_amd64.deb ...
Unpacking libudev1:amd64 (229-4ubuntu13) over (229-4ubuntu10) ...
dpkg: error processing archive /var/cache/apt/archives /libudev1_229-4ubuntu13_amd64.deb (--unpack):
 trying to overwrite shared '/usr/share/doc/libudev1/changelog.Debian.gz', which is different from other instances of package libudev1:amd64
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libudev1_229-4ubuntu13_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Qualquer ajuda sobre isso?

    
por ItalianBread 31.12.2016 / 07:35

0 respostas