歡迎您光臨本站 註冊首頁

fedora 7中yum的設置

←手機掃碼閱讀     火星人 @ 2014-03-23 , reply:0

默認安裝好Fedora后,yum就可以使用了,但由於伺服器在國外,速度奇慢無比,因此需要手動設置一下,可大大提高yum的速度

1,安裝 yum-fastestmirror 插件
yum install yum-fastestmirror -y

2,添加livna源,為了提高yum的下載速度,所以我們使用清華的源
先下載
ftp://ftp3.tsinghua.edu.cn/mirror/livna/livna-release-7.rpm

雙擊安裝

編輯/etc/yum.repos.d/livna.repo
以root 編輯
gedit /etc/yum.repos.d/livna.repo

在baseurl= 下面添加清華的源
下面貼上我的配置
然後一行命令對整個系統升級

yum update -y

3,安裝圖形化的yum
yum install yumex


[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/
http://wftp.tu-chemnitz.de/pub/l ... leasever/$basearch/
http://ftp-stud.fht-esslingen.de ... m.livna.org/fedora/
http://mirror.atrpms.net/livna/fedora/$releasever/$basearch/
ftp://mirrors.tummy.com/pub/rpm. ... leasever/$basearch/
ftp://ftp3.tsinghua.edu.cn/mirro ... leasever/$basearch/
failovermethod=priority
#mirrorlist=http://rpm.livna.org/mirrorlist-7
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

[livna-debuginfo]
name=Livna for Fedora Core $releasever - $basearch - Debug
baseurl=
http://rpm.livna.org/fedora/$releasever/$basearch/debug/
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/debug/
http://wftp.tu-chemnitz.de/pub/l ... er/$basearch/debug/
http://ftp-stud.fht-esslingen.de ... er/$basearch/debug/
http://mirror.atrpms.net/livna/f ... er/$basearch/debug/
ftp://mirrors.tummy.com/pub/rpm. ... er/$basearch/debug/
ftp://ftp3.tsinghua.edu.cn/mirro ... er/$basearch/debug/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1

[livna-source]
name=Livna for Fedora Core $releasever - $basearch - Source
baseurl=
http://rpm.livna.org/fedora/$releasever/SRPMS/
http://livna.cat.pdx.edu/fedora/$releasever/SRPMS/
http://wftp.tu-chemnitz.de/pub/l ... /$releasever/SRPMS/
http://ftp-stud.fht-esslingen.de ... /$releasever/SRPMS/
http://mirror.atrpms.net/livna/fedora/$releasever/SRPMS/
ftp://mirrors.tummy.com/pub/rpm. ... /$releasever/SRPMS/
ftp://ftp3.tsinghua.edu.cn/mirror/livna/fedora/$releasever/SRPMS/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1

[火星人 ] fedora 7中yum的設置已經有360次圍觀

http://coctec.com/docs/linux/show-post-123669.html