Linux-Noob Forums
Removing Openoffice 2.0 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: SUSE (https://www.linux-noob.com/forums/forum-98.html)
+--- Thread: Removing Openoffice 2.0 (/thread-1027.html)



Removing Openoffice 2.0 - doncorleone - 2008-02-12


Hello,

I'm trying to to remove my Openoffice 2.0 that was came with my SuSE 10.0. I've installed the Openoffice 2.3 but do not know how to remove the old version so that I can use the new version as default.

Can you please give me tips on how to use Openoffice 2.3 as my default? I can easily remove the old version but I'm skeptical until I'm able to sort out the new version.

 

Thanks




Removing Openoffice 2.0 - xDamox - 2008-02-13


Hello,

 

Have you tried using the YaST software management tool? You can also do:

 



Code:
rpm -qa | grep -i openoffice




 

And when you get the returned results use the RPM command to remove the package

 



Code:
rpm -e package_name.rpm







Removing Openoffice 2.0 - doncorleone - 2008-02-14


Quote:Hello, 

Have you tried using the YaST software management tool? You can also do:

 



Code:
rpm -qa | grep -i openoffice

<div>


 

And when you get the returned results use the RPM command to remove the package

 



Code:
rpm -e package_name.rpm




</div>
 

Can you please tell me how to make Openoffice 2.3 my default office?