Install Apache OpenOffice 4.1.1 on Ubuntu and Debian
Apache OpenOffice 4.1.0 Released on Apr 29, 2014. This version has Improvements to graphics, charts, forms, text annotations and accessibility feature. TheApache OpenOffice 4.1.0 Release Notes provide an explanation of these changes. However,you should have the opportunity to migrate your old profile settings to the new profile area.
This how to guide will help you to Install Apache Openoffice 4.1.0 on Ubuntu, Debian and LinuxMint operating systems. If you are running Libreoffice or Older version of Apache OpenOffice, We recommend to remove that from system.
System Requirements:
- Linux kernel version 2.6 or higher, glibc2 version 2.5 or higher
- 256 Mbytes RAM (512 MB recommended)
- 400 Mbytes available disk space
- X-Server with 1024 x 768 or higher resolution with at least 256 colours
- Java Runtime Environment (JRE) 1.6.x or Later
Step 1: Check JAVA Version
As Openoffice4 required JAVA 1.6 ( Oracle java 6) or later versions. So make sure you have installed correct version in your system. To check current installed version use following command –
# java -version
If you do not have already installed java on your system, use below link to install latest java version in your Debian based system.
Install JAVA/JDK 8 on Debian Based Systems
Install JAVA/JDK 8 on Debian Based Systems
Step 2: Download OpenOffice and Extract
Download openoffice from Apache official site or from sourceforge.net as per your system configuration or Use the following command to download.
First, you have to remove the already installed versions of either openoffice and libreoffice:
$ sudo apt-get remove libreoffice* openoffice*
$ sudo apt-get autoremove
Next, we will download openoffice, extract the archive and install the deb packages:
$ sudo apt-get remove libreoffice* openoffice*
$ sudo apt-get autoremove
For 32 Bit:
How to install Apache OpenOffice 4.1.1 on 32 bit Ubuntu
Open the Terminal and run the following commands to download OpenOffice, extract the archive and install the deb packages (OpenOffice 4.1.1):
wget sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_en-GB.tar.gz
tar -xzvf Apache_OpenOffice_4.1.1_Linux_x86_install-deb_en-GB.tar.gz
cd en-GB/DEBS
sudo dpkg -i *.deb
cd desktop-integration
sudo dpkg -i *.deb
Open the Terminal and run the following commands to download OpenOffice, extract the archive and install the deb packages (OpenOffice 4.1.1):
wget sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_en-GB.tar.gz
tar -xzvf Apache_OpenOffice_4.1.1_Linux_x86_install-deb_en-GB.tar.gz
cd en-GB/DEBS
sudo dpkg -i *.deb
cd desktop-integration
sudo dpkg -i *.deb
For 64 Bit:
# wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/en-US/Apache_OpenOffice_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz # tar xzf Apache_OpenOffice_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz
After extracting archive it will create an installation directory named en-US, and placed all the files there.
Step 3: Install Apache OpenOffice
Before installing OpenOffice make sure you don’t have installed LibreOffice on your system. If have, uninstall it using following command.
Now navigate to Apache OpenOffice installation directory and to its DEBS folder, You will see a list of debian packages there. Install all packages using following command.# cd en-US/DEBS/ # sudo dpkg -i *.debNow install the desktop integration features for your setup. Go to desktop-integration in the installation directory, and install required package.# cd desktop-integration/ # sudo dpkg -i openoffice4.0-debian-menus*.debStep 4: Start Apache OpenOffice
After successfully installed all the packages in above steps, start Openoffice using following command.# openoffice4Congratulation’s You have successfully install Apache OpenOffice on your debian based system.
Tidak ada komentar:
Posting Komentar