Remove Multiple RPMs with similar file name
You can remove multiple RPMs with similar file name by help of rpm command
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..