本人使用的是Fedora 10 x86_64位版!所以X86_64位版為例。
一、安裝第三方軟件源:
Fedora 8, 9 or 10:
su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
注:(RPM Fusion 已經正式啟動。簡單的說,RPM Fusion 是為 Fedora 及 Red Hat Enterprise Linux 用戶提供的一個軟件包倉庫。各位 Fedora/RHEL 朋友要是想要安裝的軟件在官方的倉庫中找不到,不要泄氣,興許通過 RPM Fusion 你就找到了。新啟動的 RPM Fusion 合并了原有的 Dribble、Freshrpms、Livna 等軟件包倉庫,將成為最大的第三方軟件包倉庫。通過 RPM Fusion 軟件包倉庫,你將找到 ATI/NVIDIA 顯卡驅動、私有的音頻/視頻編碼/解碼器、游戲、模擬器、以及其他軟件包等。)
二、安裝yum-plugin-fastestmirror(自動挑選快的鏡像站)
su -c 'yum install yum-fastestmirror' (注:確定/etc/yum.conf中的plugins=1,搞定!)
三、安裝yumex(yum的圖形前端)
su -c ' yum install yumex'
四、然后對系統進行整體的升級
su -c ' yum update'
五、顯卡的驅動
1、安裝nVida顯卡驅動
su –c ‘yum install kmod-nvidia’ (注:我是使用的這個,我的顯卡是8400gs移動版的!)
GeForce 6, 7, 8, 9 & 200 系列顯卡
su -c 'yum install kmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs'
GeForce FX 顯卡
su -c 'yum install kmod-nvidia-173xx xorg-x11-drv-nvidia-173xx xorg-x11-drv-
nvidia-173xx-libs'
GeForce 4 顯卡
su -c 'yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx xorg-x11-drv-nvidia-96xx-
libs'
(注:重啟之后你就可以在屏幕上看到 nvidia 的標志了)
2、安裝 ATi顯卡的驅動(我不 ATi用戶,所以沒有寫!)
六、適用設置
1、在相同窗口中打開文件夾
依次打開系統-->首選項-->個人-->文件管理,在行為Tab頁中選中“總是在瀏覽器窗口中打開”這個選項。
2、訪問 Windows 分區
Fedora 10 ntfs-3g 被默認安裝,你可以對 NTFS 直接有讀/寫權限。
如果你想用鼠標點兩下就可以啟用/禁用外部 和/或 內部的設備寫入支持嗎,你可以安裝 ntfs-config配置工具。
su -c 'yum install ntfs-config'
之后你會在 系統-->管理-->NTFS 配置工具中找到它。
3、安裝OpenJRE或OpenJDK
安裝OpenJRE使用下面命令:
su -c 'yum install java-1.6.0-openjdk'
如果你是一位JAVA開發者安裝OpenJDK請使用下面命令:
su -c 'yum install java-1.6.0-openjdk-devel'
當然如果你想安裝所有的OpenJDK 6 packages,請使用下面的命令:
su -c 'yum install java-1.6.0-openjdk*'
七、應用程序
1、安裝rar壓縮支持unrar
su -c 'yum install unrar'
2、安裝chm 閱讀器
su -c 'yum install gnochm'
3、配置Firefox安裝Flash 插件
(注:在兩個之間選擇一個就OK,如果你是x86-64位的系統,我建議你安裝x86-64位的Flash插件)
(1)安裝32位版Flash插件
首先你必須安裝了 Adobe 軟件倉庫
su
rpm -ivh http://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
接下來打開終端并輸入:
su -c 'yum install flash-plugin'
完成之后,重啟 Firefox 并打開工具-->附加組件-->>插件,你應該可以看到插件列表中的 Shockwave
Flash 插件了。
(2)安裝x86-64位的Flash插件
x86-64位的Flash插件(64位的現在還是測試版,但是使用還是相當不錯,我在使用,只有土豆不能訪問)
Adobe公司終于發布了64位版的Flash Player。盡管這還是一個Alpha版,但是已經很穩定了,要嘗試請下載Flash Player插件64位版,解壓并且粘貼庫文件到Firefox的插件目錄就可以了。(/home/OrientSun/.mozilla /plugins)OrientSun為當前用戶目標,你只要把他改成你自己的用戶名就OK。
下載地址:http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
tar -zxf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
su -c 'mv ~/.mozilla/plugins'
如果你之前使用nspluginwrapper和32位版的Flash Player你首先需要刪除他們
su -c 'yum remove flash-plugin nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386'
4、安裝Skype
最好通過Skype的軟件倉庫來安裝Skype,因為這樣最簡單方便,打開終端輸入:
su -c 'gedit /etc/yum.repos.d/skype.repo'
在這個文件中復制下面幾行:
[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
enabled=1
gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc
gpgcheck=0
之后你就可以自由的安裝或者升級 Skype 了。
su -c 'yum install skype'
su -c 'yum update skype'
5、Google Earth(谷歌地球)
請訪問這個頁面http://earth.google.com/download-earth.html 下載 GoogleEarthLinux.bin 文件,之后打開終端進入你保存該文件的目錄,默認的下載目錄是 ~/下載 。執行命令安裝它:
su -c 'sh GoogleEarthLinux.bin'
然后你就可以在 應用程序-->英特網-->Google Earth 找到它,請注意,要讓它更好的運行,你必須安裝顯卡驅動。
6、安裝BT下載軟件Azureus(毒蛙)
su -c 'yum install azureus'
八、配置多媒體
1、音頻播放:
(1)、安裝audacious
su -c 'yum install audacious audacious-plugins audacious-plugins-freeworld audacious-plugins-freeworld-*'
如果你想要當雙擊 mp3 文件的時候添加到播放隊列,通過下面操作實現:
su -c 'gedit /usr/share/applications/fedora-audacious.desktop'
修改 Exec=audacious 為 Exec=audacious -e
(2)、安裝Rhythmbox
su -c 'yum install gstreamer rhythmbox'
添加 mp3和其他音頻支持輸入:
su -c 'yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly'
2、DVD和視頻播放:
(1)、DVD 播放
為了能播放dvd你應該現安裝適當的解碼器:
su -c 'yum install libdvdread libdvdnav lsdvd'
(2)、視頻文件播放
su -c 'yum install ffmpeg ffmpeg-libs gstreamer-ffmpeg libmatrosca xvidcore'
(3)、Fedora10已經裝了totem了,如果你想用它來放dvd的話,輸入:
su -c 'yum install totem-xine totem-gstreamer xine-lib-extras-freeworld'
(4)、Mplayer/SMPlayer
我比較喜歡這個播放器.它支持了幾乎所有的視頻格式,還有字幕,如果你已經安裝了前面說的那些解碼器了的話:
su -c 'yum install mplayer smplayer'
(5)、VLC
VLC支持了幾乎所以的視頻格式而不需要安裝額外的解碼器:
su -c 'yum install vlc'
(6)、kaffeine
Kaffeine是另外的一個是用xine引擎的kde媒體播放器:
su -c 'yum install kaffeine xine xine-lib xine-lib-extras-freeworld'
(注:X86_64位要解決rm播放格式,請到http://www.mplayerhq.hu/MPlayer/releases/codecs /essential-amd64-20071007.tar.bz2下載,解壓后COPY到/usr/lib64/codecs;這樣以后就可以使用 smplayer或是totem來播放rm)
(7)、Avidemux(多媒體編輯器)
Avidemux是一個非常好的多媒體編輯器.安裝輸入:
su -c 'yum install avidemux'
(注:它可以在"應用程序->聲音和視頻->Avidemux 視頻編輯器"找到.)
九、wine安裝
su -c 'yum install wine'(這樣安裝成功的版本不是最新的wine-1.1.9,要想是最新版請使用下面的命令升級。)
su -c 'yum --enablerepo=updates-testing upgrade wine'
su -c 'rm -fr ~/.wine'(刪除舊的配置文件)
十、桌面特效(讓你的Fedora10更漂亮)
Compiz 需要直接渲染技術正常工作才行,檢查你是否安裝了直接渲染,輸入命令:
glxinfo | grep direct
如果你看到 direct rendering: Yes 的信息,表明你可以繼續安裝 Compiz 包。
通過一個星期的測試,我還是建議大家安裝官方包。(大家在官方安裝包和非官方安裝包中選擇一個安裝)
1、*官方安裝包
su -c 'yum remove compiz'
rm -rf ~/.gconf/apps/compiz
su -c 'yum install compiz-fusion compiz-fusion-gnome compiz-fusion-extras compiz-fusion-extras-gnome compizconfig-backend-gconf compiz-manager gnome-compiz-manager ccsm fusion-icon fusion-icon-gtk emerald emerald-themes'
2、*非官方包
(1). Install the compiz-fusion-release rpm ( you need wget installed i.e yum install wget )
(安裝前請先安裝第三方的源,使用下面的命令:)
su
wget http://www.linux-ati-drivers.homecall.co.uk/compiz-fusion-release-1-6.noarch.rpm
rpm -Uvh compiz-fusion-release-1-6.noarch.rpm
rm -f compiz-fusion-release-1-6.noarch.rpm
(2). Install compiz-fusion ( you will need to remove the fedora compiz packages first and
delete the old compiz configuration files /home/username/.gconf/apps/compiz )
(注:刪除compiz和compiz配置文件命令如下:)
su -c 'yum remove compiz'
rm -rf ~/.gconf/apps/compiz
使用下面的命令開始安裝吧!
su
yum install compiz-gnome fusion-icon-gtk compiz-fusion-plugins-unsupported compiz-fusion-plugins-extra compiz-bcop ccsm emerald-themes compizconfig-backend-gconf
3、添加自動起動:
進入系統-->首選項-->個人-->會話,單擊添加,輸入:
名稱: Fusion Icon
命令: fusion-icon
注釋: Compiz-Fusion桌面特效應用程序