To install Libre office in Linux do following:
1) Open Terminal (CTRL+ALT+ T)
2) type: ” sudo add-apt-repository ppa:libreoffice/ppa ” // Without “” s //
3) ” sudo apt-get update ” // Without “” s //
4) ” sudo apt-get dist-upgrade ” // Without “” s //
// Do you want to delete Old Libre office from Linux ? Then click here //
If there are some issues in updating then follow the steps below:
Just create a file:
/etc/apt/preferences.d/libreoffice.pref
next edit it:
sudo nano /etc/apt/preferences.d/libreoffice.pref
and add those lines:
Package: *
Pin: release o=LP-PPA-libreoffice
Pin-Priority: 700
save changes, close the file and reload your repos list:
sudo apt-get update
Now You can upgrading LO to 5.x version:
sudo apt-get upgrade
895 total views, 2 views today