Skip to content

Entries tagged "libreoffice".

Libreoffice repo for EL6

For those people who wanted to use Libreoffice on their EL6 workstations there weren't many options; basically you had to download a tarball from libreoffice.org and `rpm -ivh` the contained rpms manually - not the best way to have it installed and relatively painful to keep up to date.

But no more - I've been backporting Libreoffice for a while now from Fedora and you're free to use it!
Also, recently I noticed there are RHEL conditionals in the spec files. For those unfamiliar with RPM building this means Redhat is probably getting ready to include Libreoffice in their enterprise distro.

I don't know when we'll see Libreoffice in EL 6 officially but I know it won't be in v6.3. Until then you can use my repo - it should gracefully upgrade existing stock openoffice.org installations:

To install do the following as root:

rpm -ivh http://li.nux.ro/download/nux/libreoffice/el6/i386/nux-libreoffice-release-0-1.el6.nux.noarch.rpm
yum install libreoffice

To upgrade from stock openoffice.org:

rpm -ivh http://li.nux.ro/download/nux/libreoffice/el6/i386/nux-libreoffice-release-0-1.el6.nux.noarch.rpm
yum update

To replace Libreoffice installed from the official libreoffice.org rpms:

yum remove libreoffice\* libobasis\*
rpm -ivh http://li.nux.ro/download/nux/libreoffice/el6/i386/nux-libreoffice-release-0-1.el6.nux.noarch.rpm
yum install libreoffice

If you run into issues feel free to leave a comment or drop me a line: rpm @ li.nux.ro

LibreOffice.org RPMs in a yum friendly format

As a result of my recent work on LibreOffice RPMs for EL6 and several discussions on the CentOS mailing list I decided to set up a yum repository with the RPM packages officially released by The Document Foundation.
Why? Because sometimes the people, even the EL kind, want the latest and greatest[1]. Plus, this one should really be easy to mantain as all the hard work is done by the Document Foundation, I just do some untarring and createrepo.
What I do basically is download all their tarballs, decompress, put all the RPMs in a nice repository for 32 and 64 bit arches then call them all nicely from a "meta-package" I entitled libreoffice.org, after the source web site. I also create meta-packages for the localisation RPMs, so everyone can have LibreOffice in their native language only a "yum install" away.
This should also be great with keeping up to date as newer packages will be installed when "yum update" runs and if we manage to get delta rpms working then updates will also be in the megabytes, not hundred of megabytes.

Trade-offs? Yes, some:
1. No Selinux integration. This doesn't seem a problem just yet, but could become in the future.
2. These packages do not play nicely with the stock ones, so the one from the distribution need to be removed... but this only is needed once.

To use this repo do the following:
- uninstall the stock packages: yum remove openoffice* libreoffice*
- install the repo: rpm -ivh http://li.nux.ro/download/nux/libreoffice.org-rpms/el6/x86_64/nux-libreoffice.org-rpms-release-0-1.el6.nux.noarch.rpm
- install the software: yum install libreoffice.org

If you need to install additional localised support do it like this:
yum install libreoffice.org-ro
or
yum install libreoffice.org-en-GB ... and so on; you can run "yum info libreoffice.org-*" to see all the packages.


This should work on RHEL, CentOS, ScientificLinux, Fedora and other distros based on those.

If you run into issues or have suggestions get in touch at rpm at li.nux.ro.



[1] - For the more patient of you RHEL 6.3 will bring LibreOffice 3.4.5 which should satisfy many people.

LibreOffice.org RPMs repo updated

Hello, yesterday The Document Foundation released LibreOffice 3.5.3, today - after a quick test - this version is also available in my repo.
Soo.. if you're using it, give it a good yum update :-)

You will notice I also generated delta RPMs, unfortunately the effect is less spectacular than I hoped.. the download size is not reduced much. Oh well, at least I tried.

LibreOffice.org RPMs repo updated with 3.5.4

The Document Foundation released LibreOffice 3.5.4, today - after a quick test - this version is also available in my repo.
Soo.. if you're using it, give it a good yum update :-)

LibreOffice.org RPM repo updated with 3.6.0

The Document Foundation has released today version 3.6.0 of it's office suite.

It has also landed in my nux-libreoffice.org-rpms repository, however there is a small problem: the 3.6 RPMs do not naturally obsolete/update the 3.5 ones; after "yum update" does it's job you should manually remove the 3.5 RPMs:
yum remove libreoffice3.5\* libobasis3.5\*
Unless, of course you want to run both versions in parallel. :-)