Go to content

geek_stuff/server & linux

Install LibreOffice in Ubuntu 10.10 Maverick

First Remove OpenOffice.

sudo apt-get purge openoffice*


Then, add repository of LibreOffice.
sudo apt-add-repository ppa:libreoffice/ppa

if it fails, due to firewall or anything else, try: (copy & paste)
sudo gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv 36E81C9267FD1383FCC4490983FBA1751378B444

Finally update apt-source, and install libreoffice using apt-get
sudo apt-get update
sudo apt-get install libreoffice libreoffice-gnome

Voila~!!

'geek_stuff > server & linux' 카테고리의 다른 글

내가 사용하는 우분투 어플리케이션  (0) 2011.03.14
Using Airplay in Ubuntu  (0) 2011.01.27
Use SSL/TLS IMAP in Evolution  (0) 2011.01.07
firefox의 memory leak 관리  (0) 2010.12.22
iPhone, iPad, iPod sync with Ubuntu  (0) 2010.12.22