Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to uninstall application 1

Status
Not open for further replies.

aixlurker

Technical User
Jun 20, 2002
39
PH
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?

thanks a lot...
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top