|
Linux HowTo's -
Beginner Linux HowTo's
|
|
Written by Tim Inkpen
|
|
Sunday, 25 May 2008 15:22 |
|
Removing
Multiple RPM's with Similar File Names
Use
the rpm’s command -e (for remove) with the --allmatches option
"rpm
–e --allmatches <package-to-be-removed>"
i.e.:
"rpm -e --allmatches kernel-2.4.25-8tr"
The --allmatches
allows you to match all rpms with a given expression..
|
|
Last Updated ( Sunday, 01 June 2008 16:20 )
|