LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to install staroffice5.2 (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-staroffice5-2-a-570634/)

psiva2000 07-19-2007 04:31 AM

how to install staroffice5.2
 
i've installed Redhat Linux Enterprise Version 4 Desktop edition. After that i installed Staroffice 8.0 , now i want to uninstall Staroffice 8.0. it's not listed in Add/remove installed applications. pls tell me how to uninstall it.
Also i download staroffice 5.2 from a website, its downloaded with .bin extension. if i install that package it showed me the error message as its an unknown format. pls help me to install staroffice 5.2

fatra2 07-19-2007 04:48 AM

Hi there,

There is a few procedures you can follow to install a software. Depending on the OS you are working with, some are easier than others.

You can try the simple command, which tries to download from different website and install the package :
Code:

yum install staroffice 5.2
With a .bin file, you first must verify that you have the write to execute the file. You can change the permissions, with the command :
Code:

chmod 744 staroffice 5.2.bin
Once the permissions are set so you can execute this file, you need to :
Code:

./staroffice 5.2.bin
This should execute the file and install the package.

Hope this helps.

psiva2000 07-20-2007 12:00 AM

how to install Staroffice 5.2
 
hi

thanx a lot for ur reply. i tried this. but i got the error message :

file #0: bad zipfile offset (can't fine local header sig)
file #1: bad zipfile offset (can't fine local header sig)
file #2: bad zipfile offset (can't fine local header sig)


also i want to uninstall staroffice 8. pls help me

reddazz 08-03-2007 09:31 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 08:28 AM.