Not a fan of Libre Workplace on Linux? Are you wanting to install Apache OpenOffice on your system as a substitute? Comply with together with this information as we go over how to install OpenOffice on Linux. We’ve bought detailed directions for Ubuntu, Debian, Arch Linux, Fedora, and OpenSUSE!

Ubuntu/Debian directions

Z

Apache’s Open Workplace used to be the default workplace suite for Ubuntu, and that meant it was extremely simple to install. Nonetheless, instances change. Not is OpenOffice the default suite, and now not is it within the default software program sources for Ubuntu. Because of this, if you want to use OpenOffice on Linux, you should obtain the DEB package deal from the web and install it.

Notice: these set up directions work on Debian Linux, as well as to Ubuntu. In case you are utilizing Debian, comply with together with the tutorial beneath, however change apt to apt-get when obligatory.

To begin the set up, open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. After that, use the wget obtain utility to seize the OpenOffice install package deal.

wget  -O Apache_OpenOffice_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz

The obtain for the OpenOffice set up package deal just isn’t a standalone DEB package deal. As an alternative, it’s a TarGZ archive full of many, many various DEB packages. Because of this, the obtain course of will take fairly some time. Be affected person.

When the downloading course of is full, extract the TarGZ archive in your house listing by working the tar command beneath.

tar xvf Apache_OpenOffice_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz

When the extraction course of is full, your private home folder can have a brand new listing with the identify of “en-US.” Transfer into this listing with the CD command.

cd en-US

When you’re inside the en-US folder, run the cat command and check out the included “readme” file, which explains precisely what you are able to do with the included Apache OpenOffice textual content file.

cat readmes/README_en-US | extra

Check out the readme file. When accomplished, shut it by urgent the Ctrl + C command to finish the readme. Then, transfer into the “DEBS” folder, the place all the Apache OpenOffice set up recordsdata through the use of the CD command.

cd DEBS/

Run the ls command to view the contents of the DEBS listing. You’ll discover that there are dozens of various DEB package deal recordsdata. It’s inconceivable to install all of those recordsdata one-by-one, file-by-file. So, as a substitute, to rapidly load all the things up on Ubuntu, we’ll use the wildcard (*) operate.

sudo dpkg -i *.deb

cd desktop-integration/

sudo dpkg -i *.deb

Let the packages install on your Ubuntu PC. It might take fairly a little bit of time due to the sheer quantity of recordsdata to undergo. When the method is all accomplished, run the apt install -f command to appropriate any dependency points which will have arisen.

sudo apt install -f

Or, in case you’re not sure about how to appropriate dependencies on Ubuntu, try our information on the topic.

Arch Linux directions

Arch Linux doesn’t have an official obtain hyperlink for OpenOffice on the developer’s web site. As an alternative, you should use the AUR to get all the things working. To begin the set up course of, use the Pacman command to arrange each Base-devel and Git.

sudo pacman -S git base-devel

After putting in the 2 packages, you should obtain Trizen AUR helper. The explanation that this helper have to be put in is that OpenOffice for Arch Linux has over 15 dependencies. These dependencies are tedious and time-consuming to install. With Trizen, this course of is simple and just about automated.

To install the Trizen AUR helper, obtain the package deal construct from the AUR.

git clone 

Transfer the terminal window into the “trizen” folder with the CD command.

cd trizen

Inside the “trizen” listing, name the makepkg command to install the Trizen AUR helper on your Arch Linux PC.

makepkg -sri

Lastly, after putting in the Trizen utility on your Arch Linux PC, you may get Apache OpenOffice up and working by working the next set up command.

trizen -S openoffice

Fedora/OpenSUSE directions

Apache helps Fedora, OpenSUSE, and all Linux distributions that use the RPM package deal format. To begin the set up course of, open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, from there, use the wget downloader device to seize the most recent OpenOffice RPM launch package deal.

wget  - O Apache_OpenOffice_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz

When the obtain is full, use the tar command to extract the TarGZ archive to your private home listing.

tar xvf Apache_OpenOffice_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz

After extracting the TarGZ archive RPM recordsdata, transfer the terminal session into the “en_US” listing with the CD command.

cd en_US

Check out the included “readme” file for OpenOffice with the cat command.

cat readmes/README_en-US | extra

Shut the “readme” with Ctrl + C. Then, transfer into the “RPMS” listing to install the recordsdata on both Fedora Linux or OpenSUSE Linux.

cd RPMS/

Fedora

sudo dnf install *.rpm

cd desktop-integration/

sudo dnf install openoffice4.1.7-redhat-menus-4.1.7-9800.noarch.rpm -y

OpenSUSE

sudo zypper --no-gpg-checks install *.rpm

cd desktop-integration/

sudo zypper --no-gpg-checks install openoffice4.1.7-suse-menus-4.1.7-9800.noarch.rpm

After putting in the RPM package deal recordsdata on your system, OpenOffice is prepared to use!



Source link

Share.
Leave A Reply

Exit mobile version