how to install openoffice on ubuntu 10.04
Installation Steps
- Review the System Requirements
- Download your favorite Linux version of Apache OpenOffice
- Review helpful information and installation options in the Setup Guide.
- Unpack the downloaded image to prepare for installation.
The following command should work: tar -xvzf "linux package name".tar.gz
where "linux package name" is the beginning part of the archive you just downloaded.
This will create an installation directory.
The name of the installation directory will likely be the language abbreviation for the install set, e.g., en-US.
su
to root, if necessary, and navigate to Apache OpenOffice installation directory (the unpacked archive).
You will likely need to be root to run the deb command to install the software.
cd
into the DEBS subdirectory of the installation directory.
You should see a lot of debs here and one sub-directory called "desktop-integration".
- Install this new version by typing
sudo dpkg -i *.deb
.
By default, this will install/update Apache OpenOffice in your /opt
directory.
Alternatively, you can use a GUI package installer, reference the installation directory, and install all debs at the top level. This may also aid you in determing any dependency problems if they exist.
- Install the desktop integration features for your setup.
cd
to desktop-integration
in the installation directory,
and, depending on your package manager/system, install the appropriate desktop interface using dpkg.
- Finally, start up Apache OpenOffice 3.4.x to insure it's working.
댓글 없음:
댓글 쓰기