Linux – How to uninstall Open Office from Linux

linuxopenoffice

I am working on Fedora 10,
I want to uninstall all the Open Office packages from my Linux system.
I need to install another version (OOo_3.1.1_LinuxIntel_install_en-US.tar.gz).

Best Answer

The yum command works great for me:

yum remove openoffice*

Please note the last * after openoffice. I first used yum remove openoffice and it did not work, then I realized the missing *.

By the way, I am using Oracle Enterprise Linux 6.1, which is binary compatible with RHEL 6.1.

Related Question