Błąd podczas instalowania Git z Apt-Get


11

Kiedy próbuję zainstalować git na dystrybucji serwera Ubuntu 11.04, pojawia się błąd. Użyłem następującego polecenia:

sudo apt-get install git

I to wygenerowało ten błąd:

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

Korzystam z następujących repozytoriów:

# 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

Czy ktoś ma pojęcie, co się dzieje lub jak mogę to naprawić i zainstalować GIT?

[edytuj] Oto wynik działania apt-cache policy 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

A teraz apt jest całkowicie zepsuty. Próbowałem zaktualizować dpkg, ponieważ zauważyłem, że było to kilka nieaktualnych wersji. Nie udało się, ponieważ nie można zainstalować git. Próbowałem apt-get purge, apt-get clean i apt-get update. Wciąż ten sam problem. Próbowałem usunąć git i otrzymałem to:

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
Czy możesz edytować swoje pytanie i dodać wynik „apt-cache policy dpkg”?
ajmitch

@ajmitch To jest zrobione.
Daniel Bingham

Jak długo muszę czekać, aby rozpocząć nagrodę za to pytanie? Naprawdę potrzebuję odpowiedzi na to dość szybko :(
Daniel Bingham

Twoje problemy wyglądać będzie, bo trzeba się świadomym zainstalować, ale próbują instalować pakiety z Natty (bez modernizacji Maverick pomiędzy nimi)
ajmitch

@ajmitch Oh wiesz co? Zrobiłem to jakiś czas temu. Potrzebowałem zaktualizowanej wersji vima, która była w nattykowym repozytorium, ale nie w wersji przejrzystej i nie chciałem zajmować się pełną aktualizacją. Dzięki za przypomnienie!
Daniel Bingham

Odpowiedzi:


5

Na wszelki wypadek: apt-get install git-corenie tylko apt-get install git.


1
Nie jestem pewien, kiedy to się zmieniło, ale git powinien również działać, a nie tylko git-core. Na pewno w natty, pakiet git naprawdę jest git
Hamish Downer

Od 10.04 musiałem to zrobić git-core, w przeciwnym razie dostaję ten sam komunikat o błędzie.
Marc-André Appel

Nie, ten sam błąd.
Daniel Bingham

Opis słowa git-core„przestarzały”.
Louis Waweru

1
Pierwotnie gitpakiet był przeznaczony dla interaktywnych narzędzi GNU, których nikt tak naprawdę nie używa. Obecnie gitodnosi się do Git VCS i git-corejest przestarzałe.
Jörg W Mittag,

5

Dobra, naprawiłem to. Musiałem ręcznie usunąć pakiet, a następnie zmusić dpkg do samo wyczyszczenia. Potem zainstalowałem go z git-core i działało dobrze. Aby ręcznie usunąć pakiet, do którego poszedłem

/var/cache/apt/archives

I usunięty git_1%3a1.7.4.1-3_i386.debplik. Potem poszedłem do

/var/lib/dpkg/info

I zrobiłem ls | grep giti usunąłem wszystko, co się pojawiło. Potem pobiegłem

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

Aby wyczyścić dpkg pakietu. Gdy to zrobiłem, byłem w stanie zainstalować git z git-corezamiast gitpakietu i działało dobrze.


Natknąłem się na ten sam problem i to również go rozwiązało.
John Fiala
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.