教你安装realplayer

Totem,mplayer,sopcast,realplayer,bmp
头像
today
帖子: 141
注册时间: 2007-08-10 23:29
来自: 福州
联系:

教你安装realplayer

#1

帖子 today » 2007-09-23 20:43

本来在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应该就正常了。
My Blog
1zgr.cn
头像
today
帖子: 141
注册时间: 2007-08-10 23:29
来自: 福州
联系:

#2

帖子 today » 2007-09-23 21:19

等了好久都没人看,自己做沙发了
My Blog
1zgr.cn
头像
aitilang
帖子: 1026
注册时间: 2007-04-28 21:38

#3

帖子 aitilang » 2007-09-23 22:20

最后一个export最重要,
不然的话一运行real就core dump
thinkpad x61 2G DDR no cdrom
--------------------------------------------
ABS学习中
sed学习中
awk学习中
perl学习中
新手描述不清,老手猜测不到,胡乱指挥一通,后果难以预料
头像
a.s.k
帖子: 89
注册时间: 2007-05-14 16:17
来自: http://www.sglab.cn

#4

帖子 a.s.k » 2007-09-24 0:01

多谢
SGlab在中国的推广离不开开源……
http://www.sglab.cn
poonyee
帖子: 96
注册时间: 2007-06-09 22:31

#5

帖子 poonyee » 2007-09-24 0:27

我的安装不过去,执行代码$sudo ./RealPlayer10GOLD.bin之后显示:

./RealPlayer10GOLD.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

哪位帮我分析下,好像是缺libstdc++.so.5这个什么的
alabor
帖子: 113
注册时间: 2007-03-17 13:16

#6

帖子 alabor » 2007-09-24 7:27

在Linux下最好还是不要什么RealPlayer。因为比起其它的播放器来讲,这简直就是垃圾,一点也不好用。
头像
rosechild
帖子: 306
注册时间: 2007-06-16 15:10

#7

帖子 rosechild » 2007-09-24 9:27

什么软件能代替realplayer 播放rm 一类的格式呢?
dbzhang800
帖子: 3182
注册时间: 2006-03-10 15:10
来自: xi'an China
联系:

#8

帖子 dbzhang800 » 2007-09-24 17:51

rosechild 写了:什么软件能代替realplayer 播放rm 一类的格式呢?
所有的播放器都可以,前提是你要装解码器
dongxin1390008
帖子: 45
注册时间: 2007-06-17 11:14

#9

帖子 dongxin1390008 » 2007-09-25 8:41

请问大侠,我是 在 real上下载的 ,安装 后 为什么播放的 时候很 卡阿 ?
Jaylaw
帖子: 1
注册时间: 2007-09-25 10:35

#10

帖子 Jaylaw » 2007-09-25 10:39

请高手指教,当我输入这个命令时:$chmod +x RealPlayer10GOLD.bin
$sudo ./RealPlayer10GOLD.bin
就出现:bash: +x:找不到命令
请解答。谢谢!
头像
today
帖子: 141
注册时间: 2007-08-10 23:29
来自: 福州
联系:

#11

帖子 today » 2007-09-25 13:35

Jaylaw 写了:请高手指教,当我输入这个命令时:$chmod +x RealPlayer10GOLD.bin
$sudo ./RealPlayer10GOLD.bin
就出现:bash: +x:找不到命令
请解答。谢谢!
去掉前面的$符号试一下,另外如果下载的文件不再主目录下,请修正路径
My Blog
1zgr.cn
头像
ct
帖子: 2201
注册时间: 2005-04-06 21:15
来自: 安徽黄山
联系:

#12

帖子 ct » 2007-09-25 14:03

sudo apt-get update ,更新下仓库.
realplayer的deb包,很多仓库都有.
不过有些仓库包名是realplay
建议使用synaptic或apt-cache search查找.
没概念
帖子: 5
注册时间: 2007-09-22 1:00

#13

帖子 没概念 » 2007-09-25 14:30

这个再看看吧
pc9868
帖子: 9
注册时间: 2007-08-29 10:35

#14

帖子 pc9868 » 2007-09-26 10:54

哈哈,困扰多时的问题终于解决了,果然是SCIM的问题
头像
Crazier
帖子: 1051
注册时间: 2007-09-23 17:06
联系:

太棒了

#15

帖子 Crazier » 2007-09-26 13:46

哦,版主真是太厉害了,什么问题都想到了,我果然顺利的装上了它!!也还遇到你说的那个是SCIM的问题,而且因为我选择安装的目录做了调整,就遇到了点小问题,不过还好,还是按照你说的顺利搞定!!!
谢谢了!!!
回复