fedora yum源设置

1.163源设置

(把版本号16改为相应版本号)

[Fedora-mirrors.163.com]
name=Fedora 16 – i386
baseurl=http://mirrors.163.com/fedora/updates/16/i386/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[Everything-mirrors.163.com]
name=Everything 16 – i386
baseurl=http://mirrors.163.com/fedora/updates/16/i386/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[updates-mirrors.163.com]
name=Fedora updates
baseurl=http://mirrors.163.com/fedora/updates/16/i386/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
----------------------------基本源设置完成,下面可以掠过-------------------
……

6.更新缓存
yum makecache
7.更新yum插件,以加快下载速度
yum install yum-presto -y
yum -y install yum-fastestmirror
8.下载axel插件(此插件使yum可以多线程下载文件,以达到更快的速度),下为全过程,每行为一条单独的命令:
cd axel/trunk
./configure
make && make install
svn co http://cnfreesoft.googlecode.com/svn/trunk/axelget/ /etc/yum/axelget
cd /etc/yum/pluginconf.d/
ln -s /etc/yum/axelget/axelget.conf
cd /usr/lib/yum-plugins/
ln -s /etc/yum/axelget/axelget.py
cd /home/Wolf
rm -rf axel

9注意:以下两行命令为卸载fedora 11自带的播放器(该播放器非常令本人不爽,故卸载,各位可根据本人喜好决定要不要卸载)
yum remove rhythmbox -y
yum remove totem -y
10.顺便下载几个音乐播.放器(vlc播放器,mplayer播放器)
yum install ffmpeg -y
yum install vlc -y
yum install mplayer smplayer -y
11.安装firefox的flash插件
yum install flash-plugin -y
原文地址:https://www.cnblogs.com/jeakon/p/2816803.html