![]() |
|
||||
|
No, you did not. You must have a line in yum.conf or an extra repos file that lists an fc4 repos source that is out of date. Delete any extra repos files other than the ones in the thread. Look in yum.conf for this fc4 source and delete it if its in there. There iis already an fc5 updates repos file that you should have created. You are not configured right.
__________________
|
|
||||
|
Quote:
What am I doing wrong here? I did get KDE to install and i'm running it now, it would just be nice to use a graphical package manager instead of yum. Also why won't yum read from my DVD. I wound up copying the rpms from the dvd to the /var/cache/xxxx folders and made yum install them. |
|
|||
|
did you get your RPM-GPG-KEY? are you using fc or ydl? when you try add/remove software... with ydl-extra did you put the ydl dvd in drivre?
the only file you need is yum.conf dont take blabla.repo delet them all. in /var/cache/yum/ to , yum.conf will make all new file no repositories bug here my ultimat yum conf work wonderfull for me and i foud all this alone after one week in linux world ![]() cp: overwrite `/etc/yum.conf'? y [root@localhost simonk]# yum list all Loading "installonlyn" plugin Setting up repositories extrasfc5 [1/10] extrasfc4 [2/10] livna-stable [3/10] livna-stable 100% |=========================| 951 B 00:00 freshrpms2 [4/10] ydl-extras [5/10] ydl-extras 100% |=========================| 1.1 kB 00:00 base [6/10] updates [7/10] freshrpms [8/10] os [9/10] extras [10/10] Reading repository metadata in from local files primary.xml.gz 100% |=========================| 119 kB 00:00 livna-stab: ################################################## 255/255 Added 255 new packages, deleted 0 old in 5.06 seconds primary.xml.gz 100% |=========================| 634 kB 00:00 ydl-extras: ################################################## 2208/2208 Added 2208 new packages, deleted 0 old in 26.89 seconds ----------------------------------------------------------------------------------------------------------------- 10 repositories not bad at all here my yum.conf dont forget rpm-gpg-key needed for fc4/fc5 -------------------------------------------------------------------------------------------------------------------- [main] cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=yellowdog-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=0 plugins=1 metadata_expire=1800 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d [base] name=Yellow Dog Linux 5.0 Base baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/base/ mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-base-mlist enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY [extras] name=Yellow Dog Linux 5.0 Extras baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/extras/ mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-extras-mlist enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY [updates] name=Yellow Dog Linux 5.0 Updates baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/updates/ mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-updates-mlist enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY [extrasfc4] name=Fedora Extrasfc4 - $releasever - $basearch baseurl=http://redhat.download.fedoraproject.org/pub/fedora/linux/extras/4/ppc/ gpgcheck=1 gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras [freshrpms] name=FreshRPMs baseurl=http://ayo.freshrpms.net/fedora/linux/5/ppc/freshrpms/ mirrorlist=http://ayo.freshrpms.net/fedora/linux/5/mirrors-freshrpms enabled=1 #gpgcheck=1 [os] name=Yellow Dog Linux $releasever - $basearch - os baseurl=http://ayo.freshrpms.net/yellowdog/4.0/ppc/os gpgcheck=1 [freshrpms2] name=Yellow Dog Linux $releasever - $basearch - freshrpms2 baseurl=http://ayo.freshrpms.net/yellowdog/4.0/ppc/freshrpms gpgcheck=1 [extrasfc5] name=Fedora Extras - $releasever - $basearch baseurl=http://redhat.download.fedoraproject.org/pub/fedora/linux/extras/5/ppc/ gpgcheck=1 gpgkey=http://redhat.download.fedoraproject.org/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras [ydl-extras] name=YDL Extras baseurl=file:///media/CDROM/ gpgcheck=1 enabled=1 [livna-stable] name=Livna.org Fedora Compatible Packages (stable) baseurl=http://rpm.livna.org/fedora/5/ppc gpgcheck=0 enabled=1 ------------------------------------------------------------------------------------------------- when i use ydl-extras repo in yum.conf my blue ray drive eject the dvd i foud this after couple swap in yumex load shellydl-extras: ################################################## 2208/2208 Added 2208 new packages, deleted 0 old in 27.35 seconds primary.xml.gz 100% |=========================| 759 kB 00:01 base : ################################################## 2208/2208 Added 2208 new packages, deleted 0 old in 27.06 seconds if you look theys got the same amount of update so i just delete ydl-extra line and evryting work perfect sry for my eng im french good luck! |
|
||||
|
what is this "RPM-GPG-KEY" is that a piece of software or a key generated by another program?
And yes I had the ydl 5 dvd in the drive and yum would not copy the rpms from it, it downloaded them, slowly, until i found wher eit hid them then overwrote them from the dvd, tricking yum into installing them. And so basically I need to delete my yum.conf and all my .repo files in /etc/yum and /etc/repo.d ? and then use your yum.conf file? There needs to be an all in one writeup step by step for us non ydl users. I'm used to downloading source and compiling everything, you think this would be easier. ![]() Quote:
|
|
|||
|
use only this one as yum.conf try to understand struture of yum.conf and rpm-pgp-key needed to conect to some server for update or you get a error in yum cant connect to server
[main] cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=yellowdog-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=0 plugins=1 metadata_expire=1800 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d [base] name=Yellow Dog Linux 5.0 Base baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/base/ mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-base-mlist enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY [extras] name=Yellow Dog Linux 5.0 Extras baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/extras/ mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-extras-mlist enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY [updates] name=Yellow Dog Linux 5.0 Updates baseurl=http://ftp.yellowdoglinux.com/pub/yellowdog/yum/5.0/updates/ mirrorlist=http://www.terrasoftsolutions.com/resources/yd50-updates-mlist enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY [freshrpms] name=FreshRPMs baseurl=http://ayo.freshrpms.net/fedora/linux/5/ppc/freshrpms/ mirrorlist=http://ayo.freshrpms.net/fedora/linux/5/mirrors-freshrpms enabled=1 #gpgcheck=1 [os] name=Yellow Dog Linux $releasever - $basearch - os baseurl=http://ayo.freshrpms.net/yellowdog/4.0/ppc/os gpgcheck=1 [ydl-extras] name=YDL Extras baseurl=file:///media/CDROM/ gpgcheck=1 enabled=1 [livna-stable] name=Livna.org Fedora Compatible Packages (stable) baseurl=http://rpm.livna.org/fedora/5/ppc gpgcheck=0 enabled=1 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CONFIGURE YUM & YUMEX ! | haxen | Yellow Dog Linux | 59 | 08-22-2008 10:27 PM |
| Problems with yumex | nardi | Yellow Dog Linux | 2 | 05-13-2007 06:59 AM |
| Help With Comfiguring Yum and Yumex | 882 | Yellow Dog Linux | 3 | 04-02-2007 06:55 PM |
| xmame on yumex? | ntuj | Yellow Dog Linux | 2 | 03-19-2007 06:22 PM |
| uninstall yumex?/ | 681 | Yellow Dog Linux | 3 | 03-17-2007 03:44 PM |