Erro ao instalar o Git com o Apt-Get


11

Quando tento instalar o git em uma distribuição de servidor do Ubuntu 11.04, recebo um erro. Eu usei o seguinte comando:

sudo apt-get install git

E isso gerou este erro:

(Reading database ... 
dpkg: warning: files list file for package `git' missing, assuming package has no files currently installed.
(Reading database ... 20310 files and directories currently installed.)
Preparing to replace git 1:1.7.4.1-3 (using .../git_1%3a1.7.4.1-3_i386.deb) ...
/var/lib/dpkg/tmp.ci/preinst: 12: dpkg-maintscript-helper: not found
dpkg: error processing /var/cache/apt/archives/git_1%3a1.7.4.1-3_i386.deb (--unpack):
 subprocess new pre-installation script returned error exit status 127
/var/lib/dpkg/tmp.ci/postrm: 14: dpkg-maintscript-helper: not found
dpkg: error while cleaning up:
 subprocess new post-removal script returned error exit status 127
Errors were encountered while processing:
 /var/cache/apt/archives/git_1%3a1.7.4.1-3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Estou usando os seguintes repositórios:

# deb cdrom:[Ubuntu 8.04.3 _Hardy Heron_ - Release i386 (20090713.1)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://us.archive.ubuntu.com/ubuntu/ natty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ natty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ natty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ natty-updates main restricted


## main & restricted repositories
# deb http://us.archive.ubuntu.com/ubuntu/ lucid main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ lucid main restricted

#deb http://security.ubuntu.com/ubuntu lucid-security main restricted
#deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted

## universe repositories
#deb http://us.archive.ubuntu.com/ubuntu/ lucid universe
#deb-src http://us.archive.ubuntu.com/ubuntu/ lucid universe
#deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates universe restricted main
#deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates universe

#deb http://security.ubuntu.com/ubuntu lucid-security universe
#deb-src http://security.ubuntu.com/ubuntu lucid-security universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ natty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ natty universe
deb http://us.archive.ubuntu.com/ubuntu/ natty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ natty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ natty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ natty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ natty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ natty-updates multiverse

Alguém tem alguma idéia do que está acontecendo ou como posso corrigir isso e instalar o git?

[edit] Aqui está a saída da política do apt-cache dpkg:

dpkg:
  Installed: 1.15.5.6ubuntu4
  Candidate: 1.16.0~ubuntu7.1
  Version table:
     1.16.0~ubuntu7.1 0
        500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main Packages
     1.16.0~ubuntu7 0
        500 http://us.archive.ubuntu.com/ubuntu/ natty/main Packages
 *** 1.15.5.6ubuntu4 0
        100 /var/lib/dpkg/status

E agora o apt está completamente quebrado. Tentei atualizar o dpkg, porque notei que havia algumas versões desatualizadas. Falhou porque não pôde instalar o git. Eu tentei o apt-get purge, o apt-get clean e o apt-get update. Ainda é o mesmo problema. Eu tentei remover o git e consegui o seguinte:

Removing git-core ...
dpkg: error processing git (--remove):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
Errors were encountered while processing:
 git
E: Sub-process /usr/bin/dpkg returned an error code (1)

1
Você pode editar sua pergunta e adicionar a saída de 'apt-cache policy dpkg'?
ajmitch

@ajmitch Está feito.
22712 Daniel

Quanto tempo tenho que esperar antes de começar uma recompensa por esta pergunta? Eu realmente preciso de uma resposta a esta :( em vez soonish
Daniel Bingham

Seus problemas parecem ser porque você tem instalar um lúcido, mas está tentando instalar pacotes a partir de natty (sem atualizar para maverick no meio)
ajmitch

@ajmitch Oh, você sabe o que? Eu fiz isso há um tempo. Eu precisava da versão atualizada do vim que estava no repositório natty, mas não da lúcida, e não queria lidar com uma atualização completa. Obrigado por me lembrar!
22412 Daniel

Respostas:


5

Apenas no caso: é apt-get install git-core, não apenas apt-get install git.


1
Não sei ao certo quando isso mudou, mas o git também deve funcionar, não apenas o git-core. Certamente em natty, o pacote git realmente é git
Hamish Downer

Desde 10.04 eu tinha que fazer git-core, senão eu recebia a mesma mensagem de erro.
Marc-André Appel

Não, o mesmo erro.
22412 Daniel

A descrição para git-corediz "obsoleto".
Louis Waweru

1
Originalmente, o gitpacote era para as Ferramentas Interativas GNU, que ninguém realmente usa. Atualmente, gitrefere-se ao Git VCS e git-coreestá obsoleto.
Jörg W Mittag

5

Tudo bem, eu consertei isso. Eu tive que remover manualmente o pacote e forçar o dpkg a se limpar. Depois eu o instalei no git-core e funcionou bem. Para remover manualmente o pacote, fui para

/var/cache/apt/archives

E git_1%3a1.7.4.1-3_i386.debarquivo removido . Depois disso eu fui para

/var/lib/dpkg/info

E fez ls | grep gite removeu tudo o que apareceu. Depois eu corri

sudo dpkg --remove --force-remove-reinstreq git

Para limpar o dpkg do pacote. Feito isso, eu consegui instalar o git no git-corelugar do gitpacote e funcionou muito bem.


Encontrei o mesmo problema e isso também foi corrigido.
precisa
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.