红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

我竟然是这样在Ubuntu上安装REALPLAYER的

发布时间:2007-09-08 01:33:43来源:红联作者:oleuner
不再尝试什么 chmod a +x 之类的无用的命令了,我的终端没有继续安装的提示。看我小帆是如何安装的(系统是 UBUNTU 7.10 ALPHA 5):

1.将下载到的 REALPLAYER10GOLD.BIN 放进去主文件夹;

2.进入主文件夹,在 REALPLAYER10GOLD.BIN 上右键--复制;

3.这时候才打开终端,先输入 sudo,然后粘贴,对,粘贴!然后回车!然后按照提示一步一步的安装下去就OK了。

附安装记录
sailxia@sailxia-desktop:~$ chmod a+x RealPlayer10GOLD.bin
sailxia@sailxia-desktop:~$ RealPlayer10GOLD.bin
bash: RealPlayer10GOLD.bin:找不到命令
sailxia@sailxia-desktop:~$ sudo /home/sailxia/RealPlayer10GOLD.bin
Extracting files for RealPlayer installation........................

Welcome to the RealPlayer (10.0.9.809) 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/sailxia/RealPlayer]:

You have selected the following RealPlayer configuration:

Destination: /home/sailxia/RealPlayer

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

Copying RealPlayer files...configuring mozilla...
Configuring realplay script...

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

sailxia@sailxia-desktop:~$
文章评论

共有 2 条评论

  1. ymda 于 2007-10-09 08:55:21发表:

    解释一下

    通常要运行程序,如果不加路径,系统是寻找/bin /usr/bin 等系统目录,由于下载的文件不在这些目录中,因此需要加上./这个表示在本目录中的路径。

  2. beyondfly 于 2007-10-08 21:36:25发表:

    sailxia@sailxia-desktop:~$ RealPlayer10GOLD.bin
    bash: RealPlayer10GOLD.bin:找不到命令
    ./RealPlayer10GOLD.bin这样就可运行了