Fedora Linux Support Community & Resources Center
  #1  
Old 30th November 2010, 09:34 AM
papori Offline
Registered User
 
Join Date: Nov 2010
Posts: 58
linuxfedorafirefox
trying to install programs by "add/remove Software"

my error is : the groop was not found..
i am trying to install openoffice , but its doing it in any software..
thanks..
Reply With Quote
  #2  
Old 30th November 2010, 09:38 AM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
linuxfedorafirefox
Re: trying to install programs by "add/remove Software"

You must be getting more information than that from the application. What is the error message? Are you trying to install the whole OpenOffice suite?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 30th November 2010, 09:42 AM
papori Offline
Registered User
 
Join Date: Nov 2010
Posts: 58
linuxfedorafirefox
Re: trying to install programs by "add/remove Software"

actually iam new in fedora..
and i dont really have idea of what to do..

i want to install open office..
so i go to AddSoftware.. look for openoffice development..
sing it , and apply

then it write to me an error :
thegroup was not found
the group type wasnt foundPLEASE CHECK YOUR GROUP LISTand try again
Reply With Quote
  #4  
Old 30th November 2010, 10:28 AM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
linuxfedorafirefox
Re: trying to install programs by "add/remove Software"

Most of OpenOffice is installed by default.

Interesting error, at least from the command line. Yum shows a group, OpenOffice.org Development as being available. When I type
Code:
yum groupinstall 'OpenOffice.org Development'
I get basically the same error message.

Code:
[glenn@satellite temp>$ sudo yum groupinstall 'OpenOffice.org Development'
Password: 
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Adding en_US to language list
Loading mirror speeds from cached hostfile
 * fedora: mirrors.med.harvard.edu
 * rpmfusion-free: mirror.liberty.edu
 * rpmfusion-free-updates: mirror.liberty.edu
 * rpmfusion-nonfree: mirror.liberty.edu
 * rpmfusion-nonfree-updates: mirror.liberty.edu
 * updates: mirror.seas.harvard.edu
Setting up Group Process
Checking for new repos for mirrors
No packages in any requested group available to install or update
Odd. It's shown as being available.
Code:
[glenn@satellite temp>$ yum grouplist | grep OpenOffice*
   OpenOffice.org Development
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #5  
Old 30th November 2010, 10:38 AM
papori Offline
Registered User
 
Join Date: Nov 2010
Posts: 58
linuxfedorafirefox
Re: trying to install programs by "add/remove Software"

for me it wasn't by default...
Reply With Quote
  #6  
Old 30th November 2010, 10:45 AM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
linuxfedorafirefox
Re: trying to install programs by "add/remove Software"

Open a terminal and log in as root
Code:
su -
<password>
Type
Code:
yum install openoffice*
That will get you everything available. You might be better off to first type
Code:
yum list openoffice*
and see what's available vs what you want to install. You can install any of them individually and yum will bring in the dependencies.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #7  
Old 30th November 2010, 11:10 AM
Lord Honk's Avatar
Lord Honk Offline
Registered User
 
Join Date: Jun 2010
Location: Germany
Age: 23
Posts: 27
linuxfedorafirefox
Re: trying to install programs by "add/remove Software"

Sometimes, when you do a fresh install, you first have to run
Code:
yum update yum

yum update
at least for me that was once the problem, the Add/Remove manager had some trouble actually updating itself and accessing the newer repositories. So doing the first update via yum should get it going, Updating yum before the other stuff keeps the updater itself up to date first. I've been doing that for the 3 times I installed Fedora, and the hint was given to me half a year ago, so maybe updating yum first isn't neccessary anymore. Still, can't hurt to do it, right?

Anyway, hope you'll get it to work. I found that once you get used to the bash terminal, updating and installing via yum is more comfortable and reliable than the application, but that's just me.

Good luck
__________________
Yes, that sequence of words I just said made perfect sense.

Side effects may include:
dry mouth, nausea, vomiting, water
retention, painful rectal itch, hallucination, dementia, psychosis,
coma, death, and halitosis.
Fedora is not for everyone. Consult your doctor before use.
Reply With Quote
  #8  
Old 30th November 2010, 11:44 AM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,076
windows_xp_2003firefox
Re: trying to install programs by "add/remove Software"

Quote:
Originally Posted by glennzo View Post
I get basically the same error message.

Code:
[glenn@satellite temp>$ sudo yum groupinstall 'OpenOffice.org Development'
Password: 
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Adding en_US to language list
Loading mirror speeds from cached hostfile
 * fedora: mirrors.med.harvard.edu
 * rpmfusion-free: mirror.liberty.edu
 * rpmfusion-free-updates: mirror.liberty.edu
 * rpmfusion-nonfree: mirror.liberty.edu
 * rpmfusion-nonfree-updates: mirror.liberty.edu
 * updates: mirror.seas.harvard.edu
Setting up Group Process
Checking for new repos for mirrors
No packages in any requested group available to install or update
"yum groupinfo" explains the reason:
Code:
Group: OpenOffice.org Development
 Description: These packages are helpful when developing OpenOffice.org extensions or macros.
 Optional Packages:
   openoffice.org-bsh
   openoffice.org-headless
   openoffice.org-pyuno
   openoffice.org-rhino
   openoffice.org-sdk
   openoffice.org-sdk-doc
   openoffice.org-testtools
The group has only optional packages that aren't installed by default. Use the following to install all the packages:
Code:
yum --setopt=group_package_types=mandatory,default,optional groupinstall 'OpenOffice.org Development'


---------- Post added at 01:44 PM GMT ---------- Previous post was at 01:40 PM GMT ----------

Are you sure that OpenOffice.org Development is the package group you want to install? It contains packages for developing OpenOffice extensions and macros. The actual office applications of OpenOffice are in the Office/Productivity group.
Reply With Quote
  #9  
Old 30th November 2010, 12:07 PM
papori Offline
Registered User
 
Join Date: Nov 2010
Posts: 58
linuxfedorafirefox
Re: trying to install programs by "add/remove Software"

thanks!! it work now...

is there a way of installing many processes al together?
as in ubuntu' from synaptic/...
Reply With Quote
  #10  
Old 1st December 2010, 07:38 AM
CSchwangler Offline
Registered User
 
Join Date: Feb 2009
Posts: 2,535
linuxfedorafirefox
Re: trying to install programs by "add/remove Software"

If you are using yum, then

Code:
yum install program1 program2 program3
so you just list the programs you want to install.

For groups,

Code:
yum groupinstall group1 group2 group3

In Add/Remove Software you mark all the programs you intend to install and at the end click on Apply.
Reply With Quote
Reply

Tags
add or remove software, install, programs

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
[SOLVED] There's no package in the "Add and Remove Software" list misterdoctor Using Fedora 7 28th July 2011 04:27 AM
How can I Re-Install Fedora 9 "Add/Remove Programs"??? diiisalinas Using Fedora 1 22nd November 2008 01:15 AM
problem with "Package Manager" And "Add and remove programs & yum Dr.AMA Installation and Live Media 4 22nd March 2008 08:30 PM
Add/Remove Software hangs at "Retrieving Software Information" RedPad Using Fedora 9 27th July 2007 01:13 PM
Enable running of "Add/Remove Software", etc. without root login locodude Security and Privacy 1 23rd November 2006 10:22 AM


Current GMT-time: 16:54 (Monday, 20-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