Softpedia
 

NEWS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
TRENDING TODAY
Home > News > Linux > Ubuntu Tips and Tricks

January 12th, 2011, 11:54 GMT · By

How to Install LibreOffice in Ubuntu 10.10 and Ubuntu 10.04

SHARE:

Adjust text size:

LibreOffice 3.3.0 RC2 in Ubuntu 10.10
Enlarge picture
The following tutorial will teach every Ubuntu 10.10 and Ubuntu 10.04 LTS user how to install the new LibreOffice open source office suite and replace the old OpenOffice.org office suite from Oracle.

Last week we've announced that the Ubuntu developers started the transition of the outdated OpenOffice.org packages to the new LibreOffice ones, in the upcoming Ubuntu 11.04 (Natty Narwhal) operating system, due for release in late April this year.

However, the LibreOffice package are also available for Ubuntu 10.10 (Maverick Meerkat) and Ubuntu 10.04 LTS (Lucid Lynx) users. To remove OpenOffice.org from your system and install LibreOffice, follow the next step-by-step (with screenshots) tutorial.

Step 1 - Remove OpenOffice.org

Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:

gksu apt-get purge "openoffice*.*"

Review image

A terminal window will appear. Enter your password when asked and hit the OK button.

When you will be asked if you want to remove the OpenOffice.org package, type Y and hit Enter. After this, the OpenOffice.org packages will be removed and the terminal window will disappear...

Review image

Step 2 - Add the LibreOffice repository

No matter what operating system you are running (Ubuntu 10.10 or Ubuntu 10.04), hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:

gksu add-apt-repository ppa:libreoffice/ppa

Review image

Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close. Hit the ALT+F2 key combination again, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:

gksu apt-get update

Review image

Enter your password when asked and hit the OK button. A terminal window will appear for a few seconds, and it will automatically close.

Step 3 - Install LibreOffice

Hit the ALT+F2 key combination on your keyboard, check the "Run in terminal" option and paste the following command in the "Run Application" dialog:

sudo apt-get install libreoffice libreoffice-gnome language-support-en

Review image

A terminal window will appear. Enter your password when asked.

When you will be asked if you want to install the LibreOffice packages, type Y and hit Enter. Wait for the installation to finish...

Review image

That's it! LibreOffice is now completely installed in your Ubuntu machine.

Review image

If you have problems with the tutorial, do not hesitate to comment below!


77,060 hits · 92 comments
Link to this article · Print article · Send to friend

MUST-READ RELATED ARTICLES:


PC-BSD 8.2 RC1 Is Available for Testing

Softpedia Linux Weekly, Issue 131

wattOS R3 Is Based on Ubuntu 10.10

Superb Mini Server 1.5.5 Comes with Linux Kernel 2.6.35.7

KDE SC 4.5.5 Has Been Released

READER COMMENTS:


Comment #1 by: OneMan on 12 Jan 2011, 16:24 UTC reply to this comment

Awesome!


Comment #2 by: Luis on 12 Jan 2011, 19:13 UTC reply to this comment

Very easy tutorial. Thx.


Comment #3 by: ibn-i Sina on 12 Jan 2011, 19:17 UTC reply to this comment

Year is 2011 and we don't need any office 'suite' anymore. Wake up !

Comment #3.1 by: Guy on 12 Jan 2011, 22:03 GMT

@ ibn-i Sina

Speak for yourself _ i use OOo daily.

Comment #3.2 by: Snatale42 on 03 Apr 2011, 22:57 GMT

With the exception of slideshow presentations, I don't know of any office I work in that doesn't use most of there office suites apps, must just be you. Im a field tech, and use excel, access and outlook daily

Comment #3.3 by: banzwala on 14 Nov 2011, 08:12 GMT

"their"


Comment #4 by: antonio on 12 Jan 2011, 20:08 UTC reply to this comment

I did the same thru Synaptic


Comment #5 by: FedeleP on 12 Jan 2011, 21:41 UTC reply to this comment

You can also install LibreOffice by using BleedingEdge:

http://sourceforge.net/projects/bleedingedge/

It is a shell script (non-compiled) that installs all sorts of stuff not found in the repos.


Comment #6 by: THK on 12 Jan 2011, 22:55 UTC reply to this comment

These instructions have been copied again and again from one site to another (often without citation).

The all have the "apt-get purge openoffice*.*" line. Its kind of funny because apt-get uses regular expressions, not file globs. That regexp matches "openofficeeeeeeeeee.*" (any number of e's followed by any number of any characters). The simpler regexp would be "openoffice.*" or perhaps "openoffice-.*"

Comment #6.1 by: elviejo on 26 Jan 2011, 14:34 GMT

what are the differences between OpenOffice and LibreOffice ?

Is it useful to remove one to install the other ?

What is better in LibreOffice that OOo can't do ?


Comment #7 by: whs on 13 Jan 2011, 18:21 UTC reply to this comment

Is there a way to do a selective install of LibreOffice components, so that I can exclude Base and Math and other things I won't use?

Comment #7.1 by: Marius Nestor on 14 Jan 2011, 09:54 GMT

Yes, from Synaptic... search for LibreOffice and select the packages you want! But don't forget to install the libreoffice-gnome and language-support-en packages!


Comment #8 by: Johannes on 13 Jan 2011, 18:39 UTC reply to this comment

Take care! The ppa installation will remove many useful packages and dependencies :-(

Better install from the official .deb packages.

More details here:
http://www.johannes-eva.net/how-to-install-libreoffice-on-ubuntu-linux

Comment #8.1 by: alfons987 on 29 Mar 2011, 16:16 GMT

Are you the "Johannes" I met in 2006 at the site of "Kappa Smurfit" and who worked at "Getronics".
Plse give me some answer!!

Comment #8.2 by: alfons987 on 29 Mar 2011, 16:16 GMT

Are you the "Johannes" I met in 2006 at the site of "Kappa Smurfit" and who worked at "Getronics".
Plse give me some answer!!


Comment #9 by: SciFiDude79 on 13 Jan 2011, 18:43 UTC reply to this comment

Great, thanks a lot. I tried a while back using the .deb packages and you eventually get to a point with those where it claims that you can't install a bunch of them because an earlier package (that IS installed) isn't installed. I followed your instructions on adding the repository and then did the rest with Synaptic. :)


Comment #10 by: HrachMD on 14 Jan 2011, 08:02 UTC reply to this comment

The easiest method to install libreOffice is:
Just only add to Software Sources the repository - ppa:libreoffice/ppa
During update You will be automatically asked for partial upgrade. That is all. The openOffice will be automatically removed and new office will be installed. Then You can go to software center and install which module You want (base, plugins, etc..)


Comment #11 by: Unoob on 15 Jan 2011, 02:49 UTC reply to this comment

Thanks sooooo Much for your help!


Comment #12 by: Stefan Detrez on 20 Jan 2011, 07:39 UTC reply to this comment

Thanks. Is it possible to update LibreOffice? How do I do that?

Comment #12.1 by: Marius Nestor on 20 Jan 2011, 07:54 GMT

Go to System -> Administration -> Update Manager and update it :)


Comment #13 by: SolidDiesel on 21 Jan 2011, 16:22 UTC reply to this comment

Thanks a load man!! could you please tell me how to install FireFox 4.09 Beta on Ubuntu! I tried .tar and make package!!! no use


Comment #14 by: gitomu on 22 Jan 2011, 18:53 UTC reply to this comment

I just can't believe how easy it was to install Libre Office, I had been searching for it all over the web and needless to say, no luck at all.
Thanks for this tutorial it is really simple, easy and well explained. I like better this new office suite.
Long live to Linux!!!!


Comment #15 by: spidyspicyy on 24 Jan 2011, 16:24 UTC reply to this comment

Instead of running the commands on alt F2, I opened the terminal and pasted there! Hope it works....


Comment #16 by: skyhookpro on 26 Jan 2011, 02:40 UTC reply to this comment

great!!! i intalled but cant get the us language ( just spanish ) now i get both thnxxxx


Comment #17 by: goofycanuck on 31 Jan 2011, 00:36 UTC reply to this comment

Excellent, tiny note - did not have to re-enter pwd after first time...


Comment #18 by: arv on 05 Feb 2011, 14:52 UTC reply to this comment

this was probably the most straight forward 3 steps i have ever encountered for linux (i am a life long windows user and trying to switch!)


Comment #19 by: fxb3 on 05 Feb 2011, 15:19 UTC reply to this comment

This does not work:
$ gksu add-apt-repository ppa:libreoffice/ppa
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 36E81C9267FD1383FCC4490983FBA1751378B444
gpg: requesting key 1378B444 from hkp server keyserver.ubuntu.com
gpg: key 1378B444: public key "Launchpad PPA for LibreOffice Packaging" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)

Comment #19.1 by: Freejack on 16 Feb 2011, 00:04 GMT

Yes, it does work. I received the same message today on Feb. 15th when I installed it. Just look at the bottom of those lines ... confirm if you need to ... and then hit the enter key to continue. The installation takes awhile because it's downloading hundreds of MB of data during the installation.

Comment #19.2 by: Archana on 12 Oct 2011, 09:49 GMT

Thanks for the tip about it taking a while. Its now been about 10 min and i was wondering.


Comment #20 by: webster on 06 Feb 2011, 02:24 UTC reply to this comment

Thanks. A great help!


Comment #21 by: thor on 19 Feb 2011, 11:48 UTC reply to this comment

Just Remember, if you want to have in you own language : sudo apt-get install libreoffice libreoffice-gnome language-support-en = english . i use da= danish

Comment #21.1 by: Mateo on 15 Mar 2011, 22:03 GMT

You can install more than one language too. Just add them:

sudo apt-get install libreoffice libreoffice-gnome language-support-en language-support-es language-support-de ETC....


Comment #22 by: N3M3SIS on 22 Feb 2011, 19:45 UTC reply to this comment

I really appreciate your help, I'm new on Linux (Ubuntu)... thanks for put a smile in my face and make my life easier. Regards from Mexico.


Comment #23 by: TomF on 13 Mar 2011, 03:38 UTC reply to this comment

Clear, concise and accurate. Worked first time! Thank you.


Comment #24 by: Vin2 on 02 Apr 2011, 06:17 UTC reply to this comment

Hi Marius, I've just installed Linux only yesterday; so a noob. Thank you for the above instructions! It's quick and easy and SUPER DUPER AWESOME! Thank you so much!!!

Q: How can I have the same quick and easy guide to install other languages to libreoffice?

Comment #24.1 by: Marius Nestor on 28 Jul 2011, 14:19 GMT

Hi! No guide... :) Just open Synaptic Package Manager and search for libreoffice language. Install the one you want with a simple double click on it, hit Apply and confirm the installation. That's all!


Comment #25 by: 01 vlatce on 08 Apr 2011, 16:11 UTC reply to this comment

Great tutorial! It works!


Comment #26 by: Stevie J on 13 Apr 2011, 08:08 UTC reply to this comment

Thank you


Comment #27 by: nothing1010 on 20 Apr 2011, 09:37 UTC reply to this comment

thank you very much!


Comment #28 by: Don on 22 Apr 2011, 01:30 UTC reply to this comment

Thank you! Greatly appreciated!


Comment #29 by: Rocky on 24 Apr 2011, 23:00 UTC reply to this comment

A genius in his element will make the task seem absolutely simple. thank you mariusnestor for your help installing LibreOffice on Ubuntu 10.10 soooo smooth, Rocky


Comment #30 by: Punz on 26 Apr 2011, 15:03 UTC reply to this comment

Thanks! I found this tutorial easy to follow than the one provided with my Libre Office download. I followed all the instructions in the downloaded tutorial and couldn't get it to work. Thank you so much.


Comment #31 by: newLibreOffice user on 07 May 2011, 00:35 UTC reply to this comment

This is a great 'dirt-simple' tutorial. Thanks!


Comment #32 by: shikhargpt on 07 May 2011, 04:40 UTC reply to this comment

I am stuck at the last step. It is at 0% [waiting for headers] what do i do??


Comment #33 by: shikhargpt on 07 May 2011, 04:52 UTC reply to this comment

now whenever i type "Y" and press enter on the prompt, the terminal disappears


Comment #34 by: Hoop on 10 May 2011, 21:23 UTC reply to this comment

Worked like a charm. Thanks guys!


Comment #35 by: Dennis on 14 May 2011, 22:05 UTC reply to this comment

Excellente!!


Comment #36 by: jucedimo on 01 Jul 2011, 20:42 UTC reply to this comment

Excellent tutorial. works for me. Thanks


Comment #37 by: Castoffpolite on 02 Jul 2011, 16:21 UTC reply to this comment

That was easy to understand, follow and everything worked as you said.

Thank You


Comment #38 by: freyarmr on 07 Jul 2011, 04:38 UTC reply to this comment

Easy and friendly instructions! ... Just followed them and it worked right the first time I tried the install ... Thx


Comment #39 by: kikiriki on 13 Jul 2011, 21:34 UTC reply to this comment

Great tutorial. Thanks!


Comment #40 by: j0n3z3y on 14 Jul 2011, 23:32 UTC reply to this comment

Very nice tutorial! Thankyou


Comment #41 by: random guy on 16 Jul 2011, 23:41 UTC reply to this comment

sweet not many show the short cut alt + f2 i like that


Comment #42 by: boy-from-the-bog on 21 Jul 2011, 01:43 UTC reply to this comment

Good Post, although running the command to add the Libre repo gives the following error:

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 36E81C9267FD1383FCC4490983FBA1751378B444
gpg: requesting key 1378B444 from hkp server keyserver.ubuntu.com
gpg: /etc/apt/trusted.gpg: copy to `/etc/apt/trusted.gpg.tmp' failed: file read error
gpg: error writing keyring `/etc/apt/trusted.gpg': file read error
gpg: key 1378B444: public key "[User ID not found]" imported
gpg: error reading `[stream]': file read error
gpg: Total number processed: 0
gpg: imported: 1 (RSA: 1)


Comment #43 by: msb on 02 Aug 2011, 12:26 UTC reply to this comment

GREAT !


Comment #44 by: Buckman on 15 Aug 2011, 22:08 UTC reply to this comment

Excellent!


Comment #45 by: james1st on 28 Aug 2011, 05:51 UTC reply to this comment

This is a real piece of work! Thank you so much for making it so easy. I was fighting the stupid tar.gz thing for almost half a day before I gave up on it. Then I found this beauty. Good job!


Comment #46 by: dpop100 on 05 Sep 2011, 17:28 UTC reply to this comment

For a linux newbie, this was incredibly easy. Nice tutorial!


Comment #47 by: daniel on 09 Sep 2011, 20:23 UTC reply to this comment

If all tutorials were written as accurately as this one, the Linux world would be much more attractive


Comment #48 by: Denzil on 14 Sep 2011, 07:01 UTC reply to this comment

Thanks man. Was very helpful :)


Comment #49 by: MountainBiker on 15 Sep 2011, 01:52 UTC reply to this comment

Excellent instructions! Love LibreOffice! Have it on 11.04 Ubuntu and I'm replacing OpenOffice.org with this. Seems to be more stable. Thanks for your efforts!


Comment #50 by: ssgtleslie on 20 Sep 2011, 15:25 UTC reply to this comment

great step by step instructions. thank you


Comment #51 by: James1st on 24 Sep 2011, 11:42 UTC reply to this comment

Really * good...thanks!!


Comment #52 by: gerard on 26 Sep 2011, 05:45 UTC reply to this comment

Thank you. It has worked perfectly with GNU/Linux ubuntu 10.04 LTS. Now I can feel my computer a little bit more free, without that ugly oracle logo in the splash.


Comment #53 by: rs99cool on 09 Oct 2011, 17:14 UTC reply to this comment

Works great! Thanks so much! Being a new Linux user and having been stuck with Microsoft for nearly 30 years, these instructions worked perfectly, completely without any hitches whatsoever. It's so much appreciated to have a knowledgeable helping hand walk you through something like this that's so complicated for us newbies.


Comment #54 by: lee on 11 Oct 2011, 21:39 UTC reply to this comment

ve-ry good guide


Comment #55 by: Vinobran on 03 Nov 2011, 10:20 UTC reply to this comment

Great stuff for newbies like myself. Works like a Swiss watch. Thank you!


Comment #56 by: Moorthi on 10 Nov 2011, 10:16 UTC reply to this comment

easy to install. thanks a lot.


Comment #57 by: Mnemonic on 10 Nov 2011, 11:20 UTC reply to this comment

Can't we all just.... get along?


Comment #58 by: iamcaboose1 on 12 Nov 2011, 14:23 UTC reply to this comment

this has nothing to do with libre office but what is that dock you have called?


Comment #59 by: martinc on 25 Nov 2011, 18:23 UTC reply to this comment

Excellent! Many thanks. Martin


Comment #60 by: control735 on 01 Dec 2011, 18:48 UTC reply to this comment

nice job guys thanks


Comment #61 by: Henrik Tikanvaara on 22 Dec 2011, 20:34 UTC reply to this comment

I followed the instructions and now my badly working OpenOffice is gone and the newly installed LibreOffice doesn't work and my automatic updates and repository installation system is also broken... :-( Could you please help me to get my system back to a working state? Merry Christmas anyway...


Comment #62 by: anonymous on 26 Dec 2011, 12:59 UTC reply to this comment

In step 1, you say to paste "sudo apt-get purge "openoffice*.*"" in the run application box; but in the image provided, you have "gksu apt-get purge "openoffice*.*"" Which one is correct?

Comment #62.1 by: Marius Nestor on 27 Dec 2011, 13:02 GMT

Both are correct. Use:

1. sudo apt-get purge "openoffice*.*" (for the terminal window)

2. gksu apt-get purge "openoffice*.*" (for the ALT+F2 run dialog)


Comment #63 by: traffikator on 31 Dec 2011, 02:57 UTC reply to this comment

Ran without a hitch! Great explanation and instructions. We only hope others will follow soon enough.


Comment #64 by: ra.1 on 16 Feb 2012, 16:58 UTC reply to this comment

dear,

my problem is i have this preinstalled with ubuntu11.10. it works fine but when i go for a printing from my office (windows OS), the set up becomes zigzag. then i have to format the whole doc again.

also, if i make any ppt in libre and want to show it to my students in a window system, same format problem occurs.

any idea?

my question is if i can format this libreoffice as per the ms office in my institution (windows).

i use lenovo s10-2 netbook/ubuntu 11.10. office's is windows xp/ms office 2010.


Comment #65 by: MJL on 20 Feb 2012, 21:16 UTC reply to this comment

Near-perfect instructions for a Linux novice such as I am. Since I read instructions on one computer and entered them on another, I was not cutting and pasting, so I did encounter one glitch for a moment. In Step 2 the screenshot for the update command shows the cursor, which I (ignorant about command line codes) took to be a vertical line. After that attempt failed, I looked more carefully at the entry you provide for cut-and-paste, and continued succesfully. I will bookmark your website for future reference.


Comment #66 by: guest on 21 Feb 2012, 20:04 UTC reply to this comment

excellent tutorial! very easy to follow and just works ^_^


Comment #67 by: jahtf3 on 17 Mar 2012, 16:55 UTC reply to this comment

I'm a newcomer to Linux, so this walk-through was EXTREMELY helpful. Thank you so much. - Jim in IN


Comment #68 by: Doxa on 16 Apr 2012, 02:51 UTC reply to this comment

nice, simple and to the point. Thanks for making my linux experience that much more friendly! Linux Mint 9 KDE with Ubuntu Linux Linx 10.04 :)


Comment #69 by: tombmaker on 05 May 2012, 21:57 UTC reply to this comment

Unfortunately does not work now.

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libreoffice: Depends: libreoffice-core (= 1:3.5.3-0ubuntu1~lucid1) but it is not going to be installed
Depends: libreoffice-writer but it is not going to be installed
Depends: libreoffice-calc but it is not going to be installed
Depends: libreoffice-impress but it is not going to be installed
Depends: libreoffice-draw but it is not going to be installed
Depends: libreoffice-math but it is not going to be installed
Depends: libreoffice-base but it is not going to be installed
Depends: libreoffice-filter-mobiledev but it is not going to be installed
Depends: libreoffice-java-common (>= 1:3.5.3~) but it is not going to be installed
libreoffice-gnome: Depends: libreoffice-core (= 1:3.5.3-0ubuntu1~lucid1) but it is not going to be installed
Depends: libreoffice-gtk but it is not going to be installed
E: Broken packages


Comment #70 by: Jayesh on 09 May 2012, 11:24 UTC reply to this comment

it's not working,
At the first command it will not ask for any key input and then abort but open office removed after that command.
After second and third command repository updated with libreoffice package.
At fourth command it will not ask me for any input to continue and the terminal shown for few secs.

Now i lost my open-office and unable to install libreoffice.please help me.
Ubuntu 10.04 LTS running in my PC.
I have also tried to install libreoffice from synaptic package manager but it shows some dependency error like:

ibreoffice:
Depends: libreoffice-core but it is not going to be installed
Depends: libreoffice-writer but it is not going to be installed
Depends: libreoffice-calc but it is not going to be installed
Depends: libreoffice-impress but it is not going to be installed
Depends: libreoffice-draw but it is not going to be installed
Depends: libreoffice-math but it is not going to be installed
Depends: libreoffice-base but it is not going to be installed
Depends: libreoffice-filter-mobiledev but it is not going to be installed
Depends: libreoffice-java-common but it is not going to be installed
Recommends: libreoffice-gnome but it is not going to be installed or
libreoffice-kde but it is not going to be installed

so pls help me resolve it very soon...............


Comment #71 by: vnatik on 06 Jun 2012, 19:52 UTC reply to this comment

Thank you!!!!!!!!!!


Comment #72 by: Ioan on 06 Aug 2012, 06:09 UTC reply to this comment

At Step 3, here is the answer:
E: Unable to locate package libreoffice
What am I supposed to do? My version of Ubuntu is 10.10. Thank you!

Comment #72.1 by: nogero on 18 Oct 2012, 00:47 GMT

I tried the instructions on Ubuntu 10.04 LTS and could not get it to work. When I run "sudo apt-get update" it shows the libre PPA as ignored "Ign":
One of the apt-get update lines shows:
"Ign http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ lucid/main Translation-en_US"

So is the PPA no longer available?


Comment #73 by: jxtran on 30 Oct 2012, 21:13 UTC reply to this comment

I ran into the same issues as the last 3 users (considering I know my way around DOS commands). Please either update the instruction or remove it altogether so users will not be stranded without OpenOffice and can't install LibreOffice either. Thank you.


Comment #74 by: mangala on 21 Nov 2012, 07:27 UTC reply to this comment

Awesome! and Thank you so much.


Comment #75 by: alex1joy on 21 Dec 2012, 22:06 UTC reply to this comment

When I press Alt f2 Application finder pops up and on the corner instead of Run it says launch. So this tutorial was not easy since after following instructions I am not getting the same results. I am looking for another way to install Libre office.


Comment #76 by: Ray on 24 Feb 2013, 13:54 UTC reply to this comment

Reading state information... Done
Package libreoffice is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libreoffice has no installation candidate

Comment #76.1 by: Dow on 07 Mar 2013, 21:28 GMT

Note that the Libreoffice team has split up the ppa into multiple versions based on major version numbers of LibreOffice itself. So, for Lucid the latest Libreoffice available is 3.5, while for Quantal you could add a repo for 3.6. Google "libreoffice ppa ubuntu" and you will find the main Libreoffice Team's webpage. From there you can navigate to the top page of the revision you want.
add-apt-repository ppa:libreoffice/libreoffice-3-5
is what I used for Lucid.


Comment #77 by: ryditya909 on 24 May 2013, 12:54 UTC reply to this comment

Great article and very useful tutorial. I hope people can take knowledge from reading articles in here. thank you for the information.
visit

Copyright © 2001-2013 Softpedia. Contact/Tip us at

WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM