How to Install LibreOffice 3.3 for Linux
Posted: Fri May 06, 2011 12:19 am
http://community.linuxmint.com/tutorial/view/336
First you should remove OpenOffice.org by entering in the Terminal:
To install LibreOffice, run the following commands:
For better compatibility with your desktop environment, you should install one more package:
or
To reinstall the English language support you can use:
For other languages just change en to something else, like ro for Romanian or fr for French.
First you should remove OpenOffice.org by entering in the Terminal:
Code: Select all
sudo apt-get purge openoffice*.*
Code: Select all
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get install libreoffice
Code: Select all
sudo apt-get install libreoffice-gnome
or
Code: Select all
sudo apt-get install libreoffice-kde
Code: Select all
sudo apt-get install language-support-en