First download a version of your choice.
UPDATE 05/02/2012: the following code has been updated for the 3.5.3 release of LibreOffice.
wget "http://download.documentfoundation.org/libreoffice/stable/3.5.3/rpm/x86/LibO_3.5.3_Linux_x86_install-rpm_en-US.tar.gz" tar -xzvf LibO_3.5.3_Linux_x86_install-rpm_en-US.tar.gz cd LibO_3.5.3rc2_Linux_x86_install-rpm_en-US/RPMS/ mv desktop-integration/libreoffice3.5-freedesktop-menus-3.5.3-2.noarch.rpm ./ yum remove openoffice\* yum install --nogpgcheck lib*
You will likely want to install the helppack rpm
wget "http://download.documentfoundation.org/libreoffice/stable/3.5.3/rpm/x86/LibO_3.5.3_Linux_x86_helppack-rpm_en-US.tar.gz" tar -xvf LibO_3.5.3_Linux_x86_helppack-rpm_en-US.tar.gz
yum install --nogpgcheck LibO_3.5.3rc2_Linux_x86_helppack-rpm_en-US/RPMS/libobasis3.5-en-US-help-3.5.3-2.i586.rpm
You can copy line for line or copy paste into a script, but the jist of what needs to be done is easy to figure out above.
Redhat menus install nicely
Startup loading bar is nice
LibreOffice starts fast and looks familiar to existing OpenOffice users, but with more bug fixes
One easy upgrade! Nice job LibreOffice peeps! Enjoy.
Need to tweak the helppack wget for 3.4.4
ReplyDeleteThanks for the heads up on missing that link correctly. Should be fixed now.
ReplyDeletethanks . this tricks works flawlessly. Very helpful post.
ReplyDeleteI want to install LibreOffice on my CenTOS, thanks guide download, and install it.
ReplyDeleteWorks on Open Client, the Internal IBM install of RHEL 5! Thank you very much.
ReplyDeleteI get "no suitable windowing system found, exiting."
ReplyDeleteAt what command do you get "no suitable windowing system found, exiting."? Is it from the "Applications" -> "Office" -> LibreOffice_something selection? What distro are you trying from? Sorry, not enough info to tell what's wrong at this time :(
ReplyDeleteInstalls perfectly but the programs won't start in CentOS 6.2. I get this error when running from command line: /usr/bin/libreoffice3.4: /opt/libreoffice3.4/program/oosplash.bin: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
ReplyDelete/usr/bin/libreoffice3.4: line 101: /opt/libreoffice3.4/program/oosplash.bin: Success
My first guess is that you installed a 32-bit version on a 64-bit only system. You could start with "yum install glibc.i686" and go from there.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteYou were right. I removed all i586 packages (see this: http://linuxsysadminblog.com/2009/05/rhelcentos-x86_64-and-i386-packages-mess/ )
ReplyDeleteand installed the x86_64 bit version with success. Cheers! =]