Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok, when I installed Redhat 9.0 on my laptop I just chose to install the Gnome desktop. Granted the Nautilus browser is not all that good but after a couple of weeks I am used to Gnome and I like the feel.
Discovered today that I could switch to a KDE desktop even though I NEVER installed it. Anyway I thought I would try it out so I installed the whole KDE package using the 'install/remove application' utility.
After playing around with it for a while I have decided I don't want it on my machine so I had a look in 'install/remove applications' and it will only let me remove the 'non-core/extra' KDE stuff. No 'tick box' is present to remove the whole KDE package. WHY???!!!!!
I am wary of just going in as the super user and purging everything with KDE in the file name. I don't want to end up trashing my desktop and getting errors all the time.
no, don't just erase the file, do "rpm -qa | grep kde"
any core kde stuff you can do "rpm -e kde-***"
but you don't actually want to remove kde unless you're very short on disk space because some programs need kde libraries to work (anything using qt).
i don't use kde or gnome, i use fluxbox but i still keep kde and gnome installed because i use kde and gnome apps (grip, quanta, superkaramba...)
EDIT: if you decide you need to uninstall kde you will have to uninstall all the kde/qt-based apps that you have installed from RPMs, because they all depend on kdelib, which in turn depends on kdecore and these apps all have other apps which depend on them...
Last edited by randomblast; 11-14-2003 at 08:12 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.