apt-get upgrade

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
newdebianer
Beiträge: 93
Registriert: 19.07.2004 01:34:44

apt-get upgrade

Beitrag von newdebianer » 08.07.2007 08:28:41

hi,

wollte ein apt-get upgrade machen un d bekomme folgenden Fehlermeldung:

/usr/src/linux# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
gsfonts-x11: Depends: xutils (>= 4.1.0-12) but it is not installed
libfontenc1: Depends: x11-common but it is not installed
libfs6: Depends: x11-common but it is not installed
libxau6: Depends: x11-common but it is not installed
libxaw6: Depends: xfree86-common but it is not installable
libxaw7: Depends: xfree86-common but it is not installable
libxdmcp6: Depends: x11-common (>= 1:7.0.0) but it is not installed
libxfont1: Depends: x11-common but it is not installed
python-central: Depends: python (>= 2.3.5-7) but 2.1.3-3.2 is installed
python-extclass: Depends: python (>= 2.3) but 2.1.3-3.2 is installed
python-gdbm: Depends: python (>= 2.3) but 2.1.3-3.2 is installed
python-imaging-sane: Depends: python-imaging (= 1.1.5-11) but 1.1.3-1 is installed
Depends: python (>= 2.3) but 2.1.3-3.2 is installed
python-numarray: Depends: python (>= 2.4) but 2.1.3-3.2 is installed
python-pmw: Depends: python-tk (>= 2.4.3) but 2.1.3-3.2 is installed
python-xml: Depends: python (>= 2.4) but 2.1.3-3.2 is installed
reportbug: Depends: python (>= 2.4) but 2.1.3-3.2 is installed
xfonts-encodings: Depends: x11-common but it is not installed
xfonts-utils: Depends: x11-common but it is not installed
xlibs: Depends: xfree86-common (> 4.0) but it is not installable
E: Unmet dependencies. Try using -f.

Was kann ich machen??

Gruß
newdebianer

Benutzeravatar
Saxman
Beiträge: 4233
Registriert: 02.05.2005 21:53:52
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: localhost

Re: apt-get upgrade

Beitrag von Saxman » 08.07.2007 10:49:43

newdebianer hat geschrieben:hi,

wollte ein apt-get upgrade machen un d bekomme folgenden Fehlermeldung:

/usr/src/linux# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
....
E: Unmet dependencies. Try using -f.

Was kann ich machen??

Gruß
newdebianer
Dabei weißt er dich doch so schön drauf hin..

Code: Alles auswählen

You might want to run `apt-get -f install' to correct these.
Nur diese Zeile wundert mich..

Code: Alles auswählen

xlibs: Depends: xfree86-common (> 4.0) but it is not installable
Versuchst du ein versions upgrade oder was machst du da??

Gruß,
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie

Debian GNU/Linux Anwenderhandbuch | df.de Verhaltensregeln | Anleitungen zum Review und zum Verfassen von Wiki Artikeln.

Antworten