记录shixinyu的Ubuntu的学习手记
读取中...

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应该就正常了。


官方RealPlayer播放RM/RMVB未必是最好的最省资源的,在这方面我们可以选择Totem/MPlayer以及新生力量SMPlayer,但对于很多稀奇古怪的压缩过来的RM/RMVB还是官方他家的东西好用。

其实这篇Howto文章并没有什么技术含量,更多的是为了帮助引导初学者学习安装RealPlayer For UNIX版,没想到有人还抄这篇文章,改掉一些地方就直接不注明出处转载了,更有甚直接称为“原创”文章都有。搞笑的是他们没有注意文章中有特殊关键字词,没去掉,所以很容易就搜索出来了。

最近开始出了一些电子版杂志,比如linuxpk.com出的《开源》,石头也有看看他们的电子杂志,他们的第三版里就有个安装 RealPlayer的文章,也出了这种乌龙,把文章稍加修改就作为自己的了,结果没去掉关键字词,让石头确定那是改过来的。他们的杂志那篇文章是来自他们linuxpk.com站上的Blog上来的,所以问题是出在了那个Blog作者身上的。

今天就是4月24日了,Ubuntu8.04就要正式释放了,不过根据时区时差,估计差不多晚上了才能看到下载,期待吧。
石头的“Ubuntu学习手记“已经两年多了,一直以来没什么重点,就是有啥写啥的,突然发现进入了一个怪圈,没重点!
写新软件和桌面应用,已经有Linuxtoy和LDCN等等了,并不缺石头一个。而且断断续续玩了这么两年的Ubuntu,居然没感觉自己掌握了Linux体系的应用,就会简简单单玩玩Ubuntu桌面就没有什么能干的了。所以“Ubuntu学习手记“该是改改方向了,该从基础的操作系统体系/配置/内核/编译等方面的应用记录出发了,而且要学习一些Linux服务器方面和Ubuntu桌面软件开发的技能了的。所以石头后面准备去开拓笔记范围,增加有意义有基础的东西了。

标签: ,

2007/04/04 14:02

如何在Ubuntu上安装RealPlayer(How to install RealPlayer on Ubuntu)

本来在Ubuntu上安装RealPlayer应该是很容易的,就是直接在终端中键入
sudo apt-get install realplayer
就可以了的,但是我如此操作只能得到
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
Reading state information... 完成
现在没有可用的软件包 realplayer,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
E: 软件包 realplayer 还没有可供安装的候选者
我已经用了官方的源和LupaWorld的源都是如此。于是准备自己手动安装RealPlayer。
先到RealPlayer官方网站上下载:
http://www.real.com/linux/?src=020923home_cn_cn
将文件RealPlayer10GOLD.bin保存到主文件夹中,即/home/[yourusername]文件夹下。
然后打开终端,进行如下操作:
$chmod +x RealPlayer10GOLD.bin
$sudo ./RealPlayer10GOLD.bin
当终端显示
Welcome to the RealPlayer (10.0.8.805) 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: [/home/shixinyu/RealPlayer]:
这里默认安装到用户的主文件夹下的RealPlayer目录下,如果你想要安装到别处,就在此处输入路径,否则直接回车即可。
You have selected the following RealPlayer configuration:

Destination: /home/shixinyu/RealPlayer

Enter [F]inish to begin copying files, or [P]revious to go
back to the previous prompts: [F]: F
安装程序会提示最后确定信息,如果都确定了,按下F键后回车。
当提示
Copying RealPlayer files...configure system-wide symbolic links? [Y/n]:
时按下Y键回车即可,后面基本上就没有需要用户操作的地方了,通常到这里基本上就安装好了,你可以到“应用程序,影音”下找到RealPlayer10来运行了,首次运行会有一段安装协议需要同意。

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

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

标签: , ,