linux,windows
Wednesday, September 16, 2009
Uninstall rpm package by rpm commands
To uninstall a RPM package, use the following rpm command:
1.Query a RPM package name:
#rpm -q 'xxx'
or
#rpm -qf 'xxx/bin/xxxx.xx'
2.uninstall rpm package:
#rpm -e 'xxxxxx'
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment