Fedora Linux Support Community & Resources Center
  #1  
Old 12th March 2011, 02:37 PM
riddor Offline
Registered User
 
Join Date: Mar 2011
Posts: 3
linuxfedorafirefox
Open office

Hi i just downloaded Fedora and so far i like it however how do i install OpenOffice i downloaded it but cant figure out how to install it clicked on ever file in it still no joy can anyone assist?
Reply With Quote
  #2  
Old 12th March 2011, 02:41 PM
DukeNukem Offline
Registered User
 
Join Date: Jul 2005
Posts: 237
windows_7firefox
Re: Open office

It is best to use the yum repo to acquire openoffice.

I believe the command is,

yum groupinstall "Office/Productivity"
__________________
Fedora KDE Multimedia Guide

2010-11-21 Dangermouse - i like thee name "DukeNukem" reminds me of a game i used to play yeeeeeeears ago.. (good game)
Reply With Quote
  #3  
Old 12th March 2011, 02:48 PM
motnahp00
Guest
 
Posts: n/a
windows_7firefox
Re: Open office

Don't forget the -y switch to resolve any dependencies:

yum groupinstall "Office/Productivity" -y
Reply With Quote
  #4  
Old 12th March 2011, 03:03 PM
riddor Offline
Registered User
 
Join Date: Mar 2011
Posts: 3
linuxfedorafirefox
Re: Open office

thanks for the information but for someone new what is yum?
Reply With Quote
  #5  
Old 12th March 2011, 03:05 PM
motnahp00
Guest
 
Posts: n/a
windows_7firefox
Re: Open office

run info yum

You will find a great description.
Reply With Quote
  #6  
Old 12th March 2011, 03:36 PM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfedorafirefox
Re: Open office

Quote:
Originally Posted by motnahp00 View Post
Don't forget the -y switch to resolve any dependencies:

yum groupinstall "Office/Productivity" -y
I don't think -y has anything to do with installing dependencies, the -y flag just means "Yes, install this" if you don't add it, yum stops on the command line until you enter y at the prompt to continue or n to abort

From the 'manual' page for yum:
Code:
GENERAL OPTIONS
       Most command line options can be set using the configuration file as well
       and the descriptions indicate the necessary configuration
       option to set.
        ....
-y, --assumeyes
              Assume yes; assume that the answer to any question which would be
               asked is yes. Configuration Option: assumeyes
Reply With Quote
  #7  
Old 12th March 2011, 03:54 PM
kurtdriver Offline
Registered User
 
Join Date: Jul 2005
Location: Vancouver Canada
Posts: 1,285
linuxfedorafirefox
Re: Open office

Quote:
Originally Posted by riddor View Post
thanks for the information but for someone new what is yum?
Yum is an update manager, you'll find it by typing
Code:
su -c "yum -y groupinstall Office/Productivity"
into a terminal. You can get the terminal by clicking
Applications->System Tools->Terminal.
Yum is a great program, it resolves all dependencies on it's own, saving a lot of headaches.

A hint, rather than typing that, copy and paste it. Linux makes that very easy, just highlight that line, and middle-click into the terminal, a scrollwheel will work for a middle button, if you don't have a scrollwheel, try clicking with each button at the same time..

Last edited by kurtdriver; 12th March 2011 at 04:01 PM.
Reply With Quote
  #8  
Old 12th March 2011, 04:45 PM
riddor Offline
Registered User
 
Join Date: Mar 2011
Posts: 3
linuxfedorafirefox
Re: Open office

Sorry spent the last hour trying to install open office and trying to figure out what a yum is, as i cant find it cant even find run whatever that is. as much as i like this OS i think i will get ride of it as i want an OS that is simple to use.

---------- Post added at 04:34 PM ---------- Previous post was at 04:33 PM ----------

All i want is Openoffice for my work and a flash played its nearly impossible for someone new like me to install

---------- Post added at 04:45 PM ---------- Previous post was at 04:34 PM ----------

All is not lost just found that my neighbour has had the same problem and he is fixing it for me fingers crossed
Reply With Quote
  #9  
Old 12th March 2011, 04:53 PM
kurtdriver Offline
Registered User
 
Join Date: Jul 2005
Location: Vancouver Canada
Posts: 1,285
linuxfirefox
Re: Open office

The posts above explain how to do it, easily too. Fedora has to be pretty simple for me, as I'm a bit thick at times. To setup Flash and all multimedia follow the Mjmwired guide, again it's quite easy, find what you want to do, and copy and paste. The guide is here, you'll find links to it and others by clicking on the yellow "Fedora Set-up Guides" at the top of every page in the forum. Welcome to Linux.
Reply With Quote
  #10  
Old 12th March 2011, 05:17 PM
motnahp00
Guest
 
Posts: n/a
windows_7ie
Re: Open office

Hello marko,

As kurtdriver stated yum assists in resolving dependencies. The -y as you mentioned is a quick way of saying yes to the prompts.
Reply With Quote
  #11  
Old 13th March 2011, 12:35 AM
buckyb Offline
Registered User
 
Join Date: Mar 2011
Posts: 28
linuxchrome
Re: Open office

I have a question about Open Office. If I wanted to install the newest version, one that is not present in the repos, I would go the official website and download the latest version right?

But then, when I do try to install it, the default install goes to my home directory. How can I perform a "system" install, so that the applications within Open Office show up automatically in the panel menu, and .odt/doc files are open automatically by OpenOffice.

When I tried installing the latest version of OpenOffice that I had downloaded from the website it defaulted to:

/home/myname/opt

Thus, I had to manually add each application i.e. writer, impress to the menu and set .odt and .doc files to be opened by Open Office.

Any info will be appreciated.
Reply With Quote
  #12  
Old 13th March 2011, 01:16 AM
motnahp00
Guest
 
Posts: n/a
windows_7ie
Re: Open office

I just finished downloading and installing the latest version of OOo (3.3.0).

The shortcuts to the applications are automatically created under Applications --> Office.
Reply With Quote
  #13  
Old 13th March 2011, 03:31 AM
SiliconSlick's Avatar
SiliconSlick Offline
Registered User
 
Join Date: Aug 2009
Location: College Station, TX
Posts: 501
linuxfedorafirefox
Re: Open office

Just FYI... the non-repo OO (e.g. latest) packages from Oracle are not as well integrated into Fedora as the Fedora repo ones. Unless you _really_ have reason to use the non-repo ones you should avoid them (and if you use them, see the Oracle forums for support).

YMMV/FWIW

SS
Reply With Quote
  #14  
Old 13th March 2011, 09:12 PM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfedorafirefox
Re: Open office

Quote:
Originally Posted by motnahp00 View Post
Hello marko,

As kurtdriver stated yum assists in resolving dependencies. The -y as you mentioned is a quick way of saying yes to the prompts.
Read post #3, it implies that -y turns on dependency checking and that if someone
didn't type -y that software would install with broken dependencies. If yum did that it would be kind of pointless, yum always resolves and installs dependencies.
Reply With Quote
  #15  
Old 13th March 2011, 10:12 PM
motnahp00
Guest
 
Posts: n/a
windows_xp_2003ie
Re: Open office

Got it. Thanks marko.
Reply With Quote
Reply

Tags
office, open

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
GNOME Terminal & Open Office will not open orion2087 Using Fedora 0 20th August 2008 07:04 PM
Installing Oxygen Office Professional (aka Open Office Premium) elijah_lao8 Using Fedora 2 11th December 2006 10:22 AM
Unable to use Open office in MS Office jimmy2975 Using Fedora 5 20th April 2006 11:28 PM
Un-installing the distro Open Office before I install the latest Open Office Peter D Using Fedora 4 7th March 2006 06:17 PM
open office apps wont open carneyc Fedora Core 4 Test 7 5th May 2005 11:29 AM


Current GMT-time: 14:58 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat