64位ubuntu 安装realplay

CPU/显卡/打印机/USB设备等硬件问题
seanfj
帖子: 90
注册时间: 2007-02-09 23:36
来自: China
联系:

64位ubuntu 安装realplay

#1

帖子 seanfj » 2007-05-06 16:39

先安装 alien 和 32位的libs(没安装Realplay不能运行)。

代码: 全选

sudo apt-get install ia32-libs ia32-libs-gtk linux32 lib32asound2 alien rpm
下面安装nspluginwrapper

代码: 全选

wget http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-0.9.91.2-1.x86_64.rpm
wget http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-i386-0.9.91.2-1.x86_64.rpm

sudo alien -d nspluginwrapper-0.9.91.2-1.x86_64.rpm
sudo alien -d nspluginwrapper-i386-0.9.91.2-1.x86_64.rpm
sudo dpkg -i nspluginwrapper*.deb
sudo ln -s /usr/lib/nspluginwrapper/x86_64/npconfig /usr/bin/nspluginwrapper
安装realplay
下载地址: 用户名:ubuntu 密码:ubuntuftp

代码: 全选

http://ftp.ubuntu.org.cn/software/媒体软件/realplay-amd64.tar.gz
下载后进入文件存放目录 执行下面命令

代码: 全选

sudo tar zxvf realplay-amd64.tar.gz -C /
好了后可以在 在 主菜单-》影音 -》RealPlayer 10

Firefox Realplay 插件
复制 /usr/lib/firefox/plugins 中的 nphelix.so 到 ~/.mozilla/plugins

代码: 全选

mkdir ~/.mozilla/plugins

cp /usr/lib/firefox/plugins/nphelix.so ~/.mozilla/plugins

nspluginwrapper -i ~/.mozilla/plugins/nphelix.so

nspluginwrapper -l
若返回:

代码: 全选

/home/'whoami'/.mozilla/plugins/npwrapper.libflashplayer.so
  Original plugin: .mozilla/plugins/libflashplayer.so
  Wrapper version string: 0.9.91.2
类似信息,则OK。若出现错误,请跟帖。

[转帖]flash player 9 on amd64 with nspluginwrapper(火星帖)
viewtopic.php?t=42579
附件
amd64 realplay
amd64 realplay
huanlefeidao
帖子: 134
注册时间: 2007-03-12 1:25

#2

帖子 huanlefeidao » 2007-05-06 22:21

REAL和MPLAYER哪个更爽一点
头像
vbem
帖子: 239
注册时间: 2006-09-13 9:09

#3

帖子 vbem » 2007-05-07 10:04

支持原创的!我们64位就要自己的问题自己解决!
to 2楼:
real是商业软件,有保证
mplayer,开源软件,更有保证

:em11 :em11 :em11
今天NUPT以我为耻
明天我以NUPT为耻
头像
chenjiancong
帖子: 130
注册时间: 2007-05-17 17:49

#4

帖子 chenjiancong » 2007-06-07 19:57

我的更简单
先到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来运行了,首次运行会有一段安装协议需要同意。
不过是英文的,没有楼主的中文
diabloquk
帖子: 21
注册时间: 2007-05-23 21:37

#5

帖子 diabloquk » 2007-06-07 23:02

我按照楼主的做法,安装之后显示:
无法调用菜单项。
执行子程序“realplayer”失败,提示 没有找到目录或文件
liubin6
帖子: 13
注册时间: 2007-05-11 12:58

失败

#6

帖子 liubin6 » 2007-06-11 22:18

与楼上相同!
poonyee
帖子: 96
注册时间: 2007-06-09 22:31

#7

帖子 poonyee » 2007-06-21 21:05

4楼的朋友可以解释下否
我在终端输入chmod +x RealPlayer10GOLD.bin没有任何反应
我已经把RealPlayer10GOLD.bin放在主文件夹中
头像
chenjiancong
帖子: 130
注册时间: 2007-05-17 17:49

#8

帖子 chenjiancong » 2007-06-28 17:00

将文件RealPlayer10GOLD.bin保存到主文件夹中,即/home/[yourusername]文件夹下。
然后打开终端,进行如下操作:
$chmod +x RealPlayer10GOLD.bin

能具体说明下出现什么内容吗?
头像
frog
帖子: 12
注册时间: 2007-07-23 15:55

回复

#9

帖子 frog » 2007-07-23 16:08

照楼主的做法,我遇到和五楼、六楼相同的问题
照四楼的做法,输入sudo ./RealPlayer10GOLD.bin时, 命令行返回“不存在这样的路径或文件”,而我确定我已经把文件复制到我的目录下了。真的很困惑,难道我真的用不了realplay了吗?
seanfj
帖子: 90
注册时间: 2007-02-09 23:36
来自: China
联系:

#10

帖子 seanfj » 2007-07-24 4:14

你们都是用哪个版本的呀,我用的是用6。10 AMD64的,很长时间没用UBUNTU了 。以前用的时候没发现问题呀……希望哪位高手帮忙修正下…………
头像
axzeros
帖子: 26
注册时间: 2007-08-20 12:16

#11

帖子 axzeros » 2007-09-19 12:25

方法还行,不过ftp的目录树早就更新了 :shock:
Fantasy is just the beginning!...
zouxuehai
帖子: 19
注册时间: 2007-05-26 23:20

#12

帖子 zouxuehai » 2007-10-01 22:24

有的rmvb格式的播放不出来,怎么办?
是不是要下插件阿!哪里下? :?: :?:
bakyo
帖子: 16
注册时间: 2007-10-03 2:28

#13

帖子 bakyo » 2007-10-04 16:53

装好了,可以用了。但像楼上说的那样,还是有部份rmvb的影片放不了。。。
头像
hiv002
帖子: 212
注册时间: 2007-09-17 13:09
来自: china
联系:

#14

帖子 hiv002 » 2008-07-11 7:36

进行如下操作:
chmod +x RealPlayer11GOLD.bin
sudo ./RealPlayer11GOLD.bin
出现错误,64位amd计算机。
请朋友帮忙解决哈。网上的很多的方法看了都没有把这个问题给解决了。
用代码成就我的世界。
头像
cosminut
帖子: 8
注册时间: 2006-05-31 12:08
系统: Ubuntu 12.04
来自: 福建福安

#15

帖子 cosminut » 2008-07-11 13:43

hiv002 写了:进行如下操作:
出现错误,64位amd计算机。
具体错误信息?
回复