Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-26-2006, 12:09 AM
|
#1
|
LQ Newbie
Registered: Apr 2006
Posts: 11
Rep:
|
Installing Kyum
can anybody give me detail and step-by-step procedure for installing in kyum in FC5. I am newbie so have no idea about installing software or upgrades in fedora. 
|
|
|
04-26-2006, 01:57 AM
|
#2
|
Senior Member
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526
Rep:
|
If you have installed FC5 (full install) you will already have a graphical frontend to YUM. Click Applications>System Tooks>Software Updater. This is what FC5 calls PUP and it basically works the same. You may have to make additional entries in your repositories (places where the software looks for updates). This is a much better tool than Kyum.
Hope this helps.
Bob
|
|
|
04-26-2006, 02:01 AM
|
#3
|
Senior Member
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526
Rep:
|
BTW, if you use KDE eclusively and can't use PUP from Gnome, you can do (from the commandline):
PHP Code:
yum install yumex
Yumex is another graphical frontend to yum which works almost the same way and gives more information.
Bob
|
|
|
04-26-2006, 03:30 AM
|
#4
|
Member
Registered: Aug 2004
Location: The Netherlands
Distribution: RedHat 2, 3, 4, 5, Fedora, SuSE, Gentoo
Posts: 372
Rep:
|
In my humble opinion, yumex is more advanced than pup... not wanting top step on anyones toes, nor starting a possible flame  , but yumex would be my personal advice
|
|
|
07-07-2006, 10:23 AM
|
#5
|
LQ Newbie
Registered: Apr 2006
Posts: 11
Original Poster
Rep:
|
Quote:
Originally Posted by BobNutfield
BTW, if you use KDE eclusively and can't use PUP from Gnome, you can do (from the commandline):
PHP Code:
yum install yumex
Yumex is another graphical frontend to yum which works almost the same way and gives more information.
Bob
|
i have run the above mentioned command in the shell and it has given the following error:
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/4]
Cannot find a valid baseurl for repo: core
Error: Cannot find a valid baseurl for repo: core
please help
|
|
|
07-08-2006, 11:25 AM
|
#6
|
Senior Member
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526
Rep:
|
It appears that your repositories are not set up properly. These files are found in /etc/yum.repos.d/
Add the following (copy and paste) to the above directory:
Quote:
[core]
name=Fedora Core $releasever - $basearch
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[core-debuginfo]
name=Fedora Core $releasever - $basearch - Debug
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/debug/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[core-source]
name=Fedora Core $releasever - Source
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/source/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
|
This will add the core repo source, which is the one which failed. You will want to check that you have the following repos as a minimum:
fedora-core.repo
fedora-development.repo
fedora-extras.repo
fedora-extras-development.repo
fedora-updates.repo
freshrpms.repo
livna.repo
There are instructions on setting up repositories at the Fedora site.
Hope this helps
Bob
|
|
|
All times are GMT -5. The time now is 09:04 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|