Error al instalar Git con Apt-Get

11

Cuando intento instalar git en una distribución de servidor de Ubuntu 11.04, aparece un error. Usé el siguiente comando:

sudo apt-get install git

Y eso generó este error:

(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)

Estoy usando los siguientes repositorios:

# 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

¿Alguien tiene alguna idea de lo que está sucediendo o cómo puedo solucionarlo y obtener la instalación de git?

[editar] Aquí está la salida de la política 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

Y ahora apt está completamente roto. Intenté actualizar dpkg porque noté que era un par de versiones desactualizadas. Falló porque no pudo instalar git. Intenté apt-get purge, apt-get clean y apt-get update. Sigue siendo el mismo problema. Intenté eliminar git y obtuve esto:

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)
Daniel Bingham
fuente
1
¿Puede editar su pregunta y agregar el resultado de 'apt-cache policy dpkg'?
ajmitch 01 de
@ajmitch Ya está hecho.
Daniel Bingham
¿Cuánto tiempo tengo que esperar antes de poder comenzar una recompensa por esta pregunta? Realmente necesito una respuesta a esto bastante pronto :(
Daniel Bingham
Parece que sus problemas se deben a que tiene una instalación lúcida, pero está tratando de instalar paquetes desde natty (sin actualizar a disidente en el medio)
ajmitch
@ajmitch Oh, ¿sabes qué? Lo hice hace un tiempo. Necesitaba una versión actualizada de vim que estuviera en el repositorio natty pero no en el lúcido y no quería lidiar con una actualización completa. ¡Gracias por recordarme!
Daniel Bingham

Respuestas:

5

Por si acaso: lo es apt-get install git-core, no solo apt-get install git.

Marc-André Appel
fuente
1
No estoy seguro de cuándo cambió, pero git también debería funcionar, no solo git-core. Ciertamente en natty, el paquete git realmente es git
Hamish Downer
Desde 10.04 tuve que hacerlo git-core, de lo contrario recibí el mismo mensaje de error.
Marc-André Appel
No, mismo error.
Daniel Bingham
La descripción de git-coredice "obsoleto".
Louis Waweru
1
Originalmente, el gitpaquete era para las herramientas interactivas de GNU, que en realidad nadie usa. Hoy en día, se gitrefiere al Git VCS, y git-coreestá en desuso.
Jörg W Mittag
5

Muy bien, lo solucioné. Tuve que eliminar manualmente el paquete y luego forzar a dpkg a borrarse. Luego lo instalé desde git-core y funcionó bien. Para eliminar manualmente el paquete fui a

/var/cache/apt/archives

Y el git_1%3a1.7.4.1-3_i386.debarchivo eliminado . Después de eso fui a

/var/lib/dpkg/info

E hizo ls | grep gity eliminó todo lo que apareció. Luego corrí

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

Para limpiar dpkg del paquete. Una vez hecho esto, pude instalar git en git-corelugar del gitpaquete y funcionó bien.

Daniel Bingham
fuente
Me encontré con el mismo problema y esto también me lo solucionó.
John Fiala