本来Fedora 10的源为国为的源,国内很多用户无法使用.我用了教育网的源.
1.在/etc/yum.repos.d/中新建sjtu.repo文件.
2.编辑如下内容:
[Fedora-ftp.sjtu.edu.cn] name=Fedora 10 - i386 baseurl=http://ftp.sjtu.edu.cn/Fedora/linux/releases/10/Fedora/i386/os/
enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY [Everything-ftp.sjtu.edu.cn] name=Everything 10 - i386 baseurl=http://ftp.sjtu.edu.cn/Fedora/linux/releases/10/Everything/i386/os/ enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY [updates-ftp.sjtu.edu.cn] name=Fedora updates baseurl=http://ftp.sjtu.edu.cn/Fedora/linux/updates/10/i386/ enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
保存退出. |