fedora12 少數文檔已經出來中文,可以支官方下載資料
http://docs.fedoraproject.org/
注意以下命令全部都是在Root用戶下執行,請你使用su命令切換至root用戶.
[alex@localhost ~]$ su
1.安裝第三方軟件包倉庫
[root@localhost alex]# rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
2.安裝自己挑選快速源鏡像
[root@localhost alex]# yum install yum-fastestmirror
3.安裝ibus五筆輸入法
[root@localhost alex]# yum install ibus-table ibus-table-wubi
4.安裝Adobe軟件包倉庫
[root@localhost alex]# rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
5.安裝yum多線程下載工具Axel
[root@localhost ~]# yum install axel
配置 axelget yum 插件
[root@localhost ~]# svn co http://cnfreesoft.googlecode.com/svn/trunk/axelget/ ~/axelget
A??? /root/axelget/axelget.py
A??? /root/axelget/axelget.conf
取出版本 622。
[root@localhost ~]# cd /etc/yum/pluginconf.d/
[root@localhost pluginconf.d]# ln -s ~/axelget/axelget.conf
[root@localhost pluginconf.d]# cd /usr/lib/yum-plugins/
[root@localhost yum-plugins]# ln -s ~/axelget/axelget.py
6.修改源配置文件
修改/etc/yum.repos.d/*.repo文件,此步主要是為了獲取較快的站點,如果你不修改,你的/var/cache/yum下每個文件夾的 mirrorlist.txt中就會有大量的的日本,臺灣的服務器站點,這些站點速度非常慢
?????? 修改方法:
[root@localhost /]# gedit /etc/yum.repos.d/*.repo
?????? 在每個文件的mirrorlist那行(一般是第5行,每個文件里有3處地方)的最后面加上“&country=us”.即選擇美國的服務器,因為美國的服務器最多,同時速度基本上是最快的(其他自己增加源的不須要更改。
7.更新系統包包
[root@localhost alex]# yum -y update