This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
You can remove any package that's been installed by running this command:
rpm -e PACKAGE_NAME
If there's any dependencies that also need to be removed, it would tell you about then when you go to remove the package.
-Eric
What is the difference between yum remove httpd-devel
and
rpm -e httpd-devel
Nothing, really, there's multiple ways to remove a package.
I like the rpm command better because it's less typing :-)
-Eric