You Are Here: Home » How-To » Linux

How To Install LibreOffice 3.4 In Ubuntu [11.04 & 10.10]

By on June 6th, 2011     

LibreOffice 3.4 was released a few days back with new features and improvements. It is not yet available in the Ubuntu repository, but if you want to use it right away, you can download and install it manually. In this article, we will tell you how you can install LibreOffice 3.4 in Ubuntu 11.04 and Ubuntu 10.10.

The first thing you have to do is remove LibreOffice 3.2 or OpenOffice - whichever you have installed in your system. To do that, open the terminal and execute the command given below.

For LibreOffice:

sudo apt-get remove libreoffice*.*

For OpenOffice:

sudo apt-get remove openoffice*.*

Now, download LibreOffice 3.4.

For 32-bit:

wget http://download.documentfoundation.org/libreoffice/stable/3.4.0/deb/x86/LibO_3.4.0_Linux_x86_install-deb_en-US.tar.gz

For 64-bit:

wget http://download.documentfoundation.org/libreoffice/stable/3.4.0/deb/x86_64/LibO_3.4.0_Linux_x86-64_install-deb_en-US.tar.gz

(Instead of using wget, you can also use axel. Axel supports multi threaded download and could give you a faster download. Check out this article for details about Axel.)

Using the TerminalExtract the package you have downloaded.

For 32-bit:

tar -zxvf LibO_3.4.0_Linux_x86_install-deb_en-US.tar.gz

For 64-bit:

tar -zxvf LibO_3.4.0_Linux_x86-64_install-deb_en-US.tar.gz

Using the Terminal, navigate into the directory you have extracted and execute the following commands to install LibreOffice 3.4:

sudo dpkg -i DEBS/*.deb

sudo dpkg -i DEBS/desktop-integration/*.deb

That is all, you should have LibreOffice 3.4 installed now.




         Submit to Reddit     Stumble


Related Posts by Tags: , , ,



  • Pingback: The Document Foundation Releases LibreOffice 3.4

  • John

    Very useful, I had problems with removing the old LibreOffice

  • Nevertheles

    I think it should be
    sudo dpkg -i DEBS/*.deb
    and not
    sudo dpkg -i /DEBS/*.debsince it is highly unlikely that one wants to extract in “/”

  • Krishna K Kc

    I did it but got the following weeor in command line

    gzip: stdin: decompression OK, trailing garbage ignored
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now

    • http://digitizor.com/ Ricky Laishram

      It seems like you have a corrupted archive. You can check it by running
      md5sum
      for the 32-bit version, you should get ef9cbec12e8db42c5578a63d4b096613
      for the 64-bit version, you should get 69a749f420485284574d0111ab7020eb

  • Krishna K Kc

    successfully downloaded and extracted the file but unable to install the program it shows following error

    bibek@ubuntu:~$ sudo dpkg -i DEBS/*.deb
    [sudo] password for bibek:
    Sorry, try again.
    [sudo] password for bibek:
    dpkg: error processing DEBS/*.deb (–install):
     cannot access archive: No such file or directory
    Errors were encountered while processing:
     DEBS/*.deb

  • http://www.facebook.com/issa.musallam1 Issa Musallam

    sudo dpkg -i *.deb



How To Install LibreOffice 3.4 In Ubuntu [11.04 & 10.10] was originally published on Digitizor.com on June 6, 2011 - 2:10 am (Indian Standard Time)