• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

apt-Probleme, wiedermal

michael_33

Member
Hallo,

wie ich sowas liebe;

Code:
thor:~ # apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded
  MozillaFirefox acroread xorg-x11-Xvnc xorg-x11-fonts-100dpi
  xorg-x11-fonts-75dpi xorg-x11-fonts-scalable xorg-x11-server
  xorg-x11-server-glx
The following packages have been kept back
  gimp xorg-x11 xorg-x11-Mesa xorg-x11-libs
8 upgraded, 0 newly installed, 0 removed and 4 not upgraded.
Need to get 0B/50.4MB of archives.
After unpacking 9341kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Committing changes...
Preparing...                ########################################### [100%]
        file /usr/X11R6/bin/X from install of xorg-x11-server-6.8.1-15.4 conflicts with file from package xorg-x11-6.8.1-15
E: Error while running transaction

Ideen, Vorschläge?
 

oc2pus

Ultimate Guru
jo, lass dieses update mal etwas ruhen ...

wenn du die beiden anderen xorg-Pakete
noch mit apt install xorg-x11 xorg-x11-Mesa xorg-x11-libs nachinstallieren willst, wird das "halbe System" entfernt ...

da sind wohl einige "schräge" Abhnängigkeiten drin :(
 

framp

Moderator
Teammitglied
Sehe ich genauso. Gibt es denn nicht irgendwo eine DeltaListe, aus der man ersehen kann was eigentlich gefixed wurde und welche Abhaengigkeiten bestehen so dass man entscheiden kann, ob die Fixes es einem Wert sind eingespielt zu werden oder man lieber die Finger davon lassen sollte. Ein Forum oder Newsgroup mit Announcements waere auch nicht schlecht.
 

Grothesk

Ultimate Guru
Hab die Updates gestern eingespielt. Es wurden viele Pakete deinstalliert. Die habe ich danach wieder installiert, wobei ich bei einigen x.org-Paketen wieder auf die alte Version zurück musste. Wen kann man denn bzgl. der verwurstelten Abhängigkeiten ansprechen?

Grothesk
 

oc2pus

Ultimate Guru
mit rpm -qi <paket-name> kannst du die Informationen zu einem RPM abfragen. Im feld "Packager" steht dann wer das RPM gebaut hat. Das ist dann dein Ansprechpartner ;)

Beispiel:
rpm -qi apt
Name : apt Relocations: (not relocatable)
Version : 0.5.15cnc6 Vendor: (none)
Release : 0.suse091.rb.5 Build Date: Fr 20 Aug 2004 12:32:50 CEST
Install date: So 29 Aug 2004 16:55:14 CEST Build Host: linux.site
Group : System/Packages Source RPM: apt-0.5.15cnc6-0.suse091.rb.5.src.rpm
Size : 1276504 License: GPL
Signature : DSA/SHA1, Fr 20 Aug 2004 12:33:21 CEST, Key ID 536a59118c9b4b0d
Packager : Richard Bos <rbos@users.sourceforge.net>
URL : http://moin.conectiva.com.br/AptRpm
Summary : Advanced Packaging Tool
Description :
A port of Debian's apt tools for RPM based distributions. It provides the
apt-get utility that provides a safe and simple way to install and upgrade
packages. APT features complete installation ordering, multiple source
capability and several other unique features.
Distribution: (none)

mit rpm -qip ftp://..... kannst du remote Paketinfos abfragen.

Beispiel:
rpm -qip ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/9.2-i386/RPMS.xorg/xorg-x11-6.8.1-15.4.i586.rpm
warning: ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/9.2-i386/RPMS.xorg/xorg-x11-6.8.1-15.4.i586.rpm: V3 DSA signature: NOKEY, key ID 0dd8616d
Name : xorg-x11 Relocations: (not relocatable)
Version : 6.8.1 Vendor: SUSE LINUX AG, Nuernberg, Germany
Release : 15.4 Build Date: Mo 03 Jan 2005 12:56:29 CET
Install date: (not installed) Build Host: K48.suse.de
Group : System/X11/Utilities Source RPM: xorg-x11-6.8.1-15.4.src.rpm
Size : 22822328 License: X11/MIT
Signature : DSA/SHA1, Mo 03 Jan 2005 14:10:49 CET, Key ID 16a0f0bb0dd8616d
Packager : http://www.suse.de/feedback
URL : http://freedesktop.org/XOrg
Summary : The basic X Window System package
Description :
This package contains X.Org and some other programs from the
contrib-directory.
 
Oben