Here are some Installation instructions for anyone struggling to get Libre Office 3.3.1 onto the Netbook version MeeGo 1.1. Instructions are courtesy of MeeGo community member Zombie.
1. download and install latest java jre, howto is at http://forum.meego.com/showthread.php?t=926&p=12016
2. download libre office (and langpack if you need one) from webpage http://www.libreoffice.org/download/(use Linux x86 rpm)
3. run terminal and type
cd ~/Downloads tar -axvf LibO_3.3.1_Linux_x86_install-rpm_en-US.tar.gz cd LibO_3.3.1rc2_Linux_x86_install-rpm_en-US cd RPMS sudo zypper install *.rpm cd desktop-integration sudo zypper in libreoffice3.3-freedesktop-menus-3.3-8.noarch.rpm
4. install the langpack (if you’re non english user as me), in my exapmle is czech language pack
cd ~/Downloads tar -axvf LibO_3.3.1_Linux_x86_langpack-rpm_cs.tar.gz cd LibO_3.3.1rc2_Linux_x86_langpack-rpm_cs cd RPMS sudo zypper install *.rpm
5. set your language: run libre office, should be in meego meu applications/office, select menu tools – options – language settings – languages
That’s it. LO is now installed and working.
Source