10.04 이후부터 PPA를 이용한 LibreOffice 설치하기..
1. openoffice 삭제
sudo apt-get purge openoffice*.*
2. 리파지토리 추가 및 설치
sudo add-apt-repository ppa:libreoffice/ppa sudo apt-get update sudo apt-get install libreoffice
3. 윈도별 추가 설치
- gnome : sudo apt-get install libreoffice-gnome - kde : sudo apt-get install libreoffice-kde
4. Applications–>Office에서 확인
* Reference
– http://www.ubuntugeek.com/install-libreoffice-in-ubuntu-11-0410-1010-04-using-ppa.html