
Let’s move to “ en-US/DEBS/” directory where. In the next step, unzip the setup file via below-mentioned command: $ tar -zxvf Apache_OpenOffice_4.1.12_Linux_x86-64_install-deb_ Run the “ ls” command to verify that the setup file exists in the “ Downloads” directory: $ lsĪs you can see the OpenOffice setup file is successfully placed in Download directory: Open the “ Downloads” directory with the help of “ cd” command: $ cd Downloads Step 1: Download the OpenOffice setup fileįirst navigate to the OpenOffice official website, select “ Linux 64-bit(x86-64)” from the drop menu and click on the “ Download full installation” button:Īs you can see setup file is downloaded completely, and saved in “ Downloads” folder: To install OpenOffice on Ubuntu 22.04, follow the below-given steps carefully. How to Install OpenOffice on Ubuntu 22.04 Now, let’s move towards OpenOffice installation. Install JDK to enable runtime JAVA Environment: $ sudo apt install openjdk-11-jreĪt this point, we have fulfilled all the necessary requirements. Update APT cache repository using the below-given command: $ sudo apt update Then execute “ autoremove” to remove all other dependencies related to LibreOffice: $ sudo apt autoremove

First of all, remove LibreOffice from Ubuntu 22.04: $ sudo apt remove -purge libreoffice*Īfter removing LibreOffice execute the “ apt clean” command to handle broken packages: $ sudo apt clean
