![](https://seccdn.libravatar.org/avatar/72ee3b9e0735cf98a1e936a90fc087ed.jpg?s=120&d=mm&r=g)
30 Oct
2006
30 Oct
'06
19:10
On Monday 30 October 2006 13:08, Istvan Gabor wrote:
Hi Anders:
First, test with -q to make sure you only match the packages you want to uninstall, with
rpm -qa openoffice.org-\*-2.0.4-5
or something. Modify the expression until you see all the packages, and only the packages, that you want to uninstall. Once it's correct, you do
rpm -e $(rpm -qa openoffice.org-\*-2.0.4-5)
This method works except that -2.0.4-5 must not be included since it is the version number and rpm requires the package name only w/o version number.
Actually, rpm will accept the version number, it works quite well the way I gave it, I tested it before I sent it :)