• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Apache Open office in Ubuntu

{{postValue.id}}

To install Apache Open office in Ubuntu

In this tutorial, we will learn how to install Apache Open Office. Apache Open Office is the leading open-source office software for word processing, spreadsheets, presentations etc., which is available in many languages and works on all computers. It stores the data in an international open standard format.

At first, add the java repository into the repolist by using the following command.

root@user1-linuhelp:~# add-apt-repository ppa:webupd8team/java
 Oracle Java (JDK) Installer (automatically downloads and installs Oracle JDK7 / JDK8 / JDK9). There are no actual Java files in this PPA.

More info (and Ubuntu installation instructions):
- for Oracle Java 7: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
.
.
.
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

Update the repos, by executing the following command.

root@user1-linuhelp:~# apt-get update
Hit http://security.ubuntu.com wily-security InRelease
Hit http://in.archive.ubuntu.com wily InRelease
Hit http://ppa.launchpad.net wily InRelease  
.
.
.
Hit http://in.archive.ubuntu.com wily-updates/main Sources                     
Fetched 5,898 kB in 5min 26s (18.1 kB/s)                                       
Reading package lists... Done

Install the java package.

root@user1-linuhelp:~# apt-get install oracle-java8-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
.
install-Apache-Open-office-word-processing-spreadsheets-presentations-Ubuntu-configure-oracle-java8
install-Apache-Open-office-word-processing-spreadsheets-presentations-Ubuntu-configure-oracle-java8-license
.
Oracle JRE 8 browser plugin installed
Setting up gsfonts-x11 (0.22) ...

Remove all the previously install office packages.

root@user1-linuhelp:~# apt-get remove --purge libreoffice* libexttextcat-data* & &  sudo apt-get autoremove
Reading package lists... Done
Building dependency tree       
Reading state information... Done
.
.
.
Processing triggers for fontconfig (2.11.1-0ubuntu6) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
Processing triggers for man-db (2.7.4-1) ...

Download the open office package using the wget command.

root@user1-linuhelp:~# wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/en- US/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz
--2016-07-07 15:06:49--  http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/en-US/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz
.
.
.
Apache_OpenOffice_4 100%[=====================> ] 155.62M  81.1KB/s   in 20m 37ss
2016-07-07 15:27:33 (129 KB/s) - ‘ Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz’  saved [163175282/163175282]

Extract the downloaded package by using tar command.

root@user1-linuhelp:~# tar -xvf Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz
en-US/
en-US/DEBS/
en-US/DEBS/openoffice-en-us-math_4.0.0-3_amd64.deb
.
.
.
en-US/readmes/README_en-US
en-US/readmes/README_en-US.html

Run the following commands to install the debian packages.

root@user1-linuhelp:~# dpkg -i en-US/DEBS/*.deb
Selecting previously unselected package openoffice.
(Reading database ... 170736 files and directories currently installed.)
Preparing to unpack .../openoffice_4.0.0-3_amd64.deb ...
.
.
.
Setting up openoffice-calc (4.0.0-3) ...
Setting up openoffice-brand-calc (4.0.0-3) ...
root@user1-linuhelp:~# dpkg -i en-US/DEBS/desktop-integration/*.deb
Selecting previously unselected package openoffice-debian-menus.
(Reading database ... 175083 files and directories currently installed.)
Preparing to unpack .../openoffice4.0-debian-menus_4.0-9702_all.deb ...
.
.
.
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.58ubuntu1)...

Restart the system once the packages are installed.

root@user1-linuhelp:~# restart

Now Launch the open office.

root@user1-linuhelp:~# openoffice4

Welcome screen of open office will be shown, click Next icon.
install-Apache-Open-office-word-processing-spreadsheets-presentations-Ubuntu-Welcome-screen
Enter the User name and click Finish icon.
install-Apache-Open-office-word-processing-spreadsheets-presentations-Ubuntu-User-name
Now the Apache Open Office is logged in successfully.
install-Apache-Open-office-word-processing-spreadsheets-presentations-Ubuntu-logged-in
If you want to make any document means, click Text Document option and create the file.
install-Apache-Open-office-word-processing-spreadsheets-presentations-Ubuntu-Text-Document-option
install-Apache-Open-office-word-processing-spreadsheets-presentations-Ubuntu-create-file

Tags:
noah
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How to install the java package in Ubuntu?

A

install the java package by following this command
# apt-get install oracle-java8-installer

Q

How can we remove all the previously installed packages?

A

Use the following command to remove all the previously install office packages.

Q

How to untar the downloaded file in Ubuntu?

A

Run the following command to untar tar the downloaded file in Ubuntu
* tar -zxpvf Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-GB.tar.gz

Q

Can install Debian packages in Ubuntu?

A

Use the following command to install the Debian packages on Ubuntu
1.$ cd en-GB/DEBS/
2.sudo dpkg -i *.deb

Q

Any alternative for an Apache Open office?

A

There are some alternatives for Apache Open office
1. LibreOffice
2.Calligra Suite
3.WPS Office

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Sebastian ?
How to change non required to required field in SuiteCRM Custom/Default Modules

How to change not required to the required field in SuiteCRM Custom/Default Modules?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.