How to Install Latest OpenOffice in Linux Desktop

Apache OpenOffice is a most popular and open-source application suite for Linux, Windows & Mac, which is used for word processing, spreadsheets, presentations, drawings, database, formula, and much more. OpenOffice is used by more than 200 million users across the globe companies, homes, and research centers with almost 41 languages. It is available freely for download and works on all common systems.

[ You might also like: How to Install Latest LibreOffice in Linux Desktop ]

OpenOffice 4.1.10 Improvements/Enhancements

  • Performance improvement for faster startup.
  • 41 supported languages.
  • A number of enhancements were added to the WebDAV management and file locking.
  • Bug fixes in Writer, Calc, Impress/Draw, Base.
  • The PDF export dialog was revamped for better usability on small laptop screens.
  • Fixed several security vulnerabilities.

The complete list of features can be found at Apache OpenOffice 4.1.10.

Requirements for Apache OpenOffice

  • Linux kernel version 2.6 or higher, glibc2 version 2.5 or higher.
  • Free memory of 256 MB RAM (512 MB recommended).
  • 400 MB available disk space.
  • JRE (Java Runtime Environment) 1.5 or higher.

Install Apache OpenOffice 4.1.2 on Linux

The following installation instructions show you how to install Apache OpenOffice 4.1.10 using language US English on 32-Bit and 64-bit Linux distributions. For 64-Bit platforms, there will be minor changes in directory names, but the installation instructions same for both architectures.

Step 1: Installing Java JRE in Linux

As I said above, you must have a JRE version (32-bit or 64-bit) installed on your systems, if not install the latest Java JRE version using the following articles.

Else, you can follow the below instructions to install the most recent version of Java JRE on Linux distributions such a Debian and RedHat based.

Install Java On Debian and Ubuntu
sudo apt install default-jre
Install Java JRE in Ubuntu
Install Java JRE in Ubuntu
Install Java On RedHat, Fedora, and CentOS
# yum install java-11-openjdk
Install Java JDK on CentOS
Install Java JDK on CentOS

Once Java installed, you can verify the version using the following command.

$ java -version

openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing)

Step 2: Downloading Apache OpenOffice

Next, go to the official OpenOffice download page and grab the latest version or use the following wget command to download directly in the terminal.

On Debian and its derivatives
# cd /tmp

---------------------------- On 32-bit Systems ---------------------------- 
# wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.10/binaries/en-US/Apache_OpenOffice_4.1.10_Linux_x86_install-deb_en-US.tar.gz


---------------------------- On 64-bit Systems ---------------------------- 
# wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.10/binaries/en-US/Apache_OpenOffice_4.1.10_Linux_x86-64_install-deb_en-US.tar.gz
On RedHat based Systems
# cd /tmp

---------------------------- On 32-bit Systems ---------------------------- 
# wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.10/binaries/en-US/Apache_OpenOffice_4.1.10_Linux_x86_install-rpm_en-US.tar.gz


---------------------------- On 64-bit Systems ---------------------------- 
# wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.10/binaries/en-US/Apache_OpenOffice_4.1.10_Linux_x86-64_install-rpm_en-US.tar.gz

Step 3: Removing Old OpenOffice Version

$ sudo apt-get remove openoffice* libreoffice*		[On Debian based Systems]
# yum remove openoffice* libreoffice*			[on RedHat based Systems]

Step 4: Extracting OpenOffice Package

Use Tar command to extract the package in the current directory.

# tar -xvf Apache_OpenOffice_4.1.10_Linux*	

Step 5: Installing OpenOffice in Linux

Now use the default package installer command to install all the packages on your respective distributions at once.

-------------------- On Debian and its Derivatives -------------------- 
# dpkg -i en-US/DEBS/*.deb en-US/DEBS/desktop-integration/openoffice4.1-debian-*.deb


-------------------- On RedHat based Systems -------------------- 
# rpm -Uvh en-US/RPMS/*.rpm en-US/RPMS/desktop-integration/openoffice4.1.10-redhat-*.rpm

Step 6: Starting Apache OpenOffice

On the terminal execute the following command to start the OpenOffice application.

# openoffice4

Step 7: Screenshots of Apache OpenOffice

Apache OpenOffice
Apache OpenOffice
About Apache OpenOffice 4.1.2
About Apache OpenOffice 4.1.2
Ravi Saive
I am an experienced GNU/Linux expert and a full-stack software developer with over a decade in the field of Linux and Open Source technologies

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

25 thoughts on “How to Install Latest OpenOffice in Linux Desktop”

  1. Hello,

    OpenOffice should be offered as Appimage. That would be easier and would allow to have it next to LibreOffice. I don’t understand why OpenOffice is not present in repositories any longer and why the OO developers don’t offer Appimage. Personally, I prefer OpenOffice. In my Mint the default Y-theme doesn’t like OO though…

    Reply
    • “I don’t understand why OpenOffice is not present in repositories any longer and why the OO developers don’t offer Appimage.” Basically, because Apache does not have sufficient development staff.

      “I prefer OpenOffice”
      Why do you prefer OpenOffice to LibreOffice? They’re pretty much the same product, except LO is being actively developed and gets regular updates and OO has been pretty much stagnant since 2014.

      Reply
  2. “Apache OpenOffice is a most popular and open-source application suite for Linux, Windows & Mac”.

    That MAY have been true when you first wrote this article. However, for the past 6-7 years LibreOffice has been the office suite that is installed by default in the majority of Linux distros. The last significant release of OpenOffice (4.1) was in 2014.

    Since then, there were only point releases introducing mostly cosmetic changes. The reason for that is that the OpenOffice team has been steadily losing developers to the point that there are not enough of them left for Apache to maintain a vigorous development pace. OpenOffice is falling further and further behind other office suites.

    OpenOffice has support for 41 languages while LibreOffice supports 119 at the latest count – three times as many.

    The above instructions call for installing Java first, then OpenOffice – two separate operations. If the first one does not complete successfully, as has happened to several posters, the installation of the office suite cannot proceed. Since at least LibreOffice 3.x, Java and Java Runtime Environment have been part of the default install of the LO suite.

    Let’s admit it, Apache Open Office is a niche product.

    Reply
  3. Operating system: Centos Linux, I have installed libre office few days back. Now I installed Apache Open office rpms successfully but when i try to install desktop integration I’m getting an error.

    file /usr/bin/soffice from install of openoffice4.1.3-redhat-menus-4.1.3-9783.noarch conflicts with file from package libreoffice-core-1:5.0.6.2-5.el7_3.1.x86_64

    Reply
    • @Naveed,

      First remove the LibfreOffice first from the system, because you can’t install both LibreOffice and ApacheOffice on same Linux box.

      Reply
  4. all commands worked and then i open office
    then occur this type of mesg
    openoffice4
    javaldx: Could not find a Java Runtime Environment!
    /opt/openoffice4/program/soffice.bin: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory

    Reply
    • @Prakash,

      Please install Java as show in the article, and also install freetype-devel libraries with yum command.

      # yum install freetype freetype-devel
      
      Reply
  5. Hi ,

    I am getting following error while installing in rhel 6 update 5
    rpm -ivh en-US/RPMS/*.rpm en-US/RPMS/desktop-integration/openoffice4.1.2-redhat-*.rpm

    error: Failed dependencies:
    perl(common.pl) is needed by openoffice-core06-4.1.2-9782.x86_64

    Any hints ?

    Thanks

    Anjan

    Reply
    • @Anjan,

      It’s because you’re installing most latest version of Apache Office in older version of CentOS 6, that means either you need to install supported version of Apache Open Office or upgrade your OS.

      Reply
  6. I am new on linux . Your steps worked great until the 4th step . After the 4 th step ..when i gave the command u said to install the rpm packages ….it came as follows : error: File not found by glob: RPMS/*.rpm
    error: File not found by glob: RPMS/desktop-integration/openoffice4.1.2-redhat-*.rpm
    Please help me with it as soon as possible !

    Reply
  7. Why not just use LibreOffice? it is already in most most linux distribution, can do everything OpenOffice can do (its a fork), has more features and better performance.

    Reply
    • @Sam,
      Yes, we can install LibreOffice from default repositories and I do admit that LibreOffice is much better than OpenOffice, but both does same job and have almost same features and this article is specially created for Openoffice lovers…

      Reply
  8. i have installed apacheopenoffice 4.0.1 along with libreoffice, but the problem is that apacheopenoffice is not showing in applications. what shuld i do to run openoffice?

    Reply
  9. @Vikram

    Hi, you could always try to install the version that is required bypassing whatever issues you encounter…like this

    #yum install glibc-2,7* –skip-broken than after it installs you can run

    #yum update

    which should try to rectify the problems with versioning…..just as a suggestion.

    Reply
  10. Thanks for this webpage. I already have Package glibc-2.5-81.el5_8.7.x86_64 already installed but it requires version `GLIBC_2.7′

    /opt/openoffice.org3/program/../basis-link/ure-link/bin/javaldx: /lib64/libc.so.6: version `GLIBC_2.7′ not found (required by /opt/openoffice.org/ure/bin/../lib/libuno_sal.so.3)
    /opt/openoffice.org3/program/../basis-link/ure-link/bin/javaldx: /lib64/libc.so.6: version `GLIBC_2.7′ not found (required by /opt/openoffice.org/ure/bin/../lib/libxml2.so.2)
    /opt/openoffice.org3/program/soffice.bin: /lib64/libc.so.6: version `GLIBC_2.7′ not found (required by /opt/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3)
    /opt/openoffice.org3/program/soffice.bin: /lib64/libc.so.6: version `GLIBC_2.11′ not found (required by /opt/openoffice.org3/program/../basis-link/program/libsvt.so)
    /opt/openoffice.org3/program/soffice.bin: /lib64/libc.so.6: version `GLIBC_2.7′ not found (required by /opt/openoffice.org3/program/../basis-link/program/libsvt.so)
    /opt/openoffice.org3/program/soffice.bin: /lib64/libc.so.6: version `GLIBC_2.11′ not found (required by /opt/openoffice.org3/program/../basis-link/program/libvcl.so)
    /opt/openoffice.org3/program/soffice.bin: /lib64/libc.so.6: version `GLIBC_2.7′ not found (required by /opt/openoffice.org3/program/../basis-link/program/../ure-link/lib/libxml2.so.2)

    Reply
  11. I have been trying to install this for weeks for my Linux class, prior to this class I have only heard of Linux and have never tried it. I have followed your instructions with no issue until step 5. After entering the command I get “tar: Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now” but when looking into the tmp file i is sitting there. What is wrong?

    Reply
    • @Wb,

      Sorry, we have mentioned wrong order for tar command option. the correct way to install it using tar command is as follows.

      # tar -xzvf Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-rpm_en-US.tar.gz

      I think it should work.

      Reply
  12. Dear,

    I tried to install open office 3.4 at my Fedora 8 PC, but it did’nt work. I am getting the following message:

    User must select a JRE from options dialog!/opt/openoffice.org3/program/soffice.bin: /lib/libc.so.6: version `GLIBC_2.11′ not found (required by /opt/openoffice.org3/program/../basis-link/program/libsvt.so)
    /opt/openoffice.org3/program/soffice.bin: /lib/libc.so.6: version `GLIBC_2.11′ not found (required by /opt/openoffice.org3/program/../basis-link/program/libvcl.so)

    And I don’t know what can I do?

    Please if you help me I will appreciate that.

    See ya!

    Reinhardt

    Reply
    • Dear Reinhardt,

      I think you don’t have glibc package installed on your system, install it using following command.

      yum install glibc
      

      If you still get’s same error then this guide is not compatible with Fedora 8.

      Reply
  13. I followed your instructions step by step and since I am new to Linux but I love working on it, I had to install this app. 3 times and finally I understood the commands and it worked out great for me. Thank you very much.

    Reply

Leave a Reply to dragonmouth Cancel reply

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.