https://issues.apache.org/ooo/show_bug.cgi?id=119373
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Ariel Constenla-Haile <[email protected]> --- (In reply to comment #3) > I have an rpm system but the AOO rpms are (obviously) not produced for my > system. The developers of the system have repeatedly advised us not to > install rpms not in the system repositories. > > A tar ball installation (such as Firefox) would be safer for users in that > situation. It could, indeed, replace all Linux versions. Instructions to > add system menu selections could accompany it. AOO Linux binaries are rather "universal", you can install them without much trouble. Anyway, you can try rpm2cio: - untar the AOO file - in a terminal, cd to the folder with the rpm packages, and exectue the following command: for i in *.rpm; do rpm2cpio $i | cpio -idv; done This will extract all the content of the RPM packages in a folder named opt Then simply copy that folder content to /opt sudo cp -rf opt/* /opt/ You can do the same for the RPM in the folder RPMS/desktop-integration Something similar can be done for DEB based distros. -- You are receiving this mail because: You are the assignee for the bug.
