LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-28-2013, 06:45 PM   #1
Norcal831
LQ Newbie
 
Registered: May 2013
Posts: 15

Rep: Reputation: Disabled
Installing Office on CentOS


I am having trouble installing Apache Open Office for Centos onto my VMware workstation 9. I have CentOS-6.4-i386-LiveCD installed as the OS on there and went to the open office website and downloaded the office file to install. The file downloaded but I can't get it to install.

The file that I downloaded is is labeled:

" Apache_OpenOffice_incubating_3.4.1_Linux_x86_install-deb_en-US.tar.gz "
 
Old 05-28-2013, 08:41 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,382
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
Those are *.deb files inside that tarball. CentOS uses RPMs.

According to the OOo website, they do have RPMs available for download.

You would need to decompress the appropriate tarball; there should be a README file inside with instructions for installing the software.

First, though, I would check in the CentOS software center (I forget exactly what they call it); OOo might be in the repos. If it's not, almost certainly LibreOffice will be; LO provides the same functionality.
 
Old 05-28-2013, 11:07 PM   #3
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Rep: Reputation: 153Reputation: 153
CentOS uses RPM packages.

download this:
Apache_OpenOffice_incubating_3.4.1_Linux_x86_install-rpm_en-US.tar.gz
 
Old 05-29-2013, 12:01 AM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,369

Rep: Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753
Centos comes with LibreOffice as part of the 6.x series. Just install from cli using yum.
The group is 'Office Suite and Productivity' ; see
Code:
 
yum grouplist
 
Old 05-29-2013, 12:15 AM   #5
Norcal831
LQ Newbie
 
Registered: May 2013
Posts: 15

Original Poster
Rep: Reputation: Disabled
hmm installing stuff on linux based OS is very confusing, guess I need to look up how to.
 
Old 05-29-2013, 12:29 AM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,369

Rep: Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753
Using the yum tool is much easier that .tar.gz and or src code.
Use
Code:
yum grouplist
to get a list of groups then
Code:
yum groupinstall 'groupname'
You can install specific pkgs by specifying the pkg name. See here for yum options http://linux.die.net/man/8/yum.
The nice thing about yum is it automatically deals with dependencies.
 
Old 05-29-2013, 12:41 AM   #7
Norcal831
LQ Newbie
 
Registered: May 2013
Posts: 15

Original Poster
Rep: Reputation: Disabled
To be honest, I'm not sure what the Yum tool is yet. I'm still new to and don't know a whole lot. I'm looked through links and downloaded the suggested .pdf for helpful tips and such. I am slowly looking through them when I get time. I currently have my VMware workstation running Ubuntu 12.04.2, Debian 7, CentOS 6.4, and RHEL 6. Trying out the different flavors, I still don't know how to install programs and can navigate them fairly well.
 
Old 05-29-2013, 03:36 AM   #8
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Rep: Reputation: 153Reputation: 153
Just follow the steps in the link. Installing OpenOffice in CentOS cannot be more easy than this... just copy and paste commands in terminal and hit enter.

Install Apache OpenOffice 3.4.1 on Fedora 18/17, CentOS/RHEL 6.4

Last edited by Madhu Desai; 05-29-2013 at 03:38 AM.
 
Old 05-29-2013, 12:34 PM   #9
Norcal831
LQ Newbie
 
Registered: May 2013
Posts: 15

Original Poster
Rep: Reputation: Disabled
That was an interesting experience but I think I got it. I didn't know I had to use a terminal to install software. That's how much a newbie I am. Thank you to everyone for the helpful tips and information.
 
Old 05-29-2013, 05:27 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,382
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
You don't have to use the terminal to install software in CentOS and most other Linux distributions. They commonly have a GUI-frontend for the software installation/uninstallation tool. This link will tell you more about the CentOS GUI software tool.

Debian-based distros use aptitude and apt from the command line and the Synaptic Package Manager from the GUI.

At LQ, many persons will go right to telling questioners about command line tools because they are the lowest common denominator, while GUI tools might vary from distro to distro. This is especially likely with a distro intended primarily to be used as a server, such as CentOS and RHEL (Red Hat Enterprise Linux), because they are frequently installed without a GUI.

Slackware relies primarily on the command line, and Slackware does not resolve dependencies. Some of the Slackware-based distros, such as SalixOS, do resolve dependencies and provide a GUI package management tool.

Here are a couple of references that I have found particularly useful:

http://linux.about.com/. It's oriented to Ubuntu, but it's full of good info.

http://tille.garrels.be/training/tldp/. Machtelt Garrels's Intro to Linux.

You will find an overwhelming wealth of resources at The Linux Documentation Project.

Last edited by frankbell; 05-29-2013 at 05:45 PM. Reason: Add Slackware
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
install libre office on centos 6.2 using yum fudmier Linux - Newbie 11 02-12-2013 11:41 PM
[SOLVED] Cannot open any file with MS-Office on my Centos 6 samba share rylan76 Linux - Software 1 01-23-2013 12:21 AM
Problem in configuring MS office 2007 in centos 5.8 rahul.buragohain Linux - Newbie 6 01-07-2013 12:23 PM
[SOLVED] Mail Server For Centos using Ms-Office????? nico34 Linux - Software 3 05-17-2010 09:23 AM
Crossover Office DCOM95 prob when installing MS Office 2k mike rodent Linux - Software 8 04-05-2008 09:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration