Hi everyone,
I am trying to install OpenOffice on my Fedora computer:
yum install openoffice
........
........
No package openoffice available.
Nothing to do
Can anybody help me?
Hi everyone,
I am trying to install OpenOffice on my Fedora computer:
yum install openoffice
........
........
No package openoffice available.
Nothing to do
Can anybody help me?
Last edited by ursusca; 23rd November 2009 at 10:02 AM.
yum groupinstall "Office/Productivity"
A lazy way:
Gnome menu->System->Administration->Add/Remove Software
click Office, check OpenOffice.org packages
Press Apply
yum search openoffice
lol, i think he got it
i tried to show the right way. it can help mutch more then walking system menus
thanks a lot. i really need it abiword was crashing to much.
you can use this command:
sudo yum -y install openoffice.org*
this will install the entire openoffice.org suite which is like a 687MB download instead you can install only the most used parts of openoffice:
sudo yum -y install openoffice.org-writer openoffice.org-impress openoffice.org-base openoffice.org-calc openoffice.org-draw openoffice.org-math
I installed OpenOffice as described here:
http://download.openoffice.org/commo...ons.html#linux
For desktop integration I went to the desktop-integration directory and installed the one for redhat since the one for suse failed.
rpm -Uvih openoffice.org3.2-redhat-menus-3.2-9472.noarch.rpm
This seemed to have worked nicely. All the OpenOffice icons now show up under Applications - Office.
Regards .... Axel Magard
[root@localhost sujal]# yum -y install openoffice.org-writer openoffice.org-impress openoffice.org-base openoffice.org-calc openoffice.org-draw openoffice.org-math
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
No package openoffice.org-writer available.
No package openoffice.org-impress available.
No package openoffice.org-base available.
No package openoffice.org-calc available.
No package openoffice.org-draw available.
No package openoffice.org-math available.
Error: Nothing to do
[root@localhost sujal]#
what to do next?
LAPTOP HCL ME B3863 @Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20 GHz, 4GB RAM, 320 HDD,GeForce 8200M G (GPU 0),GRAPHICS BY NVIDIA
Fedora Release 14 ,Kernel Linux 2.6.35.6-48.fc14.x86_64,GNOME 2.32.0 NVIDIA DRIVER VERSION: 260.19.12
First thing: This thread is over a year old. Things have changed and you really should start a new one when you have a problem.
Second thing: If you're using F15, OpenOffice has been replaced by LibreOffice. Try looking for that. Essentially identical. Google the reasons for the shift to LibreOffice.
Also, a search of recent threads would have helped you too: http://forums.fedoraforum.org/showthread.php?t=263849
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
LAPTOP HCL ME B3863 @Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20 GHz, 4GB RAM, 320 HDD,GeForce 8200M G (GPU 0),GRAPHICS BY NVIDIA
Fedora Release 14 ,Kernel Linux 2.6.35.6-48.fc14.x86_64,GNOME 2.32.0 NVIDIA DRIVER VERSION: 260.19.12
The code posted by Dangermouse to install office/productivity is still working, and will install Libre Office on Fedora 15 and later.