I have been a long time user of OpenOffice.org, starting with it's predecessor StarOffice 5.1. I have three main reasons for using OpenOffice.org:
- I could not afford to buy Microsoft Office (currently RM475 for Microsoft Office Home and Business, or RM960 for Microsoft Office Professional);
- I needed a consistent and stable file format especially when doing data cleansing and migration; and
- OpenOffice software and updates were freely downloadable from the internet, so I could share them at work, at home, with my family, with my colleagues, and with my customers.
The OpenOffice.org 3.2 version is included as part of the Ubuntu 10.04 distribution, while the current version are OpenOffice.org 3.3 and LibreOffice 3.3. The current version includes minor enhancements such as working with newer Microsoft Office docx files, as well as templates and add-ons.
Very important note: Installing LibreOffice on Ubuntu, will automatically OpenOffice.org. Make sure that you have saved and completed any work that you are doing on OpenOffice.org
There is a short guide for LibreOffice installation on Ubuntu [3], however on my Ubuntu 10.04 Netbook Remix, there were some differences. So, if you had followed the guides but there were errors, no need to worry, as the messages would have given you a clue to what work around need to be done. The following are the steps I took for installing LibreOffice on Ubuntu 10.04 Netbook Remix (with the work arounds highlighted in orange):
- Open a terminal from the Netbook panels : Accessories > Terminal
- Add the LibreOffice repository in its' Personal Package Archive (PPA)
sudo add-apt-repository ppa:libreoffice/ppa - Update your computer's software packages list
sudo apt-get update - Install the LibreOffice common files
sudo apt-get install libreoffice-common - Install the whole LibreOffice core files
sudo apt-get install libreoffice - Install the LibreOffice Gnome desktop integration
sudo apt-get install libreoffice-gnome - I also added the following additional options
sudo apt-get install libreoffice-pdfimport mozilla-libreoffice
References:
- http://www.libreoffice.org/
- http://www.oracle.com/us/products/applications/open-office/index.html
- https://wiki.ubuntu.com/LibreOffice


0 comments:
Post a Comment