How to Install LibreOffice 3.3 for Linux

Talk about and discuss various advancements and achievents in the arts and sciences of invention and modification; computers, sciences, mathematics, and technology for all.
Post Reply
User avatar
jdog
Posts: 3318
Joined: Tue Feb 15, 2005 5:59 pm

How to Install LibreOffice 3.3 for Linux

#1

Post 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.
If any links are down, please send me a PM!

BBcode:
Hide post links
Show post links
User avatar
jdog
Posts: 3318
Joined: Tue Feb 15, 2005 5:59 pm

Re: How to Install LibreOffice 3.3 for Linux

#2

Post 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.
If any links are down, please send me a PM!

BBcode:
Hide post links
Show post links
User avatar
Fapper
Rusty Guitar Player
Posts: 3165
Joined: Tue Oct 19, 2004 12:12 pm
Location: ɹns ןǝp ɐɔıɹǝɯɐ
Contact:

Re: How to Install LibreOffice 3.3 for Linux

#3

Post by Fapper »

I'd suggest you to change the title to "How to Install LibreOffice 3.3 for GNU/Linux"

nice post btw

BBcode:
Hide post links
Show post links
Post Reply