Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install OpenOffice on Ubuntu system

2025-04-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to install OpenOffice on Ubuntu system". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to install OpenOffice on a Ubuntu system.

OpenOffice is another very powerful office suite that can replace Microsoft Office in addition to LibreOffice, and many Linux distributions integrate OpenOffice by default, which I personally like very much. So in this tutorial we will show you how to install OpenOffice in Ubuntu and Linux Mint. Of course, this step is also suitable for installing OpenOffice in the Ubuntu derivative Linux distribution.

Uninstall LibreOffice

Since Ubuntu integrates with LibreOffice by default, it is recommended that you uninstall OpenOffice before officially installing it. To uninstall LibreOffice, use the following command:

The code is as follows:

Sudo apt-get remove-purge libreoffice*

Sudo apt-get clean

Sudo apt-get autoremove

Installation steps for 32-bit version of OpenOffice

1. Switch to the temporary tmp folder first

The code is as follows:

Cd / tmp/

two。 Download the OpenOffice 32-bit installer

The code is as follows:

Wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-CN.tar.gz

3. Extract the installer and install it

The code is as follows:

Tar-xzvf Apache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-CN.tar.gz

Cd zh-CN/DEBS

Sudo dpkg-I * .deb

Cd desktop-integration

Sudo dpkg-I * .deb

Installation steps for the 64-bit version of OpenOffice

1. Switch to the temporary tmp folder first

The code is as follows:

Cd / tmp/

two。 Download the OpenOffice 32-bit installer

The code is as follows:

Wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_zh-CN.tar.gz

3. Extract the installer and install it

The code is as follows:

Tar-xzvf Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_zh-CN.tar.gz

Cd zh-CN/DEBS

Sudo dpkg-I * .deb

Cd desktop-integration

Sudo dpkg-I * .deb

At this point, I believe you have a deeper understanding of "how to install OpenOffice on the Ubuntu system". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 262

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report