A previously installed version was found

I had StarOffice 8 installed on my SuSE Linux system.

Then I had to reinstall Staroffice, and so I removed the /opt/staroffice8 directory. I also removed the staroffice settings directory on my home.

Now when I want to install StarOffice, the installer says "A previously installed version was found in /opt/staroffice8"... I don't where the installer gets this information from because the directory is non existent...

How can I install StarOffice 8 again?

[483 byte] By [joaorf] at [2007-11-26 6:16:47]
# 1
Check in your YASTsoftware list. There are other items that SO installs such as menu items and a SuSE integration package. Just delete them using YAST.CheersYo
Yorick at 2007-7-6 13:57:28 > top of Java-index,StarOffice,StarSuite...
# 2

There is a chance, since you didn't use the rpm program (which is invoked by the installer) that the rpm database still "thinks" that StarOffice is installed.....any and/or all of the components.

The solution if the above won't work is to "force" the installation of the wanted components using the --force uption manually.

navigate to the rpm's folder on the installation disk...and from the command line install

the desired components with the --force option as root...such as:

rpm --force -ivh <all of the rpm files that you want to install>...this should make it install regardless of what it "thinks"...

There might be a way to "force" an uninstall or installation through Yast as well...I'm not sure about that....

Bobmeister at 2007-7-6 13:57:29 > top of Java-index,StarOffice,StarSuite...