OOo2 standalone from rpm files
After the command line for
debian archive set, here is the one for rpm to have a standalone
runable OOo 2.0 version “out of the box”, running with other already existing OOo2 versions
for aFile in *.rpm;do rpm2cpio $aFile|cpio -ivdum ;done
This will create a directory (/opt) in the current directory containing the runable version
Remember to
handle userEnv correctly to avoid installation mixing
(Post originally written by Laurent Godard on the old Nuxeo blogs.)