LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to uninstall the openoffice (https://www.linuxquestions.org/questions/linux-software-2/how-to-uninstall-the-openoffice-354017/)

ztdep 08-16-2005 08:12 PM

how to uninstall the openoffice
 
i have conduct a full installation for the RHEL 4,

but i want to uninstall the openoffec,

when i do it in the "add and remove package" , the system suggest that "some lib was missing",
but i have a full insatllation.

then , plese tell me how to uninsatll openoffice ,thank you very much1

reddazz 08-17-2005 04:23 AM

Code:

#rpm -qa | grep -i openoffice
A list of openoffice packages will be listed, remove them by doing
Code:

#rpm -e package1 package2 etc


All times are GMT -5. The time now is 02:10 AM.