I want to erase packets (rpm -e), but rpm say:
multiple packages
How to erase this packages?
On Monday 12 March 2007, devel wrote:
I want to erase packets (rpm -e), but rpm say:
multiple packages
How to erase this packages?
Adding "--allmatches" will remove all of the packages with that name. You might also want to 1) consider specifying the exact name if you only want one removed 2) read the man page, it's quite good.
/Peter