Possible Duplicate:
How to install yum on Fedora Core 6

I used this file http://www.icewalkers.com/rpm/yum/fedora-core-6/download/yum-3603.html

all the links say file not found.

I can install yum with rpm -ivh *.rpm

I need to have yum in rpm

If you know please tell me installing yum and dependencies with rpm.

link|improve this question
3  
The preferred method would by to upgrade to a newer version of Fedora Core. Version 6 hasn't been supported in a long time. – MDMarra Mar 12 '10 at 12:22
feedback

closed as exact duplicate by splattne Dec 23 '10 at 14:18

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Official download archive:

http://download.fedora.redhat.com/pub/archive/fedora/linux/core/6/i386/os/Fedora/RPMS/

Here you can find yum and all it needs.

P.S. you probably will have to modify the urls in config file to make it work

link|improve this answer
Hi moo, When I tried to install yum 3.0-6 on fedora core 6 The following error occurs, [root@02e7709 ~]# rpm -ivh yum-3.0-6.noarch.rpm error: Failed dependencies: python-elementtree is needed by yum-3.0-6.noarch python-sqlite is needed by yum-3.0-6.noarch rpm-python is needed by yum-3.0-6.noarch yum-metadata-parser is needed by yum-3.0-6.noarch this is *86 – Thomas Mar 15 '10 at 6:55
This is for 64 bit download.fedora.redhat.com/pub/archive/fedora/linux/core/6/… need to install ffmpeg – Thomas Mar 15 '10 at 7:57
then download them too and add to install command – moo Mar 16 '10 at 16:00
feedback