[PLUG] (SOLVED) Removing OOo with yum ... or?

Galen Seitz galens at seitzassoc.com
Wed Nov 3 00:52:51 UTC 2010


John Jason Jordan wrote:
> On Tue, 2 Nov 2010 16:43:01 -0700
> John Jason Jordan <johnxj at comcast.net> dijo:
> 
>> On Tue, 2 Nov 2010 15:44:15 -0700
>> John Jason Jordan <johnxj at comcast.net> dijo:
>>
>> I figured it out with the help of a kind soul who posted how he did it
>> on a Fedora forum. For the record:
>>
>> su
>> rpm -qa | grep ooo > rmlist
>> rpm -qa | grep openoffice > rmlist
>> cat rmlist #check to be sure they are all OOo 3.1.1 packages (they
>> were) rpm -e 'cat rmlist'
> 
> Oops. The third line should have had a double arrow:
> 
> rpm -qa | grep openoffice >> rmlist

And the fourth line should presumably use backticks.
   rpm -e `cat rmlist`

-- 
Galen Seitz
galens at seitzassoc.com



More information about the PLUG mailing list