红联Linux门户
Linux帮助

交流:红旗6.0 SP1下实战演练bin安装包的安装全程

发布时间:2009-02-22 15:26:19来源:红联作者:声色犬马
安装红旗6.0 SP1后觉得RealPlayer播放器版本有些旧,即通过点其播放器面板的“帮助”-“检查更新”下载了最新的支持linux的RealPlayer11GOLD.bin。
本人也是菜鸟,第一次安装bin包。主要分四个步骤,为清楚起见,安装成功后总结如下:

一是打开SHELL
二是进入源代码压缩包所在目录
三是给该文件加上可执行属性
四是运行执行命令

如下的黑体部分是本人当时输入或者操作的部分,全部附上,供新手学习演练吧:

[root@wlf ~]#cd /root/Downloads(注:这是本人存储位置)
[root@wlf Downloads]#chmod +x RealPlayer11GOLD.bin
[root@wlf Downloads]#./RealPlayer11GOLD.bin
Extracting files for Helix installation.......................

Welcome to the RealPlayer(11.0.1.1056) Setup for UNIX
Setup will help you get RealPlayer running on your computer.
Press [Enter] to continue...Enter(注:此处按回车键,下同)

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]:Enter(注:此处问安装路径设在哪儿,并要保证有写文件到该目录的权限。我选默认目录)

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+Enter(注:输入F键并回车)

Copying RealPlayer files...Path setup done.(注:开始复制)
xdg-mime:unexpected option '--novendor'
Try 'xdg-mime --help' for more infornation.
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.
[root@wlf Downloads]#exit(完成全部安装,退出。当然也可以不输入命令,用鼠标点叉关闭控制台窗口)

点击“开始”-“多媒体”-“Media Player”(安装升级前的原来名字应该是RealPlayer)即运行起新版本的RealPlayer了,配置一下就OK了啊。
文章评论

共有 3 条评论

  1. 声色犬马 于 2009-02-22 16:29:25发表:

    对,是需要用root权限的用户进行操作。楼上提醒得很对。谢谢啊!

  2. zhangzhaoi 于 2009-02-22 16:03:21发表:

    要注意一点 必须是 root 楼主恰好是 root 呵呵

  3. bmcqqi 于 2009-02-22 15:32:33发表:

    高,受教了