Ich habe versucht nginx zu installieren und seit dem ist es mir nicht mehr möglich apt-get zu verwenden um Programme zu installieren, upzudaten etc.
Wenn ich apt-get -f install eingebe passiert folgendes.
Finde dazu irgendwie nichts wirklich im Internet und da ich gerade erst von Sqeeze auf Wheezy gewechselt bin, bin ich jetzt auch ein wenig ratlos. Würde mich freuen wenn mir jemand helfen kann.
Hier noch eben wie es aussieht wenn ich 'nen normalen Befehl ausführen möchte
Wenn ich apt-get -f install eingebe passiert folgendes.
Code:
root@45144:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libgd2-noxpm
Suggested packages:
libgd-tools
The following NEW packages will be installed:
libgd2-noxpm
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
5 not fully installed or removed.
Need to get 0 B/229 kB of archives.
After this operation, 617 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Can not set locale; make sure $LC_* and $LANG are correct!
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "de_DE.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 1.)
debconf: falling back to frontend: Readline
dpkg: regarding .../libgd2-noxpm_2.0.36~rc1~dfsg-6.1_amd64.deb containing libgd2-noxpm:amd64:
libgd2-noxpm conflicts with libgd2
libgd2-xpm:i386 provides libgd2 and is present and installed.
dpkg: error processing /var/cache/apt/archives/libgd2-noxpm_2.0.36~rc1~dfsg-6.1_amd64.deb (--unpack):
conflicting packages - not installing libgd2-noxpm:amd64
Errors were encountered while processing:
/var/cache/apt/archives/libgd2-noxpm_2.0.36~rc1~dfsg-6.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hier noch eben wie es aussieht wenn ich 'nen normalen Befehl ausführen möchte
Code:
root@45144:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
nginx-full : Depends: libgd2-noxpm (>= 2.0.36~rc1~dfsg) but it is not installed or
libgd2-xpm (>= 2.0.36~rc1~dfsg) but it is not installed
E: Unmet dependencies. Try using -f.