5

Title, pretty much. I currently have LibreOffice 4.2.8.2 on Ubuntu 14.04. I'm just wondering what the easiest way to upgrade to the new LibreOffice 5 is, without creating duplicate applications or screwing everything up. Can anyone give me a quick method? Thanks in advance!

cosmoflop12
  • 1,089
  • 3
  • 15
  • 24
  • Those could work I guess. I was kinda hoping for some nice more specific steps to take. Sorta lazy. Sorry if this is a waste of a post – cosmoflop12 Aug 06 '15 at 03:38

1 Answers1

9

I believe the simplest way would be to follow this guide.

Otherwise you can use the check for update menu:

https://help.libreoffice.org/Common/Check_for_Updates_1

edit:

sudo add-apt-repository -y ppa:libreoffice/ppa
sudo apt-get update && sudo apt-get dist-upgrade
Bacon
  • 381
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Pilot6 Aug 06 '15 at 09:47
  • 1
    Is that better now? :) – Bacon Aug 06 '15 at 11:57