I once advocated Apache OpenOffice in favor of LibreOffice, I even had this tutorial where you can remove LibreOffice all together and install Apache OpenOffice to your computer. If you like doing so, that’s a personal choice.



I had to study both softwares and make a decision that will affect me for a very long time. I chose brains over heart and here we are with LibreOffice 4.4.4 waiting for the 5.0 milestone, again not saying that Apache OpenOffice is bad, read more about my choice from here.
Now we come to an important part, Adding LibreOffice to Ubuntu again

Since we used the command purge to remove LibreOffice, we have to install it all over again adding PPAs ( Personal Package Archives) to the system.

We can simply do that by opening a terminal window Ctrl + Alt + T and entering the following command

sudo add-apt-repository ppa:libreoffice/libreoffice-4-4

Update

And there is the GUI way for users who don’t feel comfortable around the terminal!

Go to Settings Software and Updates

 

Settings menu

Go to Other Software and click add

 

 

Enter the PPA name in the field and click add source (Copy and paste)

Adding the PPA

Enter password to confirm

You need the password to confirm

You will see that the source is added (In my case I took both screenshots after adding).

 

The PPA has been added!

This way we added the LibreOffice PPA to the software sources so the system can fetch automatic updates (we don’t have to update manually every time)

After we added LibreOffice PPA, Let’s install the latest version!

Use the command sudo apt-get purge libreoffice-* and confirm with y to remove the current version (if it’s really old).

Now we continue by downloading LibreOffice from the site and extracting it to the desktop, please note that the tar.gz file is just an archive and doesn’t need any compiling, just extract with your default archive manager!

Extract the folder DEBS to your desktop

In terminal enter cd Desktop

Then write cd DEBS (Hint: If you have the option Right click and choose Open Terminal Here).

Write the command sudo dpkg -i *.deb to install all the debs in the folder (Batch install).

After it’s done. You have LibreOffice fully running!

Finally

The first step I’m not really sure it’s necessary. I’ll have to wait till the next update to confirm that installing a new one removes the old (Can anyone confirm this to me?).

That was how to add LibreOffice PPA and install it to keep it always updated. Have a good one!