出于某种原因,我不知道,我的Fedora 12安装中的几个默认包已经丢失,删除或卸载。 现在,重新安装fedora 12在我目前的情况下不是一个好主意。 有人可以指导我如何使用rpm安装yum软件包? 我的意思是,我找不到yum的存储库。
非常感谢你!
更新:
一个小时后,我已经成功安装了yum,但一个接一个地安装了所有缺失的依赖关系! 感谢大家!
你可能会坐,特别是如果你缺less依赖关系。 这里是一个页面,您可以查看RPM及其依赖关系的镜像,并search您没有的依赖项,以防下列情况无效。
rpm -Uvh ftp://ftp.uni-bayreuth.de/pub/redhat.com/fedora/linux/releases/12/Everything/i386/os/Packages/yum-3.2.25-1.fc12.noarch.rpm
正如@qweet所指出的,由于yum的大量先决条件,最显着的是python包,这并不是一件微不足道的事情。 我的策略是
1. get the yum rpm (do not use source code) from a F12 repository (releases/12/Everything/i386/os/Packages/) and place in a fresh folder 2. try to install yum: rpm -Uvh ./yum.xxx.xxx.rpm 3. If dependencies have been deleted also then you will get plenty of complains 4. Download also one by one the dependencies 5. try #2 above again 6. repeat 4,5 until you have no errors!!
当然,如果你有一个F12磁盘的东西变得更容易。 玩的开心