Openoffice linux x86 64

Linux x86

The RPM package manager is a powerful tool you can use to deploy software packages both locally and throughout a network.

These instructions assume you have downloaded and extracted the Apache OpenOffice installation files.

Install

rm openoffice.org-gnome-integration-.rpm
rm openoffice.org-kde-integration-.rpm
rpm -ivh openoffice.org--menus_.rpm

You can safely delete the Apache OpenOffice installation packages after the install is complete.

Uninstall

Do not delete the Apache OpenOffice files from the file system. You must use either the Apache OpenOffice Java setup or the RPM package manager to uninstall Apache OpenOffice.

rpm -qa | grep openoffice > ooo_packages

DEB Based Linux Distributions

The APT or DPKG package manager is a powerful tool you can use to install, update and remove DEB packages, and is provided as part of some Linux distributions such as Debian and Ubuntu.

Install

rm openoffice.org-gnome-integration-.deb
rm openoffice.org-kde-integration-.deb
cd desktop-integration dpkg -i openoffice.org-debian-menus_.deb

You can safely delete the Apache OpenOffice installation packages after the install is complete.

Uninstall

Do not delete the Apache OpenOffice files from the file system. You must use either the Apache OpenOffice Java setup or the DEB package manager to uninstall Apache OpenOffice.

apt-get remove openoffice.org*

Источник

Install OpenOffice on Ubuntu 20.04

OpenOffice is a cross-platform and open-source productivity software office suit. This application software is written in Java and C++ languages. This office suite is available in almost 121 languages. It was initially developed for Microsoft Windows, Linux, and Solaris and later distributed for other operating systems. The OpenOffice suite included multiple applications to perform various functions such as OpenOffice Writer package for a word processor, Calc package for spreadsheet tasks, Impress is used for presentation application, Draw is for drawing application, Math application, and Base for database management.

In this article, we will learn how to remove conflicting libraries and install open office 4.1.7 on Ubuntu 20.04 LTS through the command line environment. Let’s start!

Installation steps of OpenOffice on Ubuntu 20.04 LTS

To install OpenOffice on Ubuntu 20.04, you need to follow the following steps:

Step 1: Remove LibreOffice or old installed office version

Before starting the installation of OpenOffice 4 on your system, first, you need to remove the LibreOffice and its libraries because LibreOffice and OpenOffice can’t run on the same system; both softwares have the same libraries that conflict during the installation. Therefore, completely remove the LibreOffice from the system. Use the following command that will completely remove the LibreOffice:

Читайте также:  Символ используется для linux

$ sudo apt remove libreoffice-base-core libreoffice-impress libreoffice-calc
libreoffice-math libreoffice-common libreoffice-ogltrans libreoffice-core
libreoffice-pdfimport libreoffice-draw libreoffice-style-breeze libreoffice-gnome
libreoffice-style-colibre libreoffice-gtk3 libreoffice-style-elementary
libreoffice-help-common libreoffice-style-tango libreoffice-help-en-us libreoffice-writer

Then, run the below-mentioned command:

The above command will remove all LibreOffice libraries from your system. Now, your system is ready for OpenOffice installation.

Step 2: Download OpenOffice

This package is not available on the Ubuntu software repository. Therefore, to install OpenOffice on Ubuntu 20.04, you need to download this package from the official OpenOffice website. This package is not available on the Ubuntu software repository. Therefore, to install OpenOffice on Ubuntu 20.04, you need to download this package from the official OpenOffice website.

Download the latest version of OpenOffice from their official website from the mentioned link https://www.openoffice.org/download/index.html. At the time of writing this article, OpenOffice 4.1.7 is available as the latest version. Therefore, Select the ‘Linux 64-bit (x86-64) (DEB)’ from the dropdown dialog box and select the preferred language and OpenOffice version and then click on the ‘Download full installation’ option.

The dialog box will display on your desktop. Here, you will select ‘Save File’ and set the location where you want to save it and click on Ok. In a while, the setup Apache_OpenOffice_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz will begin to download on your system. The download process will take time to complete.

Once the download is complete, you will navigate into Downloads directory and list files using the following command:

Step 3: Extract the tar file

The downloaded file is a tar file, so you need to extract it. Therefore, using the tar command-line utility extract the downloaded file as follows:

The above command will extract the downloaded file. This will create a directory named ‘en-US’ into the Downloads. Now, using the following command, you will navigate into the DEBS.

Step 4: Install deb packages

After that, you execute the following command to install the deb packages.

Now, you will integrate all packages on your desktop using the following command:

Install the deb packages using the following command:

Step 5: Launch OpenOffice 4.1.7

OpenOffice 4.1.7 has been installed on your system now. You can verify it by launching the OpenOffice 4 on your system either by using the terminal or from the desktop.

When you launch OpenOffice first time, you will see the above displaying window on your system. Click on Next and then Finish.

To launch it from the desktop, click on Activities and search ‘Openoffice’ in the application search bar. You will see as the following results on your system:

To use the apache OpenOffice full functionality, you may need to install the Java Runtime Environment on your system Ubuntu 20.04 if it is not already installed on your system.

Читайте также:  Bluetooth клавиатура astra linux

Therefore, using the following command, you can install JDK-8 or 11 on your system after updating the apt-cache.

Conclusion

In this article, we have learned how to install the latest version of OpenOffice 4.1.7 on Ubuntu 20.04 using the command line. Moreover, we also learned how to remove conflicting LibreOffice Libraries from your Ubuntu system. Now, you can use all packages of OpenOffice on your system related to drawing, writing, calculation, impress, maths, etc. I hope you enjoyed this article.

About the author

Karim Buzdar

Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications. As an IT engineer and technical author, he writes for various web sites. He blogs at LinuxWays.

Источник

Как установить OpenOffice в Ubuntu, Debian, Mint

Apache OpenOffice свободный офисный пакет приложений, поддерживающий новый формат OpenDocument ( .odt). Apache OpenOffice работает со следующими операционными системами: Linux, Microsoft Windows, macOS. Программа написана на языке C++ и Java. Офисный пакет Apache OpenOffice может свободно устанавливаться и использоваться на домашних компьютерах, в школах, офисах, вузах, государственных, бюджетных и коммерческих организациях и учреждениях согласно лицензии Apache.

Как установить OpenOffice в Ubuntu, Debian, Mint

Перед тем как установить Apache OpenOffice в Ubuntu необходимо проверить наличие java в системе:

Перед установкой OpenOffice нужно проверить установлен ли Libre Office. И если да, то его следует удалить:

$ sudo apt-get purge libreoffice* $ sudo apt-get install -f $ sudo apt-get autoremove -y

Теперь перейдём в папку со скаченным архивом Open Office и распакуем его:

Как установить OpenOffice в Ubuntu, Debian, Mint

Должно получится примерно так:

Как установить OpenOffice в Ubuntu, Debian, Mint

$ tar xfz Apache_OpenOffice_4.1.5_Linux_x86-64_install-deb_ru.tar.gz

Переходим в папку с распакованным архивом:

Устанавливаем все DEB-пакеты:

Теперь включаем отображение иконок офиса:

$ cd desktop-integration $ sudo dpkg --force-overwrite -i openoffice4.1-debian-menus_4.1.5-9789_all.deb

Apache OpenOffice 4.1.5

Как установить OpenOffice в Ubuntu, Debian, Mint

Linux

  • Файловая система Linux
  • Создание образа для восстановления системы Linux — программа PING (Partimage Is Not Ghost) — аналог ACRONIS
  • PyCharm. Горячие клавиши (hotkeys)
  • Обзор различных почтовых клиентов
  • Видео конвертер Transmageddon
  • Видео конвертер Arista Transcoder
  • Видео конвертер FF Multi Converter
  • Видео конвертер WinFF
  • Видео конвертер HandBrake
  • Конвертируем с помощью VLC Media Player
  • Обзор программы по работе со звуком Audacity
  • Веб-браузер Midori
  • Шестнадцатеричный редактор Bless
  • Текстовой редактор Bluefish
  • Как узнать версию ядра Linux и дистрибутива Ubuntu
  • Krusader — файловый менеджер, аналог Total Commander и Midnight Commander
  • Как установить проприетарные декодеры в Slimjet
  • Установка астрологической программы Zet с помощью Crossover
  • Master PDF Editor — многофункциональный PDF редактор
  • Рабочий стол XFCE
  • Установка текстового редактора Sublime Text 3 (сборки 3143) в Ubuntu или Debian
  • Как установить OpenOffice в Ubuntu, Debian, Mint
  • Технологии Snappy. Инструмент Snap
  • Утилита Flatpak
  • Создание загрузочной флешки программой Flawless
  • Как установить Python 3.8 на Ubuntu 18.04
  • Как установить Java 13 в Ubuntu и Linux Mint
  • Как установить IntelliJ IDEA в Linux
  • Русификация Firefox и перенос профиля
  • Как конвертировать DjVu в PDF в Linux

Источник

How to Install Apache OpenOffice on Ubuntu 22.04 and Linux Mint 20

Apache OpenOffice is an open-source office suite that is used for personal and business purposes to make reports, documents, and presentations. It is available for different operating systems. It is designed in Java and C++, so these languages should be considered the dependencies of the Apache OpenOffice.

Читайте также:  Все о linux ultimate

In this guide, we will discover the installation procedure of the Apache OpenSource on Ubuntu 22.04.

How to install Apache OpenOffice on Ubuntu 22.04 and Linux Mint 20

Both Ubuntu 22.04 and Linux Mint 20 are the Debian-based distributions, and in the same procedure, Apache OpenOffice can be installed on both distributions. We will use Ubuntu 22.04 to install Apache OpenOffice, and you can follow the same method to install it on Linux Mint 20.

Step 1: Install the Java package on Ubuntu 22.04

We have discussed above that Java is the dependency of Apache OpenOffice, so we will first install the Java package on Ubuntu using the command:

To confirm the installation of the Java, we will check its installed version:

Step 2: Download the Debian package of Apache OpenOffice

We will open the web browser and go to the official website of Apache OpenOffice:

We will choose the “Linux 64-bit (x86-64) (DEB)” package, in “English (US)”, and the latest version “4.1.12”, then click on the “Download full installation” button:

To confirm the download, we will navigate to the Downloads directory and list down the contents:

Step 3: Unzip the gz file to extract its contents

The downloaded file is zipped, so we will unzip the file by using the tar command:

Confirm the files have been unzipped by displaying the contents of the Downloads directory:

Step 4: Navigate to the Deb folder

After unzipping the file, we will navigate to the deb folder for this, we will run the command:

Step 5: Install the deb package of Apache OpenOffice

To install the Apache OpenOffice’s Deb package, we will use the dpkg package manager with the “-i” flag:

Step 6: Integrate all the packages

To integrate all the packages of Apache OpenOffice, we will navigate to desktop-integration with the cd command and install the required Debian packages:

Step 7: Launch Apache OpenOffice on Ubuntu 22.04

The installation of Apache OpenOffice has been completed in the above command now we will launch it by using the command:

Click on the “Next >>” button and then write the user name, here we are assigning it a “LinuxHint” username and then click on the “Finish” button:

Once it is done, Apache OpenOffice has been launched:

How to uninstall Apache OpenOffice on Ubuntu 22.04

To uninstall Apache OpenOffice from Ubuntu with all its configuration files, we will use the command:

Conclusion

Apache OpenOffice is a complete Linux office suite that can be used for personal and business purposes to make documents, spreadsheets, presentations, and edit databases. In this guide, the installation procedure of Apache OpenOffice has been discussed by downloading its Debian package from the official website of Apache OpenOffice.

About the author

Hammad Zahid

I’m an Engineering graduate and my passion for IT has brought me to Linux. Now here I’m learning and sharing my knowledge with the world.

Источник

Оцените статью
Adblock
detector