个人工具

“RealPlayer”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
安装RealPlayer
第5行: 第5行:
 
以下方式任选其一:  
 
以下方式任选其一:  
  
:1 你直接到官网 http://www.real.com/linux 下载 RealPlayer 的安装包,安装包是 .bin 格式,用如下命令安装
+
:1 你直接到官网 http://www.real.com/linux 下载 RealPlayer 的deb格式安装包,不能访问国外网的网友可在此下载http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/dbzhang800/wiki/RealPlayer11GOLD.deb
  
chmod +x RealPlayer11GOLD.bin
+
而后双击安装即可
sudo ./RealPlayer11GOLD.bin
+
+
  
:2 [http://ubuntu:[email protected]/home/dbzhang800/wiki/realplay_10.0.8-0ubuntu3_i386.deb 本地下载] deb 安装包,用如下命令安装(这个是realplay10,官方最新是11)
+
:2 通过新立得或apt-get安装(如果你的源中有该包的话)
 
+
sudo dpkg -i realplay_10.0.8-0ubuntu3_i386.deb
+
+
 
+
:3 通过新立得或apt-get安装(如果你的源中有该包的话)
+
  
 
  sudo apt-get install realplayer
 
  sudo apt-get install realplayer

2008年10月22日 (三) 13:02的版本

Realplayer的linux版本还不太强大,完全不能根windows版的比,支持的视频格式只有rm、rmvb、mp4等。不过Realplayer for linux并不是一无是处,它有一个浏览器插件,而且支持流媒体拖放的功能是其他播放器所不具备的。

安装RealPlayer

以下方式任选其一:

1 你直接到官网 http://www.real.com/linux 下载 RealPlayer 的deb格式安装包,不能访问国外网的网友可在此下载http://ubuntu:[email protected]/home/dbzhang800/wiki/RealPlayer11GOLD.deb

而后双击安装即可

2 通过新立得或apt-get安装(如果你的源中有该包的话)
sudo apt-get install realplayer

可能存在的问题

安装了realplay,如果打不开。可能是因为和SCIM输入法有冲突,可这样处理:

sudo gedit /usr/bin/realplay

在第二行也就是“#!/bin/sh”的下一行加入 CODE代码:

GTK_IM_MODULE=xim; export GTK_IM_MODULE