Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Community Lounge > Reviews, Rants & Things That Make You Scream
FedoraForum Search

Forgot Password? Join Us!

Reviews, Rants & Things That Make You Scream The place for you to submit reviews of all those applications you use with Fedora. The Devs probably aren't listening, but some times you've just GOT to blow off steam or sing its praises.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 8th June 2011, 04:12 PM
jimmac49 Offline
Registered User
 
Join Date: Mar 2011
Location: Gosport, UK
Posts: 10
linuxfedorafirefox
Libre Office

The only obstacle stopping me binning ubuntu for fedora is that I can not find a decent way to install Libre Office, with Ubuntu it just works, why with fedora is it so chuffin hard to do anything,

With Ubuntu you get deb files to install LibreOffice, with Fedora you get tar.gz files, ( even Windows wasn't this complicated).

With Ubuntu double click and the program is installed.

Could it be that it is why Ubuntu is called the most popular distro in the world, just because it just works.

This is not a rant or a rave, I am just fed up after 8 hrs, trying to install Libre Office in Fedora 14, I think I will just stay with Ubuntu for the time being



regards


Jim
Reply With Quote
  #2  
Old 8th June 2011, 04:19 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Libre Office

You can install Libre Office from the Fedora repo's using yum if you have Fedora 15.

(I think F14 has Open Office instead of Libre Office, though) It would be crazy to think that F14 would have Libre Office since Libre Office was released AFTER F14 was. (Initial release was Jan 2011)

Edit:

Just a quick google search showed me several places where they have packaged Libre Office into rpm's for Fedora 14.

Here is one, but there were a whole list of others, too...

http://edigitales.org/installation-l...nux-fedora-14/

Last edited by DBelton; 8th June 2011 at 04:28 PM.
Reply With Quote
  #3  
Old 8th June 2011, 04:39 PM
PatMcLJr's Avatar
PatMcLJr Offline
Registered User
 
Join Date: Apr 2005
Location: earth
Posts: 1,133
linuxopera
Re: Libre Office

errr?
I just used the rpms on the downloads, I think mine works OK, I've been using for a few months now with only a very few hiccups.

http://download.documentfoundation.o...m_en-US.tar.gz

I'm using fedora 14 64 bit and fedora 15 has Libre already to go, I do belive it to be part of the default install.

Pat Jr.
__________________
x--x--x
http://www.gnu.org/philosophy/free-sw.html
Freedom is never Free.
Pat Jr.
Reply With Quote
  #4  
Old 8th June 2011, 04:47 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,736
linuxchrome
Re: Libre Office

I just followed the instructions on Libreoffice's website and it worked fine. Make sure you remove the icons from any old openoffice installations ...
Reply With Quote
  #5  
Old 8th June 2011, 04:50 PM
bob's Avatar
bob Offline
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,334
linuxfirefox
Re: Libre Office

Perhaps the OP is confused about tar.gz files? Similar to zip files, it's a means of compression that allows larger downloads and of course Office files are LARGE.

So, once downloaded, you can right-click and "extract here" (wherever that is. Then simply 'cd' to the extracted .rpm and "yum install *.rpm" which should then handle the dependencies and install it normally.

In fact, here's the instructions directly from Libre Office for Fedora http://www.libreoffice.org/get-help/installation/linux/
Quote:
Installation of LibreOffice on Fedora, Suse, Mandriva and other Linux systems using RPM packages

The instructions here are for installing LibreOffice in US English, on a 32-bit system; there will be slight differences in some directory names if you are installing LibreOffice on a 64-bit system, but the process is basically the same and – hopefully – you will not find these instructions difficult to follow.
For instructions on how to install a language pack (after having installed the US English version of LibreOffice), please read the “Installing a Language Pack” section.
After downloading the installer archive file, use Nautilus to decompress it in a directory of your choice (your Desktop directory, for example). After decompressing it, you will see that the contents have been unpacked into a directory called LibO_3.3.0rc1_Linux_x86_install-rpm_en-US. Open a Nautilus file manager window, and change directory to that directory.
2) The directory contains a subdirectory called RPMS. Change directory to the RPMS directory.
3) Right-click within the directory and choose “Open in Terminal”. A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):
For Fedora-based systems:
su -c 'yum install *.rpm'
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #6  
Old 8th June 2011, 08:59 PM
jimmac49 Offline
Registered User
 
Join Date: Mar 2011
Location: Gosport, UK
Posts: 10
linuxfedorafirefox
Re: Libre Office

Thanks Bob,
for you're reply, but the link just don't work.

I agree beer works


jim
Reply With Quote
  #7  
Old 8th June 2011, 09:18 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Libre Office

looks like it took his smiley as a part of the link.. remove the ): from the end of the link

http://www.libreoffice.org/get-help/installation/linux/
Reply With Quote
  #8  
Old 8th June 2011, 09:52 PM
cymbaline42's Avatar
cymbaline42 Offline
Registered User
 
Join Date: May 2011
Posts: 165
windows_7firefox
Re: Libre Office

Quote:
Originally Posted by jimmac49 View Post
Thanks Bob,
for you're reply, but the link just don't work.

I agree beer works


jim

The link had a few extra characters at the end, try this: http://www.libreoffice.org/get-help/installation/linux/
Reply With Quote
  #9  
Old 8th July 2011, 10:06 PM
johnlvs2run Offline
Registered User
 
Join Date: Jul 2008
Location: western u.s.
Posts: 135
linuxfedorafirefox
Re: Libre Office

Quote:
Originally Posted by bob View Post
the instructions directly from Libre Office for Fedora http://www.libreoffice.org/get-help/installation/linux/
Quote:
After downloading the installer archive file, use Nautilus to decompress it in a directory of your choice (your Desktop directory, for example). After decompressing it, you will see that the contents have been unpacked into a directory called LibO_3.3.0rc1_Linux_x86_install-rpm_en-US. Open a Nautilus file manager window, and change directory to that directory.
2) The directory contains a subdirectory called RPMS. Change directory to the RPMS directory.
3) Right-click within the directory and choose “Open in Terminal”. A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):
For Fedora-based systems:
su -c 'yum install *.rpm'
I did these things, 24M installed in the terminal, but libreoffice is not showing up.
__________________
biostar a870u3 / amd athlonII x2 regor250 3.0ghz am3 65w / gskill sniper 2x4gb ddr3 1333
evga 512-P3-1311-KR geforce 210 32bit ddr3 pci express hdcp video card / fedora 16 64 lxde
nvidia onboard / seagate barracuda 7200 250gb 3gbs hard drive / hannsg hw192 / earthwatts psu
Reply With Quote
  #10  
Old 8th July 2011, 10:26 PM
PatMcLJr's Avatar
PatMcLJr Offline
Registered User
 
Join Date: Apr 2005
Location: earth
Posts: 1,133
linuxfirefox
Re: Libre Office

maybe you need the de integration

/PATH_to_INSTALL/LibO_3.4.0rc2_Linux_x86-64_install-rpm_en-US/RPMS/desktop-integration/
__________________
x--x--x
http://www.gnu.org/philosophy/free-sw.html
Freedom is never Free.
Pat Jr.
Reply With Quote
  #11  
Old 8th July 2011, 10:29 PM
PiElle Offline
Registered User
 
Join Date: Jun 2011
Location: Italy
Posts: 291
linuxfirefox
Re: Libre Office

yum groupinstall "Office/Productivity"

Reply With Quote
  #12  
Old 8th July 2011, 11:10 PM
johnlvs2run Offline
Registered User
 
Join Date: Jul 2008
Location: western u.s.
Posts: 135
linuxfedorafirefox
Re: Libre Office

Quote:
Originally Posted by PatMcLJr View Post
maybe you need the de integration

/PATH_to_INSTALL/LibO_3.4.0rc2_Linux_x86-64_install-rpm_en-US/RPMS/desktop-integration/
Thanks but that didn't work.

# /PATH_to_INSTALL/LibO_3.4.0rc2_Linux_x86-64_install-rpm_en-US/RPMS/desktop-integration/
bash: /PATH_to_INSTALL/LibO_3.4.0rc2_Linux_x86-64_install-rpm_en-US/RPMS/desktop-integration/:
No such file or directory
#

Quote:
Originally Posted by PiElle View Post
yum groupinstall "Office/Productivity"
I want libreoffice, not openoffice.
__________________
biostar a870u3 / amd athlonII x2 regor250 3.0ghz am3 65w / gskill sniper 2x4gb ddr3 1333
evga 512-P3-1311-KR geforce 210 32bit ddr3 pci express hdcp video card / fedora 16 64 lxde
nvidia onboard / seagate barracuda 7200 250gb 3gbs hard drive / hannsg hw192 / earthwatts psu
Reply With Quote
  #13  
Old 8th July 2011, 11:24 PM
PiElle Offline
Registered User
 
Join Date: Jun 2011
Location: Italy
Posts: 291
linuxfirefox
Re: Libre Office

I want libreoffice, not openoffice.[/QUOTE]


---------- Post added at 10:24 PM ---------- Previous post was at 10:14 PM ----------

[/COLOR]
Quote:
Originally Posted by PiElle View Post
I want libreoffice, not openoffice.
It will install Libre Office ...



in Fedora 15, obviusly ...

Last edited by PiElle; 8th July 2011 at 11:26 PM.
Reply With Quote
  #14  
Old 9th July 2011, 05:03 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,728
linuxfedorafirefox
Re: Libre Office

Quote:
Originally Posted by jimmac49 View Post
Could it be that it is why Ubuntu is called the most popular distro in the world
Except that it isn't. Fedora is far more popular than Ubuntu (about 30 million users for Fedora and 15 million for Ubuntu), and the gap keeps growing.

I don't understand what's so "complicated" about tar.gz files. Just do "tar xzvf somefile.tar.gz" and you're done. Or you could upgrade to Fedora 15 and install LibreOffice with one command via yum.

Quote:
Originally Posted by jimmac49 View Post
I think I will just stay with Ubuntu for the time being
Good luck.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #15  
Old 9th July 2011, 06:47 AM
johnlvs2run Offline
Registered User
 
Join Date: Jul 2008
Location: western u.s.
Posts: 135
linuxfedorafirefox
Re: Libre Office

Can I install 15 over 14 without losing my files?
__________________
biostar a870u3 / amd athlonII x2 regor250 3.0ghz am3 65w / gskill sniper 2x4gb ddr3 1333
evga 512-P3-1311-KR geforce 210 32bit ddr3 pci express hdcp video card / fedora 16 64 lxde
nvidia onboard / seagate barracuda 7200 250gb 3gbs hard drive / hannsg hw192 / earthwatts psu
Reply With Quote
Reply

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
Libre Office jt867 Using Fedora 7 28th February 2011 02:34 AM
crossover office with office 2007... davbren Using Fedora 0 14th July 2009 06:20 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


Current GMT-time: 09:02 (Thursday, 20-06-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