目的:掌握FC环境下软件的升级和安装(网络化)
难点:出现安装故障时能够正确应对的能力
1.更新yum源(使用根用户)
# rpm -ihv http://ayo.freshrpms.net/fedora/linux/4/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm
2.安装gftp
# yum -y install gftp
3.安装realplayer
到http://www.real.com/linux/?src=020923home_cn_cn上或者用gftp到机房服务器的DownLoad/RealPlayer里面去下载RealPlayer10GOLD.bin(最好放在/root目录下)
# chmod a+x RealPlayer10GOLD.bin
# ./RealPlayer10GOLD.bin
按照提示安装realplayer,安装过程出现问题请参照机房服务器的DownLoad/RealPlayer里面的realplayins,安装目录最好选在/usr/lib/RealPlayer里面。安装好后,上听歌测试。
4.安装mplayer
# yum -y install mplayer
安装过程可以参照机房服务器的DownLoad/mplayer里面的mplayerins
5.安装mplayerplug-in
用gftp到机房服务器的DownLoad/mplayer里面去下载mplayerplug-in-3.25-fc5.i386.rpm(最好放在/root目录下)
# yum -y install mplayerplug-in-3.25-fc5.i386.rpm
安装好后,可以到http://www.apple.com/trailers/fox_searchlight/trusttheman/trailer/里播放预告片测试。

