hi all,
i'm using Red Hat 7.3 Server Edition.
how do i uninstall 3rd party software applications. the specific application is a Magic Application Server for Linux. now, i want to uninstall it. how to do it?
Your application in rpm files. You can uninstall use this command :
# rpm -e <filename.rpm>
or you can use system --> gnorpm from your Gnome
You can check the application from there.
Good Luck
To find the rpm use rpm -qa|grep -i magic. For future purposes, if you have a package you built yourself and installed (i.e. source.tar.gz), many times you can use 'make uninstall' to remove it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.