3

Is LibreOffice 4.0 coming to Ubuntu 12.10 as an update? If so when?

There is no Deb package to upgrade that one can just double click to install LO 4.0. The present instructions given on some websites are quite complicated.

Thank you.

:)

IndianArt
  • 369
  • The answers here should explain: http://askubuntu.com/questions/95336/why-cant-i-update-applications-without-upgrading-the-whole-os and are worth reading even though they don't address your specific question. –  Feb 12 '13 at 05:33
  • This question will probably be closed as a duplicate soon. If those answers don't fully address your question please edit it to include why and flag this for re-opening. Thanks! – Seth Feb 13 '13 at 17:43

1 Answers1

7

LibreOffice 4.0 is a major release, and hence may not be available in Ubuntu 12.10 via Software Updater (reason already mentioned by @vasa1 in a comment to your question, I'd recommend to read this answer of the same thread).

But if you're still interested in installing LO 4.0 in your box, WebUp8's Guide should get that done (and I don't think process explained there is that complicated). ;-)

And if its still complex for you, let's make it easier FTW. Here you go.

If you're using any previous versions of LO4 (Beta, RC, etc.) Better you follow up the link I've provided above ('cause you're already brave then). If not, do as follows.

  • Grab appropriate .deb installer (technically, it'll be a .tar archive) for your version of Ubuntu here.
  • The one you downloaded is one giant TAR archive (~160+ MBs), and now real work starts.
  • Go to your home folder and create a new folder called libreoffice and put that TAR file in here. Now open terminal using short-cut Ctrl+Alt+T and navigate to libreoffice folder by running command cd libreoffice.
  • Now extract the archive by running tar xvf libreoffice_downloaded_file.tar (be sure to replace with actual file name you've downloaded.
  • Once extraction is done, run following command to install sudo dpkg -i *.deb. It'll ask for password and once installation is done, exit terminal and look for LibreOffice 4 apps in Unity Dash.

Cheers. :-)

Kushal
  • 2,370