Fedora Linux Support Community & Resources Center
  #1  
Old 24th March 2006, 08:10 AM
WebWind's Avatar
WebWind Offline
Registered User
 
Join Date: Jul 2004
Location: Slovakia, Europe
Posts: 83
Unhappy Add/Remove software - Unable to retreive software information

After fresh install of FC5 on my HP nc 6120 i click on Add / Remove Software in Aplications menu. Message wos simple "Unable ti retrieve software information".
Can anyone tell me how can I manage my software.
Yum is not working too. After setiing up respositories YUM "Cannot find a valid base url for repo: core".
__________________
Fedora Core 4 positive :rolleyes:
Reply With Quote
  #2  
Old 24th March 2006, 08:39 AM
arwen Offline
Registered User
 
Join Date: Jan 2005
Posts: 16
I know that pirut works if you use it as root and if the PC is connected to the net.
I don't know how to install programs from the DVD of FC5?
On the FC3 there was an application in order to add or to remove the software supplied with the DVD of installation.
Reply With Quote
  #3  
Old 24th March 2006, 08:40 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
If you installed FC5 fesh, the repos are ready for yum.
Plus a few other - look in /etc/yum.repos.d

Add / remove software is for installing more from the CD or dvd that was not installed orginally.
Did you have the CD in the drive?

Yum is working but there is only a few updates for FC5 so you are not missing much.
There will be a bunch after they are tested.

Here is my yum stuff that was created by fedora-release-5-5 rpm

cat yum.conf
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

cd yum.repos.d
[root@Jovette-14 yum.repos.d]# dir
fedora-core.repo * fedora-legacy.repo
fedora-development.repo fedora-updates.repo *
fedora-extras-development.repo fedora-updates-testing.repo
fedora-extras.repo *

the ones with the * are enabled by default

Here is an example of fedora-updates.repo (note there is really 3 repos per but debug and source is dNOT enabled.)

cat fedora-updates.repo
[updates]
name=Fedora Core $releasever - $basearch - Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-debuginfo]
name=Fedora Core $releasever - $basearch - Updates - Debug
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/debug/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-source]
name=Fedora Core $releasever - Updates Source
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
__________________
Do the Math
Reply With Quote
  #4  
Old 24th March 2006, 10:15 AM
mit's Avatar
mit Offline
Registered User
 
Join Date: Jun 2004
Posts: 233
Add / Install software is the same as 'pirut' and it cant install software from the DVD/CD's.
Only from yum repositories.
The problem is most likely that most of the fedora mirrors is very busy, because of all the people downloading FC5 iso's .
Just run the same yum command again and again, until it finds a mirror responding.
Reply With Quote
  #5  
Old 24th March 2006, 11:00 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
Humm , seems to be several missing items on the menu's.
Configuration editor - needed to set samba workgroup name.
Menu editor - needed to add configuation editor and what ever else is missing.

3 items about software and the labels are meningless.
It's as if no one ever looked at what they created.

SJ
__________________
Do the Math
Reply With Quote
  #6  
Old 24th March 2006, 12:17 PM
RahulSundaram Offline
Registered User
 
Join Date: May 2005
Posts: 3,549
Quote:
Originally Posted by SlowJet
Humm , seems to be several missing items on the menu's.
Configuration editor - needed to set samba workgroup name.
Menu editor - needed to add configuation editor and what ever else is missing.

3 items about software and the labels are meningless.
It's as if no one ever looked at what they created.

SJ
By Configuration editor I suppose you mean gconf-editor?. That isnt installed by default. You need to run

# yum install gconf-editor

Menu editor in GNOME? Just right click on the menu bar in the panel

Which 3 items are meaningless?
__________________
Rahul
http://fedoraproject.org/wiki/RahulSundaram
Reply With Quote
  #7  
Old 24th March 2006, 12:37 PM
WebWind's Avatar
WebWind Offline
Registered User
 
Join Date: Jul 2004
Location: Slovakia, Europe
Posts: 83
SlowJet

After click on Add / Remove software you can see lins of installed sw from instalation CDs by categories. You can choose what to remove and what to add. After that system ask for cd 1 or cd 3 (depends on what is chosen to install).
My system can not display anything in that window. Istead of that there is an error message "Unable to retreive software information".

Any othe ideas?
__________________
Fedora Core 4 positive :rolleyes:

Last edited by WebWind; 24th March 2006 at 12:41 PM.
Reply With Quote
  #8  
Old 24th March 2006, 12:47 PM
Paul_Vandenberg Offline
Registered User
 
Join Date: Feb 2004
Location: Canada
Posts: 344
You can use Pirut to install from your DVD if you configure it as a Yum repo. Give it the baseurl of file:///media/disk. The only problem is that your DVD must be inserted in order to use Pirut. Therefore, I disable it by default and enable it only when I want to install something significant from my DVD. I don't know how well this works with the 5 CDs, but with the one DVD, it works great.

Paul
Reply With Quote
  #9  
Old 24th March 2006, 02:22 PM
WebWind's Avatar
WebWind Offline
Registered User
 
Join Date: Jul 2004
Location: Slovakia, Europe
Posts: 83
Maybe there is a proxy and domain configuration problem.
I tried som configuration with no success.

How can I do that?
__________________
Fedora Core 4 positive :rolleyes:
Reply With Quote
  #10  
Old 14th April 2006, 11:55 PM
pinda Offline
Registered User
 
Join Date: Apr 2006
Posts: 4
Quote:
Originally Posted by mit
Add / Install software is the same as 'pirut' and it cant install software from the DVD/CD's.
Only from yum repositories.
The problem is most likely that most of the fedora mirrors is very busy, because of all the people downloading FC5 iso's .
Just run the same yum command again and again, until it finds a mirror responding.
I am very new to linux and the closest thing to it for me is DOS 3.1. Can anyone tell me if i have to be connected to the internet to use the Add/ Remove software. I am currently using Fedora 5 and Gnome. I am getting a similar problem in that I get and error message "Unable to retrieve updates." Can anyone explain what are yum repositories??????????
Reply With Quote
  #11  
Old 15th April 2006, 12:13 AM
u-noneinc-s's Avatar
u-noneinc-s Offline
Registered User
 
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862
pinda: Yes you have to be connected to the internet or you have to create a local repo from your CD/DVD, or as Paul_Vandenberg said above,
Quote:
You can use Pirut to install from your DVD if you configure it as a Yum repo. Give it the baseurl of file:///media/disk. The only problem is that your DVD must be inserted in order to use Pirut. Therefore, I disable it by default and enable it only when I want to install something significant from my DVD. I don't know how well this works with the 5 CDs, but with the one DVD, it works great.
.
I have not tried that.

Paul_Vandenberg: can you give us an example of how to do this. Is this in your yum.repos.d as dvd.repo with enable-0 or is it in the yum.conf. Do you use it like yum --enablerepo=dvd.repo or do you edit it to enable it, use it then edit it to disable it again? will it work with the auto-mount FC5 uses or do I need an fstab entry for the
device to get mounted?
Reply With Quote
  #12  
Old 20th May 2006, 02:17 AM
micheline Offline
Registered User
 
Join Date: Sep 2005
Posts: 9
Hi,
I had some problem with Add/Remove Software and I found the solution on the french fedora forum, you have to install the key control it's the remi release package, you could find it on that site :

http://remi.collet.free.fr/index.php...llation-et-yum

I install it and everthing is working find now.
Reply With Quote
Reply

Tags
add or remove, information, retreive, software, unable

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
Add/Remove Software hangs at "Retrieving Software Information" RedPad Using Fedora 9 27th July 2007 01:13 PM
Add/Remove Software (Pirut) Error: Unable to retrieve software information andipurwito Installation and Live Media 4 26th September 2006 01:34 AM
Add/Remove Software (Pirut) Error: Unable to retrieve software information andipurwito Using Fedora 1 6th July 2006 10:07 AM
Software Installation Error - "Unable to retrieve software information" pmisra2 Installation and Live Media 8 15th April 2006 08:37 PM
Unable to retrieve software information phantomcow2 Using Fedora 1 10th April 2006 04:23 AM


Current GMT-time: 17:29 (Sunday, 19-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