刚刚在ubuntu上安装了realplay,下面介绍安装方法以及步骤:
1.首先下载RealPlayer10GOLD.bin,将RealPlayer10GOLD.bin放在/home/jhx/ 下
2.在终端下执行以下命令:
jhx@jhx-ubuntu:~$chmod +x RealPlayer10GOLD.bin
jhx@jhx-ubuntu:~$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文件
我接着安装libstdc++.so.5文件又出现如下错误:
jhx@jhx-ubuntu:~$ sudo apt-get install libstdc++.so.5
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
Reading state information... 完成
E: 无法找到软件包 libstdc++.so.5
后来我在ubuntu的一些论坛上找到了 原因:
应该执行的 是 jhx@jhx-ubuntu:~$ sudo apt-get install libstdc++5
而不是jhx@jhx-ubuntu:~$ sudo apt-get install libstdc++.so.5
这样问题解决了,然后一路回车就可以了。
大功告成了,现在可以体验下了 打开应用程序->影音->realplay
可以看电影,听音乐了。
chat 于 2007-11-18 12:01:20发表:
其实MPLAER比REAL更好用~`
fanggai 于 2007-11-18 09:38:08发表:
有个问题:
我在哪下载RealPlayer10GOLD.bin呢?
刚接触ubuntu,谢谢
fanggai 于 2007-11-18 09:35:03发表:
有个问题:
我在哪下载RealPlayer10GOLD.bin呢?
刚接触ubuntu,谢谢