PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : hilfe! debian!



p5w5
01.10.02, 12:35
hi!

ich habe leider das packet libqt3-mt_3.0.4-2_i386.deb mit
"dpkg install libqt3-mt_3.0.4-2_i386.deb"
installiert. jetzt spinnt das dselect und will mir über 100 packete deinstallieren! :-((

wie kann ich das obige packet wieder deinstallieren bzw. auf eine niedrigere bzw. passende version bringen?!

Danke im voraus und lg

feuerwand
01.10.02, 12:42
apt-get remove packetname

so kannst du sie wieder deinstallieren, wie man sie "downgraded", weiß ich leider auch nicht.

p5w5
01.10.02, 12:57
hi!

anmerkung: ich habe mir über http://people.debian.org/~schoepf/kde3/woody KDE3 installiert.
bei diesem kde ist die libqt3-mt in der version 3.0.3 dabei.

wenn ich jetzt "apt-get remove libqt3" eingebe dann bekomme ich folgenden output:
------------------------------------
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
ark: Depends: libqt3-mt (>= 2:3.0.3-1) but it is not going to be installed
artsbuilder: Depends: libqt3-mt (>= 2:3.0.3-1) but it is not going to be installed
[... schnipp ... weitere 100 packete ... schnapp ... ]
noatun: Depends: libqt3-mt (>= 2:3.0.3-1) but it is not going to be installed
noatun-plugins: Depends: libqt3-mt (>= 2:3.0.3-1) but it is not going to be installed
psi: Depends: libqt3-mt (>= 2:3.0.4-1) but it is not going to be installed
secpolicy: Depends: libqt3-mt (>= 2:3.0.3-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
------------------------------------

der aufruf "apt-get -f install" macht aber auch nicht das was ich will:
--------------------------------
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
ark arts artsbuilder kaboodle kaddressbook kalarm kalarmd kamera kandy kappfinder karm kate kate-plugins kcalc kcharselect kcmlinuz kcoloredit kcontrol kcron kdat kdcop kdeaddons kdeadmin kdebase kdebase-bin kdebugdialog kdegraphics kdelibs kdelibs-bin kdelibs4 kdemultimedia kdenetwork kdepasswd kdepim kdeprint kdesktop kdessh kdeutils kdf kdict kdm kdvi kedit kfax kfile-audio-plugins kfile-graphics-plugins kfind kfloppy kfract kghostview khelpcenter khexedit khotkeys kicker kicker-applets kiconedit kioslave kit kjots klaptopdaemon klipper kljettool klpq klprfax kmail kmenuedit kmid kmidi kmix knewsticker knode knotes konq-plugins konqueror konqueror-nsplugins konsole kooka korganizer korn kpackage kpager kpaint kpersonalizer kpf kpilot kppp kruler kscd kscreensaver ksirc ksmserver ksnapshot ksplash ksysguard ksysv ktimer ktip kuser kview kviewshell kwin kwuftpd kxkb kxmlrpc libarts1-qt libkcal2 libkdenetwork2 libkgantt0 libkonq4 libkregexpeditor libkscan1 libqt3 libqt3-mt lisa noatun noatun-plugins psi secpolicy
0 packages upgraded, 0 newly installed, 118 to remove and 0 not upgraded.
2 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 138MB will be freed.
Do you want to continue? [Y/n] n
-------------------------------------

und "apt-get -f install libqt3-mt" erfüllt auch nicht meine wünsche:
-------------------------------------
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, libqt3-mt is already the newest version.
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
libqt3-mt: Depends: libfreetype6 (>= 2.1.1-1) but 2.0.9-1 is to be installed
Depends: libqt3 (>= 2:3.0.4-1) but 2:3.0.3-20020329-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
-------------------------------------

Ich möchte einfach beinhart die die vorhandene libqt3-mt in der version 3.0.4 mit einem packet aus dem web ersetzten, welches die version 3.0.3 hat. wie geht das ?!!! *verzweifel*

lg

p5w5
01.10.02, 21:49
zuerst testen:
"dpkg --no-act --purge --ignore-depends=libqt3-mt libqt3-mt"
dann entfernen:
"dpkg --purge --ignore-depends=libqt3-mt libqt3-mt"
finale:
"apt-get install libqt3-mt"

jetzt ist alles wieder in ordnung!