install yum on fedora core 6
Posted
by Thomas
on Server Fault
See other posts from Server Fault
or by Thomas
Published on 2010-03-15T11:40:24Z
Indexed on
2010/03/15
11:50 UTC
Read the original article
Hit count: 540
yum
hi,
I have installed yum through rpm -ivh yum-3.0-6.noarch.rpm.
The result came as
[root@02e7709 ~]# rpm -ivh yum-3.0-6.noarch.rpm Preparing... ########################################### [100%] package yum-3.0-6 is already installed
I used this To query a RPM package, using the command:
[root@02e7709 ~]# rpm -q yum-3.0-6.noarch.rpm
Reply as follows:
[root@02e7709 ~]# rpm -q yum-3.0-6.noarch.rpm package yum-3.0-6.noarch.rpm is not installed
both give different reply. But yum not installed I think.
Whats the problem here package yum-3.0-6.noarch.rpm is not installed
I used
yum install subversion
This follows
[root@02e7709 ~]# yum install subversion
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories core 100% |=========================| 1.1 kB 00:00
rpmforge 100% |=========================| 1.1 kB 00:00
Error: Cannot find a valid baseurl for repo: updates
What is the error baseurl for repo?
© Server Fault or respective owner