LibreOffice Now Available in ppa for Ubuntu 10.10 and 10.04
Blog Categories:
Libreoffice is now available and installed easily for Ubuntu 10.10 and 10.04 by adding the libreoffice ppa.
The following steps allow the addition of the ppa and the installation of LibreOffice:
Warning: This installs from a ppa and not from the official Ubuntu repository, hence there still might be problems with either the software itself, or the installation process. The installation will remove OpenOffice.
Optionally OpenOffice can be removed with the command
sudo apt-get purge "openoffice*"
on the commandline. (The installation below should remove the OpenOffice packages automatically, however, it seems more stable when the removal command above is used).
The LibreOffice ppa can be added on Ubuntu 10.10 and 10.04 with
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
Libreoffice can then be installed with
sudo apt-get install libreoffice
Depending on the Desktop that is (Gnome or KDE), the following command is necessary:
For KDE:
sudo apt-get install libreoffice-kde
For Gnome:
sudo apt-get install libreoffice-gnome
As explained in a comment below, in order to install the spellchecker the following line needs to be used (with adjustment of the locale (the example uses English-US):
sudo apt-get install aspell aspell-en dictionaries-common hunspell-en-us myspell-en-us

Comments
jorge (not verified)
Sat, 01/08/2011 - 21:25
Permalink
Fix your answer please:
Fix your answer please: http://askubuntu.com/questions/7373/how-can-one-go-about-installing-libr...
:)
txwikinger
Tue, 01/11/2011 - 15:20
Permalink
Well..
As I can see, you have done so already :)
qhartman (not verified)
Tue, 01/11/2011 - 18:29
Permalink
Need to re-install dictionaries and whatnot
If you follow this procedure it will remove dictionaries and spelling libraries on Ubuntu 10.10. This will break spell checking in most applications, including LibreOffice. To get those back:
sudo apt-get install aspell aspell-en dictionaries-common hunspell-en-us myspell-en-us
Of course adjust the above to be correct for your locale. Adding all those back in may be overkill, I don't know if they are all required. They are just the ones I noticed got removed when OOo was purged. In my case the following items were also removed, and I happen to know that I wanted them and/or had other things that depend on them, so I reinstalled them:
sudo apt-get install libjpeg8 libjpeg-progs openclipart-png
Thanks for the tip!
HunterZ (not verified)
Sun, 01/16/2011 - 23:52
Permalink
Impossible
It's not possible for me to run the command you listed, as Synaptic in Ubuntu 10.10 x64 is telling me that hunspell and myspell are mutually exclusive packages.
Todd (not verified)
Tue, 01/11/2011 - 19:50
Permalink
So, after running the install
So, after running the install libreoffice command on 10.10 (64bit) it automatically removed OOo at the same time. And seemingly removed themes and... I can't tell what else. The entire look of my desktop changed.
Todd (not verified)
Tue, 01/11/2011 - 19:53
Permalink
Right. Well, ignore the
Right. Well, ignore the previous comment. I went under (in Gnome) System > Preferences > Appearance, and upon merely opening the menu everything returned to its previous state. Gotta love magic.
falu (not verified)
Wed, 01/12/2011 - 01:15
Permalink
spell checker
It does'nt contain any spellchecker.
pashabear (not verified)
Wed, 01/12/2011 - 04:14
Permalink
LibreOffice for Debian?
Can you give a rundown on how to do the same with a Debian based distro? I'm running the Debian version of Mint, and this: add-apt-repository ppa:libreoffice/ppa
doesn't work.
Much appreciated.
pb
txwikinger
Wed, 01/12/2011 - 15:24
Permalink
LibreOffice for Debian
The instructions to install LibreOffice on a Debian system are in a previous post.
Anonymous (not verified)
Wed, 01/12/2011 - 07:55
Permalink
Error when executing commands
When I execute the command
sudo apt-get update
I get the following error......
W: Failed to fetch http://ppa.launchpad.net/libreoffice/ppa.....etc etc...404 Not Found
But I am using Ubuntu 9.10
Is this only available for 10.04 & 10.10?
txwikinger
Wed, 01/12/2011 - 15:26
Permalink
The ppa has no packages for 9.10
Yes. The ppa has only packages for 10.04 and later (i.e 10.04, 10.10, and the current development release 11.04).
Mander (not verified)
Thu, 01/13/2011 - 07:59
Permalink
Switch to LibreOffice
Great instructions, easy to follow. I did find it odd that OpenOffice was *automatically* removed: I was expecting to run the sudo apt-get purge "openoffice*.*" command, but that did not end up being necessary.
BONUS: I tested every type of document I had on hand to see how it would open, and things are much speedier.
txwikinger
Mon, 01/24/2011 - 16:38
Permalink
Automatic removal of OpenOffice
it is correct that OpenOffice is automatically removed through package dependencies, however, at some instances that has not worked 100%.
EmmyS (not verified)
Thu, 01/13/2011 - 11:22
Permalink
I followed the instructions
I followed the instructions (including removing OO first) for gnome; all that is in my Applications menu now is LibreOffice (OO used to have OpenOffice Spreadsheet, OpenOffice Presentation, etc.) When I open LibreOffice, I get the splash screen/menu, but all of the choices for creating new docs are greyed out. It also will not open any office/type files. The terminal commands indicated that installation was successful, but obviously something is missing.
Spencer (not verified)
Fri, 01/28/2011 - 16:45
Permalink
I had the same problem. Did
I had the same problem. Did you install libreoffice and libreoffice-gnome or just libreoffice-gnome? If only -gnome then you'll have to go back and run "sudo apt-get install libreoffice". Hope that helps.
Johannes (not verified)
Thu, 01/13/2011 - 14:02
Permalink
purge OOo ?
Thank you txwikinger for this post.
Installing from the official deb packages allows to install LibO alongside of OOo. More details here:
http://www.johannes-eva.net/how-to-install-libreoffice-on-ubuntu-linux
txwikinger
Mon, 01/24/2011 - 16:45
Permalink
Purging OOo
The ppa does not allow OpenOffice and LibreOffice to be used in parallel, and the automatic removal via package dependencies has sometimes problems.
For advanced users that want to use both at the same time (which is not really necessary for normal users since both packages are mainly the same application), can certainly use your instructions.
Anonymous (not verified)
Fri, 01/14/2011 - 05:14
Permalink
hunspell-en-us conflicts with
hunspell-en-us conflicts with myspell-en-us, so how is this supposed to work?
ASC (not verified)
Tue, 01/25/2011 - 22:18
Permalink
Try this instead: sudo
Try this instead:
sudo language-support-en
Should do the trick.
Olwe (not verified)
Wed, 01/19/2011 - 10:25
Permalink
Spellcheck apt-get failed....
Followed steps. Got LO installed. It runs fine. But the "sudo apt-get install aspell aspell-en dictionaries-common hunspell-en-us myspell-en-us" step failed on my 10.04 Gnome with this error:
. . .
The following packages have unmet dependencies:
hunspell-en-us: Conflicts: myspell-en-us but 1:3.2.0-3ubuntu3.1 is to be installed
E: Broken packages
. . . and Writer doesn't seem to do spellchecking. Any ideas what I've done wrong?
ASC (not verified)
Tue, 01/25/2011 - 22:16
Permalink
Use this instead: sudo
Use this instead:
sudo apt-get install language-support-en
This should do the trick.
DangerousJax (not verified)
Wed, 01/26/2011 - 11:12
Permalink
Spellcheck Install
The library has been updated, so the name being called is incorrect:
1. Download the new library from : http://pkgs.org/download/ubuntu-10.10/ubuntu-main-i386/hunspell-en-us_20...
2. In the command terminal : sudo dpkg -i /path/to/hunspell.deb
Tayroni Alves (not verified)
Fri, 01/28/2011 - 09:50
Permalink
libreoffice-kde is absent from repository
Error on installing kde integration on llibreoffice-kde package
$ sudo apt-get install libreoffice-kde
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libreoffice-kde 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-kde has no installation candidate
txwikinger
Fri, 01/28/2011 - 10:26
Permalink
libreoffice-kde not in ppa
You have to given any information about the Ubuntu release you try this on.
As of a test this moment, libreoffice-kde is available for maverick in the ppa.
Maybe you need to do a
sudo apt-get update
in order to update the local information about the ppa.
KVW3 (not verified)
Wed, 02/02/2011 - 11:33
Permalink
Has the package been removed?
sudo apt-get install libreoffice
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libreoffice
txwikinger
Thu, 02/03/2011 - 10:50
Permalink
Still there
It is still there. Are you sure you executed "sudo apt-get update" ?
jeff (not verified)
Sat, 02/26/2011 - 20:25
Permalink
LibreO replace OOo
Howdy!, Thanx much for this. Worked great for me.
This solves the 'no sound on .pps files'. Will probably
do the same for Mint-10.
Highly appreciated!
Dexta (not verified)
Mon, 05/30/2011 - 03:03
Permalink
Below is the error im
Below is the error im receiving when I try to install LibreOffice
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.3.2-1ubuntu2~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-report-builder-bin 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.3.2~) but it is not going to be installed
E: Broken packages
Fritz Schenk (not verified)
Tue, 05/31/2011 - 22:12
Permalink
Problem with installation of spellchecked
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
hunspell-en-us : Conflicts: myspell-en-us but 1:3.2.1-2ubuntu1 is to be installed
E: Broken packages
Eli (not verified)
Thu, 10/27/2011 - 09:56
Permalink
thanks!
made the install quick and painless. Kudos.
Pages