[#]: subject: "How to Install OpenOffice in Arch Linux [Beginner’s Guide]" [#]: via: "https://www.debugpoint.com/install-openoffice-arch/" [#]: author: "Arindam https://www.debugpoint.com/author/admin1/" [#]: collector: "lkxed" [#]: translator: "geekpi" [#]: reviewer: " " [#]: publisher: " " [#]: url: " " How to Install OpenOffice in Arch Linux [Beginner’s Guide] ====== **An absolute beginner’s guide to install OpenOffice in Arch Linux and its derivatives.** [OpenOffice][1] is the oldest free and open-source office productivity suite which has been under maintenance for some time. It was developed by Apache and is still a sought-after suite, although it has been forked as LibreOffice. This tutorial is for those who want to install OpenOffice for their work and other needs. **Note**: Before you install, remember that many updated features and compatibility with Microsoft Office are not thoroughly supported in OpenOffice. If you want a more modern version of Office suite, try [LibreOffice][2]. ### Installing OpenOffice in Arch Linux The [OpenOffice package][3] is available in Arch User Repository. So, to install it, you need to use an Aur helper program. Here’s what you need to do. Follow the steps mentioned below to install Yay AUR helper. A detailed guide is [present here][4] if you want to learn more about Yay. - Run the following commands in sequence to install basic packages and clone Yay. ``` sudo pacman -S base-develsudo pacman -S gitcd /optsudo git clone https://aur.archlinux.org/yay.git ``` - Run the following command by replacing `debugpoint` with your Arch system’s user name. ``` sudo chown -R debugpoint:users ./yay ``` - Finally, install the AUR helper using the following command. ``` cd yaymakepkg -si ``` - Once finished, install OpenOffice using the following: ``` yay -S openoffice-bin ``` ![Install OpenOffice in Arch Linux via Yay helper][5] Follow the onscreen instructions. After installation, you can find it in the application menu, as shown in the below image. Launch OpenOffice and add your name and details to the start wizard, and you are good to go. ![OpenOffice in Arch Linux Application Menu (XFCE)][6] ![Latest OpenOffice running in Arch Linux][7] ### Wrapping Up Using the above method, you can also install OpenOffice in Majnaro and other Arch Linux-based distros. Although it is an older office productivity suite, you should remember that it is not fully compatible with modern Microsoft Office document types (such as docx, xlsx). If you run into any errors during installation, drop us a note in the comment box below. -------------------------------------------------------------------------------- via: https://www.debugpoint.com/install-openoffice-arch/ 作者:[Arindam][a] 选题:[lkxed][b] 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 [a]: https://www.debugpoint.com/author/admin1/ [b]: https://github.com/lkxed [1]: https://www.openoffice.org/ [2]: https://www.debugpoint.com/install-latest-libreoffice-ubuntu-linux/ [3]: https://aur.archlinux.org/packages/openoffice-bin [4]: https://www.debugpoint.com/install-yay-arch/ [5]: https://www.debugpoint.com/wp-content/uploads/2022/11/Install-OpenOffice-in-Arch-Linux-via-Yay-helper.jpg [6]: https://www.debugpoint.com/wp-content/uploads/2022/11/OpenOffice-in-Arch-Linux-Application-Menu-XFCE.jpg [7]: https://www.debugpoint.com/wp-content/uploads/2022/11/Latest-OpenOffice-running-in-Arch-Linux.jpg