Click to See Complete Forum and Search --> : Red Hat Linux: Uninstall packages


Asia
06-24-2001, 10:10 PM
When you install www (apache) server when you install Red Hat Linux, how do you uninstall the package ( www server)?


rpm ....

Keyser Soze
06-25-2001, 04:46 AM
rpm -e

linuxluis
06-26-2001, 12:37 AM
the proper way would have to be this way

$ rpm -e apache

that should help you out. if you need anything let me know ..

have a good one

tux :cool:

Asia
06-26-2001, 01:19 AM
Thank you very much!