How to install Openoffice on Linux?
by rollingcaker On April 1, 2009 | Audio & MP3 | Hits: 51
Software you need: Openoffice
There are several methods to install OOo 3 on Linux.
1. First untar (unzip) the downloaded Openoffice.org for Linux. Replace the filename in the command with the file you have downloaded.
tar -xvf OOo_3.0.0_LinuxIntel_install_en-US.tar.gz
2. Change to the new folder.
If you are the only user on the system, you can choose to start the supplied setup script and follow the graphical dialogs. This installs all files to your home folder, and you are the only user who can use the OOo suite.
If you want to install the suite to a central location, where the suite can be used for many users of the system (this is the preferred method), you have two choices:
* install as admin, using the graphical setup script, or
* install as admin, using the native Linux rpm installation method
To install using the graphical setup script:
1. Open a shell or terminal window.
2. Become superuser by typing su -
3. Grant permission to open a graphical display for root, using the authority from your user account. This step is necessary for security reasons on some systems, while on other systems adequate security is provided without this.
XAUTHORITY=/home/{username}/.Xauthority; export XAUTHORITY
DISPLAY=:0.0; export DISPLAY
4. Change to the directory that contains the OOo 3 installation program.
5. Start the setup script.
./setup
6. Follow the instructions.
To install using the rpm method:
1. Install all rpm files together:
cd RPMS
su
rpm -i *.rpm
2. Change to the desktop_integration subfolder and install the UI integration for your system
cd desktop-integration
rpm -i {menu_filename}
For Debian based system like Ubuntu, you can either download the installation files in .deb format, or you can use an rpm to deb converter. Then use the built-in deb mechanism for installation.
There are several methods to install OOo 3 on Linux.
1. First untar (unzip) the downloaded Openoffice.org for Linux. Replace the filename in the command with the file you have downloaded.
tar -xvf OOo_3.0.0_LinuxIntel_install_en-US.tar.gz
2. Change to the new folder.
If you are the only user on the system, you can choose to start the supplied setup script and follow the graphical dialogs. This installs all files to your home folder, and you are the only user who can use the OOo suite.
If you want to install the suite to a central location, where the suite can be used for many users of the system (this is the preferred method), you have two choices:
* install as admin, using the graphical setup script, or
* install as admin, using the native Linux rpm installation method
To install using the graphical setup script:
1. Open a shell or terminal window.
2. Become superuser by typing su -
3. Grant permission to open a graphical display for root, using the authority from your user account. This step is necessary for security reasons on some systems, while on other systems adequate security is provided without this.
XAUTHORITY=/home/{username}/.Xauthority; export XAUTHORITY
DISPLAY=:0.0; export DISPLAY
4. Change to the directory that contains the OOo 3 installation program.
5. Start the setup script.
./setup
6. Follow the instructions.
To install using the rpm method:
1. Install all rpm files together:
cd RPMS
su
rpm -i *.rpm
2. Change to the desktop_integration subfolder and install the UI integration for your system
cd desktop-integration
rpm -i {menu_filename}
For Debian based system like Ubuntu, you can either download the installation files in .deb format, or you can use an rpm to deb converter. Then use the built-in deb mechanism for installation.
Top in All Articles More
Article Categories
Popular Searches More
Most popular searches among our users
Avira
computer boot up problems
computer won t boot up
delete browsing history hangs up in ie 8
How to convert MKV to WMV HD
how to recover windows when computer won t boot up
malware
MKV to WMV HD
MKV to WMV HD Converter
open pptx on linux
open pptx on mac
play mkv format files
pptx files
rebuild Rome Empire with Cradle of Rome
windows startup


© 2009 Softwarehowtos.com - All Rights Reserved Worldwide.