Linux Lite Forums

Software - Support => Installing Software => Topic started by: PinStripe on May 15, 2017, 03:36:02 PM

Title: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: PinStripe on May 15, 2017, 03:36:02 PM
I am trying to install OpenOffice 4.1.3 myself to LL 3.4. I have also removed Libre Office and have downloaded the Deb files for OO.
My goal is to support OO rather than LO. But I followed the instructions on the site to install and it is not working.

The instructions to install are:

Installing
The software is installed using the dpkg -i command.
1. Login as root or from the GUI, open a root terminal.
2. Type the following command, to install the software:
dpkg -i -–force-overwrite openoffice.org*.deb \
 desktop-integration/openoffice.org-debian-menus*.deb

But it does not work. Any ideas?
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: Jerry on May 15, 2017, 10:41:38 PM
Assuming you used the same url and I did, I followed the instructions here and had no problems - https://www.openoffice.org/download/common/instructions.html (https://www.openoffice.org/download/common/instructions.html)
To avoid any issues, you must remove LibreOffice also.

Break it down:

- Download from here - https://www.openoffice.org/download/ (https://www.openoffice.org/download/)
- https://www.openoffice.org/download/common/instructions.html#linux-preinstall (https://www.openoffice.org/download/common/instructions.html#linux-preinstall)
- sudo rm /usr/bin/soffice
- sudo apt remove --purge libreoffice*
- Remove the LibreOffice Menu shortcuts - https://www.linuxliteos.com/forums/installing-software/uninstall-libre-office/ (https://www.linuxliteos.com/forums/installing-software/uninstall-libre-office/)
- Go to where your downloaded OpenOffice to. Extract the file, then cd to the extracted folder.
- sudo dpkg -i *.deb
- cd to the desktop-integration folder
- sudo dpkg -i *.deb

Finish.
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: PinStripe on May 16, 2017, 11:56:56 AM
I still have broken Libre menu items in the main menu and have tried getting them out a few times now with no success.
They are not listed in the Main menu Edit Apps.

sudo remove --purge libreoffice*  Command Not Found

How do I delete the Libre files in the folders specified? Delete is ghosted and not sure how to do it as administrator.
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: PinStripe on May 16, 2017, 01:16:04 PM
I THINK I got the OO to install... but I don't know for sure as there are NO links in the main menu for it.
Also, cannot find it in the main menu Edit apps. I looked thru the entire menu and NO OO to be found.
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: PinStripe on May 17, 2017, 05:44:24 PM
It seemed to install though I can't find it no where. I did a search and it is no where, though the terminal said the install was successful.

Now what?
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: Artim on May 17, 2017, 06:44:12 PM
Try opening it in the terminal.
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: Jerry on May 17, 2017, 08:19:37 PM
Go through the install again using my instructions, this time, when using the Terminal, post any output here.
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: PinStripe on May 17, 2017, 09:06:59 PM
I found the Libre writer only in the repository. So, I DL'ed that and cannot
find it anywhere in the menu, either. What is up, here?

Also, I did basically follow your instructions before.
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: PinStripe on May 17, 2017, 09:11:40 PM
Try opening it in the terminal.

How do I do this? Sorry, some things I just haven't done, even tho I've been on Linux for years.  8/

EDIT: never mind... I figured it out.
Title: Re: Installing OpenOffice 4.1.3 on 3.4 ?
Post by: Jerry on May 17, 2017, 09:13:21 PM
The instructions I gave worked perfectly on my system (Linux Lite 3.4 64bit) At this stage, it's difficult to tell what state your system is in now with all the changes. Perhaps the lesson to learn here is when you choose to start using for example an Office suite other than what we provide, ask us first how to replace it before proceeding.