Re: [WBEL-users] Updating using yum
"Vic" <[email protected]> Fri, 9 May 2008 12:52:56 +0100 (BST)
| Newsgroups | gmane.linux.whitebox.user |
|---|---|
| Message-ID | <[email protected]> |
[Returned to the mailing list] > Config Error: Insufficient repository configuration. No repositories > Found/Enabled. Aborting. > [root@localhost jimmy] OK - you haven't set up the repositories. If you look in /etc/yum.repos.d/ you'll find a file called "wbelmirros.yum". Rename that to "wbelmirrors.repo". The standard setup requires GPG signatures on packages that yum downloads - that's agood thing, but you need to permit the keys you want to use explicitly. So, for a standard setup, do: rpm --import /usr/share/doc/whitebox-release-4/RPM-GPG-KEY You should also check /etc/yum.conf - look for the line distroverpkg=whitebox-release If it says "redhat-release", change it - this was a bug from a while back. Vic.