• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Red Hat Linux question

FOBSIDE

Platinum Member
i did an install and i didnt select which packages to install. i just selected them all and let it run. now im wondering, how do i know whats running/installed and what do i want to have installed? how do i go about removing packages i dont use or dont want installed?
 
The command for displaying the whole RPM database is "rpm -qa", from there you can just grep for whatever you're looking for.

But I assume you have KDE installed since you installed everything?
In that case you can use "kpackage", which should be alot easier for a newbie.
"gnorpm" is Gnome's rpm manager, not sure if it comes with Gnome by default or not.

For what's running, you hace the various daemons, you can either look into /etc/rcX.d where X is the runlevel, ie "rc3.d" for runlvl 3.
An easier way is to run "setup" which is a tool where you can(among other things) configure services.
 
Back
Top