Replace OpenOffice and Installing LibreOffice on Ubuntu 10.10

1. Remove all instances of OpenOffice.
Open a terminal and type:


sudo apt-get autoremove openoffice.org-*

2. Install LibreOffice via PPA


sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update

sudo apt-get install libreoffice-gnome

To enable PDF import capability:



sudo apt-get install libreoffice-pdfimport





Comments