Saturday, November 8, 2008

在Ubuntu上安装Realplayer11

2008/04/24 11:58

在Ubuntu上安装Realplayer11

Realplayer11出来了,安装方法和Realplayer10是一样的,具体请参考这个链接:
http://www.mvpdream.org/blog/2007/04/ubunturealplayerhow-to-install.html

根据这文章里的方法,很容易就可以安装RealPlayer11的:

先到RealPlayer官方网站上下载:
http://www.real.com/linux/?src=020923home_cn_cn
将文件RealPlayer11GOLD.bin保存到主文件夹中,即/home/[yourusername]文件夹下。
然后打开终端,进行如下操作:
$chmod +x RealPlayer11GOLD.bin
$sudo ./RealPlayer11GOLD.bin
当终端显示

Welcome to the RealPlayer (11.0.0.4028) Setup for UNIX
Setup will help you get RealPlayer running on your computer.
Press [Enter] to continue...

时按下回车键,进入下一步:

Enter the complete path to the directory where you want
RealPlayer to be installed. You must specify the full
pathname of the directory and have write privileges to
the chosen directory.
Directory: [/opt/real/RealPlayer]:


这里默认安装到/opt/real文件夹下的RealPlayer目录下,如果你想要安装到别处,就在此处输入路径,否则直接回车即可。

You have selected the following RealPlayer configuration:

Destination: /opt/real/RealPlayer

Enter [F]inish to begin copying files, or [P]revious to go
back to the previous prompts: [F]:


安装程序会提示最后确定信息,如果都确定了,按下F键后回车。
基本上后面就没有什么问题了

Copying RealPlayer files...Succeeded.
installing application icons resource...
.installing document icons resource...
.......Succeeded.
Configuring Mozilla...
Installing .mo locale files...
Setting selinux context...
Succeeded.

RealPlayer installation is complete.
Cleaning up installation files...
Done.


到这里基本上就安装好了,你可以到“应用程序,影音”下找到RealPlayer11来运行了,首次运行会有一段安装协议需要同意。如果你的Ubuntu启用了Chinese(PRC)的话,RealPlayer11就是中文版的。

注:如果在跟着上述步骤完成安装操作之后到应用程序菜单下的“影音”中单击RealPlayer无反应,并且你的Ubuntu安装的是SCIM输入法,那么很可能是SCIM与RealPlayer的冲突,你还需要进行下面操作:
$sudo gedit /home/[yourid]/RealPlayer/realplay \\[yourid]指你的主文件夹名
在打开的文本编辑器的首行添加下面一行
export GTK_IM_MODULE=xim

之后保存文本编辑器,然后再次执行RealPlayer应该就正常了。

No comments: