Results 1 to 3 of 3
How can I remove an application I installed using RPM packages ?
thanks for any answers.......
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-22-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 3
removing applications
How can I remove an application I installed using RPM packages ?
thanks for any answers....
- 02-22-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Just run rpm -ehv package. (Where package, of course, is the name of the package to uninstall).
- 02-23-2003 #3Just Joined!
- Join Date
- Feb 2003
- Posts
- 12
hi!
if you do not know the exact package...
rpm -qa |grep string
then issue the command Dolda2000 said + the exact package name.
additional infos...
~noelt.


Reply With Quote
