发新话题
打印

今天刚刚装了MDV2007 有很多问题不懂 请大家帮帮忙 谢谢了

[kaka@localhost ~]$ su
密码:
[root@localhost kaka]# cd /home/kaka
[root@localhost kaka]# chmod +x RealPlayer10GOLD.bin
[root@localhost kaka]# sh RealPlayer10GOLD.bin      
Powered By Myself

TOP

[kaka@localhost ~]$ su
密码:
[root@localhost kaka]# cd/home/kaka
bash: cd/home/kaka: 没有那个文件或目录
[root@localhost kaka]# cd /home/kaka
[root@localhost kaka]# chmod +x RealPlayer10GOLD.bin
[root@localhost kaka]# sh RealPlayer10GOLD.bin
RealPlayer10GOLD.bin: RealPlayer10GOLD.bin: cannot execute binary file
[root@localhost kaka]#      

TOP

还是不行   晕死      

TOP

我也已经装了

我是在发布的第一天下载的。下载之后就安装在虚拟机里了。
我第一次选择gnome模式,然后在菜单里有一个软件管理。通过它你可以添加和删除软件。
系统里面有realplayer和eva。但是需要你手动安装。(如果你选择KDE,系统自己已经安装好了)
其中eva就是可以支持qq的。但是我没有使用。因为我觉得上腾讯还是微软的系统好用。毕竟官方没有
发布针对linux的正式版本。      

TOP

其实mandriva软件是rpm格式的,在real网站可以下载这种格式软件。
另外如果你能把bin文件解压,那么解压后的文件是可以使用的。
我在红旗上面试验过。      

TOP

cd /home/kaka
chmod +x RealPlayer10GOLD.bin
./RealPlayer10GOLD.bin      

TOP

2007从ubuntu吸取了一些设计方式。使得系统管理更加方便。
所谓free版就是可以免费下载和传播使用的版本。另外还有商业版本。
就像suse那样。分为两种形式。      

TOP

real 网站下载的是BIN软件  没有 rpm的   
MDV2007没有realplayer    QQ  就有      

TOP

[QUOTE=rushfly]cd /home/kaka
chmod +x RealPlayer10GOLD.bin
./RealPlayer10GOLD.bin[/QUOTE]
按照您的方法做了  是这样的 :
[kaka@localhost Desktop]$ su
密码:
[root@localhost Desktop]# cd /home/kaka
[root@localhost kaka]# chmod +x RealPlayer10GOLD.bin
[root@localhost kaka]# ./RealPlayer10GOLD.bin
./RealPlayer10GOLD.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost kaka]#      

TOP

将libstdc++5的安装包装上即可,用:系统-》配置->打包-》install……      

TOP

发新话题