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
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
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?