Results 1 to 10 of 11
i've been editing my repo files on /etc/yum.repo.d/ couple of days back to install packages from the Fedora DVD... after that i re-edit the files back to original
what i ...
- 02-22-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 55
FEDORA 10 - yum repo config issue - cannot see extra packages
i've been editing my repo files on /etc/yum.repo.d/ couple of days back to install packages from the Fedora DVD... after that i re-edit the files back to original
what i did i simply disabled all fedora and rpmfusion mirrors and justed added a pointer to my DVD... simple work and simple restoration to original...
but i've realise now YUM doesn't seem to read the repos at all now... no updates and extra uninstalled packages available....
how can i fix this configuration or reconstruct or restore back to original config?
Code:[root@blak ~]# yum repolist all Loaded plugins: refresh-packagekit repolist: 0 [root@blak ~]# yum clean all Loaded plugins: refresh-packagekit Cleaning up Everything [root@blak ~]# rpm --rebuilddb [root@blak ~]# yum update Loaded plugins: refresh-packagekit Setting up Update Process No Packages marked for Update [root@blak ~]# yum repolist all Loaded plugins: refresh-packagekit repolist: 0
- 02-22-2009 #2
Hi and Welcome !
Have you enabled all repositories? Post the contents of fedora.repo file here.
Post the output of this too :
Code:su - yum repolist
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 55
yes all are enabled - i re-enabled them after disabling for DVD softwares installation
/etc/yum.repo.d/ list
Code:adobe-linux-i386.repo rpmfusion-free-updates.repo fedora-rawhide.repo rpmfusion-free-updates.repo~ fedora.repo rpmfusion-free-updates-testing.repo fedora.repo~ rpmfusion-nonfree-rawhide.repo fedora-updates.repo rpmfusion-nonfree.repo fedora-updates.repo~ rpmfusion-nonfree.repo~ fedora-updates-testing.repo rpmfusion-nonfree-updates.repo rpmfusion-free-rawhide.repo rpmfusion-nonfree-updates.repo~ rpmfusion-free.repo rpmfusion-nonfree-updates-testing.repo rpmfusion-free.repo~
- 02-22-2009 #4
Everything should work fine. I would suggest you to keep these repos disabled only.
Execute thisfedora-rawhide.repo
rpmfusion-free-updates-testing.repo
rpmfusion-nonfree-rawhide.repo
fedora-updates-testing.repo
rpmfusion-free-rawhide.repo
rpmfusion-nonfree-updates-testing.repo
Post exact error message here, if any.Code:su - yum -y install htop
[/code]It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-22-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 55
[root@blak yum.repo.d]# yum -y install htop
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
No package htop available.
Nothing to do
[root@blak yum.repo.d]#
- 02-23-2009 #6
Post the contents of fedora.repo file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-23-2009 #7Just Joined!
- Join Date
- Feb 2009
- Posts
- 55
Code:[fedora] name=Fedora $releasever - $basearch failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [fedora-debuginfo] name=Fedora $releasever - $basearch - Debug failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [fedora-source] name=Fedora $releasever - Source failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
- 02-23-2009 #8
Remove # sign before baseurl lines.
Code:baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-23-2009 #9Just Joined!
- Join Date
- Feb 2009
- Posts
- 55
i have tried that with no luck...
i've gone through all my repo files and it's exactly the same as another machine where Yum runs perfectly fine which makes me think maybe it's not the repo files that has error...
- 02-23-2009 #10
Is your machine behind proxy?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
