 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

30th November 2010, 09:34 AM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 58

|
|
|
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..
|

30th November 2010, 09:38 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929

|
|
|
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
|

30th November 2010, 09:42 AM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 58

|
|
|
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
|

30th November 2010, 10:28 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929

|
|
|
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
|

30th November 2010, 10:38 AM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 58

|
|
|
Re: trying to install programs by "add/remove Software"
for me it wasn't by default...
|

30th November 2010, 10:45 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929

|
|
|
Re: trying to install programs by "add/remove Software"
Open a terminal and log in as root
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
|

30th November 2010, 11:10 AM
|
 |
Registered User
|
|
Join Date: Jun 2010
Location: Germany
Age: 23
Posts: 27

|
|
|
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.
|

30th November 2010, 11:44 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: Finland
Posts: 5,076

|
|
|
Re: trying to install programs by "add/remove Software"
Quote:
Originally Posted by glennzo
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.
|

30th November 2010, 12:07 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 58

|
|
|
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/...
|

1st December 2010, 07:38 AM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 2,535

|
|
|
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 16:54 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|