Page 1 of 1

How to Install LibreOffice 3.3 for Linux

Posted: Fri May 06, 2011 12:19 am
by jdog
http://community.linuxmint.com/tutorial/view/336

First you should remove OpenOffice.org by entering in the Terminal:

Code: Select all

sudo apt-get purge openoffice*.*
To install LibreOffice, run the following commands:

Code: Select all

sudo add-apt-repository ppa:libreoffice/ppa
 
sudo apt-get update
 
sudo apt-get install libreoffice
For better compatibility with your desktop environment, you should install one more package:

Code: Select all

sudo apt-get install libreoffice-gnome

or

Code: Select all

sudo apt-get install libreoffice-kde
To reinstall the English language support you can use:

Code: Select all

sudo apt-get install language-support-en
For other languages just change en to something else, like ro for Romanian or fr for French.

Re: How to Install LibreOffice 3.3 for Linux

Posted: Thu May 12, 2011 3:03 pm
by jdog
On a side note, most newer distro releases are already phasing out OpenOffice for LibreOffice. Ubuntu 11.04 and Linux Mint 11RC are prime examples.

Re: How to Install LibreOffice 3.3 for Linux

Posted: Fri May 13, 2011 1:50 am
by Fapper
I'd suggest you to change the title to "How to Install LibreOffice 3.3 for GNU/Linux"

nice post btw