On Thu, 10 Oct 2002, Sergio A. Kessler wrote: > El jue, 10-10-2002 a las 12:45, Michael Schwendt escribió: > > On Thu, 10 Oct 2002 10:16:14 -0300, Sergio A. Kessler wrote: > > > > > - installed RH8 as desktop > > > - downloaded & installed apt for rpm > > > > > > then tryed: > > > > > > [root@localhost root]# apt-get remove qt > > > Reading Package Lists... Done > > > Collecting File Provides... Done > > > Building Dependency Tree... Done > > > The following packages will be REMOVED: > > > arts chromium control-center firstboot gaim gdm > > > gnome-applets gnome-desktop gnome-panel gnome-session > > > gnome-utils kdegames kdelibs metacity nautilus qt > > > redhat-artwork xmms > > > 0 packages upgraded, 0 newly installed, 18 removed and 1 not upgraded. > > > Need to get 0B of archives. After unpacking 108MB will be freed. > > > Do you want to continue? [Y/n] n > > > Abort. > > > > > > > > > it sound bad/strange to me that gdm, gnome-panel, etc depends on qt... > > > > Try "rpm -q --whatrequires qt". > > > > [root@localhost root]# rpm -q --whatrequires qt > no package requires qt > [root@localhost root]# rpm -e qt > error: Failed dependencies: > /usr/lib/qt3 is needed by (installed) redhat-artwork-0.47-3 > [root@localhost root]# rpm -q --whatrequires redhat-artwork > gnome-desktop-2.0.6-4 > gnome-session-2.0.5-7 > metacity-2.4.0.92-5 > nautilus-2.0.6-6 > gdm-2.4.0.7-13 > xmms-1.2.7-13.p > [root@localhost root]# > > SH1T !! > > (and I can't broke the dependency chain because apt will > refuses to work) This might work :) http://apt4rpm.sourceforge.net/faq.html#q32 wim