Eu tenho o seguinte problema.
Instalei a versão mais recente do git do código-fonte, mas talvez tenha feito algo errado, porque agora, ao tentar instalar / desinstalar qualquer coisa usando apt-get
, recebo a seguinte mensagem:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
git-core: Depends: git (> 1:1.7.0.2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Bem, depois de sudo apt-get -f install
, ele propõe instalar o git:
The following extra packages will be installed:
git
e depois de digitar "Y", recebo outro erro:
dpkg: error processing /var/cache/apt/archives/git_2%3a2.3.6-1avh1~lucid1_amd64.deb (--unpack):
trying to overwrite '/etc/bash_completion.d/git', which is also in package git-core 2:2.3.6-1avh1~lucid1
Errors were encountered while processing:
/var/cache/apt/archives/git_2%3a2.3.6-1avh1~lucid1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Como posso corrigir isso?