- 相關推薦
Linux中安裝Realplay 10.0 方法
一、什么是RealPlay ;
Realplay 在Windows大家經常用,不必介紹;呵... ... 在一兩年前,如果說Rlealplay 能在Linux操作系統中正常的運行,有點異想天開;目前看來運行還算穩定,或者有這樣或那樣的問題,但終歸是能用得起來;
二、下載Realplay
Realplay 目前最新的版本是: RealPlayer 10.0.5 Gold
下載地址一: RealPlayer 10.0.5 Gold
下載地址二:RealPlayer 10.0.5 Gold
您可以下載.bin 格式的,也可以下載 rpm 格式的;下載類似下面三個文件之一就好;
realplay-10.0.5.756-linux-2.2-libc6-gcc32-i586.bin
RealPlayer10GOLD.bin
RealPlayer-10.0.5.756-20050513.i586.rpm
三、RealPlay 的安裝
1、以.bin 結尾的文件格式的安裝;
如果是以.bin 結尾的文件,要先改變一下他的執行權限;比如:
[root@localhost soft]# chmod 755 realplay-10.0.5.756-linux-2.2-libc6-gcc32-i586.bin
或
[root@localhost soft]# chmod 755 RealPlayer10GOLD.bin
接著我們執行安裝:
[root@localhost soft]# ./realplay-10.0.5.756-linux-2.2-libc6-gcc32-i586.bin
或
[root@localhost soft]# ./RealPlayer10GOLD.bin
安裝詳情:
the chosen directory.
Directory: 在這里可以指定安裝目錄,比如 /opt/realplay
Enter [F]inish to begin copying files, or [P]revious to go 按F;
Copying RealPlayer files...configure system-wide symbolic links? [Y/n]: ..... Y
enter the prefix for symbolic links [/usr]: 按回車;
調用
[beinan@localhost soft]# realplay
2、rpm 包的安裝;
[root@localhost soft]# rpm -ivh RealPlayer-10.0.5.756-20050513.i586.rpm
3、為瀏覽器的支持做插件鏈接;
四、存在問題;
1、RealPlay 有時出現假死情況;比如點擊音量調節,反應遲鈍;
2、播放視頻時,出現遲鈍的現象;
個人認為Realplay 還是一個比較差的播放器,無論是Windows版本,還是Linux版本;資源占用太大,假死、遲鈍并存;他的優勢在于早期的開發和進入市場;不喜歡Realplay ;
【Linux中安裝Realplay 10.0 方法】相關文章:
在Linux系統下安裝QQ的方法03-06
linux下制作安裝rpm包的方法步驟03-01
安裝Linux應用軟件的基本方法介紹03-05
Linux系統中sleep的使用方法07-17
Linux中增加軟路由的方法詳解03-20
linux系統中scp命令的使用方法04-07