- Forums
- Linux Hosting
- How To Uninstall RPM Packages - Remove Redhat Fedora Linux Shell Command
This Page Contains information about How To Uninstall RPM Packages - Remove Redhat Fedora Linux Shell Command By unix in category Linux Hosting with 1 Replies. [398], Last Updated: Sat May 18, 2024
unix
Thu Aug 31, 2006
1 Comments
24332 Visits
Uninstalling a RPM package very easy. Enter the following command in the linux shell:
CODE:
rpm -e package
The "-e" flag is to "erase". In this case to uninstall or remove the RPM package.
Thats it