- 论坛徽章:
- 0
|
Linux RPM-based Installation
Prerequisites
If you want Java integration, you want to make sure you have the latest JRE installed. It should be at least JRE 1.4. You can find the JRE for Linux at the Java JRE for Linux download site. Alternatively, it might be included on the installation media of your distro as part of a complete Java development environment.
Installation Steps
Unpack the downloaded image into a directory. For example, currently, the following command would unpack into the current directory:
tar xvzf OOo_2.0.4_LinuxIntel_install.tar.gz
su to root, if necessary.
cd into the directory with the unpacked image. This could be RPMS.
Delete any rpm files that do not apply to your system. For example, on a Fedora Core 3 system, delete any rpms specific to another distribution such as openofficeorg-suse-menus-1.9.79-1.noarch.rpm.
Then execute rpm -Uvih *rpm. |
|