OK! Eu resolvi meu problema! Eu encontrei a resposta no AskUbuntu: há .
Eu tive que executar o seguinte comando: sudo dpkg -r --force-depends libserf1 Então eu poderia executar a atualização sem nenhum problema!
Estou com problemas ao tentar atualizar meu sistema depois que ele me disse que havia algumas atualizações disponíveis ...
Primeiramente, executei o seguinte comando sem problemas:
sudo apt-get update
Então eu tentei "atualizar" e aqui está a saída:
#:~$ sudo apt-get upgrade
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:
libserf-dev : Depends: libserf-1-1 (= 1.3.3-1ubuntu0.1) but it is not installed
libserf1-dbg : Depends: libserf-1-1 (= 1.3.3-1ubuntu0.1) but it is not installed
libsvn1 : Depends: libserf-1-1 (>= 1.2) but it is not installed
E: Unmet dependencies. Try using -f.
Então eu corri "sudo apt-get -f install":
#:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libserf-1-1
The following NEW packages will be installed:
libserf-1-1
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
7 not fully installed or removed.
Need to get 0 B/42.2 kB of archives.
After this operation, 164 kB of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 360153 files and directories currently installed.)
Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ...
dpkg: error processing archive /var/cache/apt/archives/libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libserf-1.so.1.3.0', which is also in package libserf1:amd64 1.3.2-0.1ubuntu0~ppa4
Errors were encountered while processing:
/var/cache/apt/archives/libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Portanto, o "-f install" não resolveu o problema das "dependências não atendidas" ...
Alguém tem uma ideia de como corrigir isso?
Qualquer ajuda seria muito apreciada!
Muito obrigado!
OK! Eu resolvi meu problema! Eu encontrei a resposta no AskUbuntu: há .
Eu tive que executar o seguinte comando: sudo dpkg -r --force-depends libserf1 Então eu poderia executar a atualização sem nenhum problema!
Tags apt ubuntu-14.04