Perhaps I should be more clear. I am using konstruct to download and build the KDE3.2 sources. This installs everything relative to $HOME/kde3.2 by default. I wish to rebuild the entire package and replace my existing KDE3.1.5 which is entireley rpm-based and install everything relative to /usr. I also want to remove the existing KDE and need a comprehensive howto. I am not able to do a 'rpm -Uvh *' in this case so I need to fully understand which rpm's exactly to remove. Is this documented anywhere? Gracias, JOB On 9-Mar-2004 05:58:53 +0100, you wrote: > On Tuesday 09 March 2004 06:19 am, Job 317 wrote: > > If updating to KDE3.2 is best done after uninstalling the old KDE > > (3.1.4) what would be the best way to do that? > > > > I'm on a RedHat 9 machine and the KDE3.1.4 distro is all RPM-based. > > > > Spacibo. > > > > JOB > I run a Fedora system (which is quite similar to redhat 9.0 ). > I recently upgraded to KDE 3.2 using the rpms available at the kde.org site. > there are two ways you could install kde 3.2 > > first you download all the rpms from kde.org to a directory and then type the > following in the command promt after doing a "cd" to that directory. > > rpm -Uvh *.rpm > > This should be enough and it will upgrage the packages. > > If you get some conflicts the do an > "rpm -qa | grep kde" (kde packages) > "rpm -qa | grep qt" (qt packages) > to list the kde and qt packages remove them (use rpm -e <packagename> if you > have yum installed then yum remove kdelibs would be enough to remove all > packages related to kde) and then type > > > rpm -Uvh art*.rpm > rpm -ivh qt*.rpm > rpm -ivh kde*.rpm > > Hope this helps. > ___________________________________________________ > . > Account management: https://mail.kde.org/mailman/listinfo/kde. > Archives: http://lists.kde.org/. > More info: http://www.kde.org/faq.html. >
___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.