| View previous topic :: View next topic |
| Author |
Message |
JZA OOo Advocate


Joined: 01 Feb 2003 Posts: 432 Location: Mexico
|
Posted: Mon Mar 21, 2005 3:08 pm Post subject: Uninstalling OpenOffice.org 1.9.x in Linux |
|
|
Any idea how to uninstall OOo 1.9.6x in Linux, I am on mandrake and I could uninstall some pieces using urpme command. However I wonder if there is a setup file that allow me to simply uninstall.
Thanks. _________________ Alexandro Colorado
PPMC Apache OpenOffice
http://es.openoffice.org |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Mon Mar 21, 2005 9:26 pm Post subject: |
|
|
This is how I would do it on Fedora (similar to Mandrake for this purpose):
rpm -qa | grep -i openoffice # search for installed openoffice packages and print a list
rpm -e openoffice-foo1 openoffice-foo2 # remove packages called openoffice-foo1 and openoffice-foo2
I hope you find this simple too. |
|
| Back to top |
|
 |
|