I have tried to install some packages among others gettext and comerr-dev. When I did, there were some problems in the configuration process and as a result i cannot use apt-get anymore, because it tries to configure the two programs first before installing or deinstalling any other programs.
I have already tried to
Code:
sudo apt-get install -f
but the process cannot be finished.
The output is
Code:
matthias@matthiasLinux:~$ sudo apt-get install -f
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
2 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0B Plattenplatz zusätzlich benutzt.
Richte gettext ein (0.17-6ubuntu2) ...
install-info: No dir file specified; try --help for more information.
dpkg: Fehler beim Bearbeiten von gettext (--configure):
Unterprozess post-installation script gab den Fehlerwert 1 zurück
Richte comerr-dev ein (2.1-1.41.4-1ubuntu1) ...
install-info: No dir file specified; try --help for more information.
dpkg: Fehler beim Bearbeiten von comerr-dev (--configure):
Unterprozess post-installation script gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
gettext
comerr-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sorry for the German, i have tried to translate it here:
http://paste.ubuntu.com/168156/
Entering
Code:
dpkg --configure -a
doesn't return anything. But the problem remains.
Can anybody help?