Live Chat Software by Kayako |
Knowledgebase
How do I uninstall RPM installation on Linux?
Posted by Van Glass on 13 September 2007 03:42 PM
|
|
To uninstall, first you must determine the name of the JSCAPE RPM package installed. To do this run the following command as root user: rpm -qa | grep jscape This will return the JSCAPE MFT Server package name. e.g. jscape_mft_server-x.x.x-x To uninstall run the following command as root user: rpm -ev jscape_mft_server-x.x.x-x Next, delete the JSCAPE MFT Server installation directory as follows: rm -rf /opt/JSCAPE_MFT_Server | |
|
Comments (0)