This brief tutorial is going to show you how to manually install LibreOffice in Ubuntu. As you may already know, LibreOffice comes pre-installed in Ubuntu.

The version that comes with Ubuntu is customized to work well in Ubuntu. It’s also integrated with core Ubuntu application menu and other settings.

LibreOffice’s official version that’s on its download page is not what you get in Ubuntu by default. It’s not like you get a sub-standard edition, but it’s customized a bit and added to Ubuntu software repository.

If you want to the original and official version of LibreOffice for Linux, you must manually download it from it’s download page. That means, completely uninstalling the current version in Ubuntu and downloading the deb package from the official download page.

To do that you must first completely purge LibreOffice from Ubuntu.

 

Uninstalling LibreOffice from Ubuntu

To install the official version of LibreOffice manually in Ubuntu, you must first uninstall the current version in Ubuntu. To uninstall LibreOffice in Ubuntu, run the commands below.

sudo apt-get remove --purge libreoffice* && sudo apt-get autoremove

 

After running the commands above, restart your computer. When you log back in, download and download LibreOffice Linux .deb package from its download page.

 

Manually Installing LibreOffice in Ubuntu

After downloading the .deb package, open the terminal and go the Downloads folder in your home directory. By default, Firefox saves downloaded files there.

cd ~/Downloads

 

libreoffice-manual-install

 

Then run the commands below to extract the downloaded file which is mostly archived in .tar.gz file.

tar -xvf LibreOffice_*.tar.gz

 

After extracting the downloaded .tar.gz file, you will see a new LibreOffice Deb folder in the Downloads folder. To begin LibreOffice manual installation, run the commands below.

sudo dpkg -i LibreOffice_*/DEBS/*.deb

 

After running the above commands, LibreOffice will be installed and ready to use.

Next, go to Unity Dash and launch LibreOffice. This is how you install LibreOffice manually in Ubuntu.

 

libreoffice-manual-install-1

 

If LibreOffice is installed manually in Ubuntu, you will mostly likely have to upgrade manually every time there are new versions or security updates.

Or you may just want Canonical (Ubuntu parent company) handle LibreOffice installation and patch / updates management via its repository.

Enjoy!

Frequently Asked Questions

How do I manually install LibreOffice in Ubuntu?

To manually install LibreOffice in Ubuntu, you need to uninstall the current version first, download the official .deb package from the LibreOffice website, extract the downloaded file, and then run the command to install it.

What is the difference between the LibreOffice version in Ubuntu and the official version?

The LibreOffice version that comes pre-installed in Ubuntu is customized to work well with Ubuntu and is integrated with core Ubuntu settings. The official version from the LibreOffice website is not customized for Ubuntu and needs to be manually installed.

How can I completely remove LibreOffice from Ubuntu?

To completely remove LibreOffice from Ubuntu, you can run the commands 'sudo apt-get remove --purge libreoffice*' followed by 'sudo apt-get autoremove'. Restart your computer after executing these commands.

Where can I download the official version of LibreOffice for Ubuntu?

You can download the official version of LibreOffice for Ubuntu from the LibreOffice website. Make sure to download the .deb package for Linux.

What folder should I navigate to for extracting the downloaded LibreOffice file in Ubuntu?

To extract the downloaded LibreOffice file in Ubuntu, navigate to the Downloads folder in your home directory. By default, Firefox saves downloaded files there.

What command should I run to extract the downloaded LibreOffice file in Ubuntu?

To extract the downloaded LibreOffice file in Ubuntu, run the command 'tar -xvf LibreOffice_*.tar.gz' after navigating to the Downloads folder.

How do I install LibreOffice manually after extracting the downloaded file?

To install LibreOffice manually after extracting the downloaded file, run the command 'sudo dpkg -i LibreOffice_*/DEBS/*.deb'. This will install LibreOffice on your Ubuntu system.

What should I do after installing LibreOffice manually in Ubuntu?

After installing LibreOffice manually in Ubuntu, you can start using the application. Make sure to check for any updates or additional configurations if needed.