[问题].bin的安装文件无法安装:google earth 和realplayer11

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
tsenhong
帖子: 6
注册时间: 2008-09-10 10:33

[问题].bin的安装文件无法安装:google earth 和realplayer11

#1

帖子 tsenhong » 2008-09-10 22:45

修改了权限后直接双击出现There is no application installed for this file type
用命令 sudo ./RealPlayer11GOLD.bin出现sudo: ./RealPlayer11GOLD.bin: command not found
是什么原因呢?

五楼以上的朋友没明白我的意思,我已经修改了权限,sudo chmod +x RealPlayer11GOLD.bin
属性里权限栏下 “允许以程序执行文件“前是打勾的 (这是不是上面那个命令的目的?)
然后输入sudo ./RealPlayer11GOLD.bin 后并没有执行文件安装,而是在下一行出现
sudo: ./RealPlayer11GOLD.bin: command not found
如果直接图标双击则是弹出一个对话框
“无法显示“/home/chenhong/Desktop/RealPlayer11GOLD.bin”。
没有为此文件类型安装应用程序“
难道是要安装什么程序才能打开吗?
上次由 tsenhong 在 2008-09-11 13:03,总共编辑 1 次。
头像
dsj
帖子: 810
注册时间: 2008-08-21 20:26

#2

帖子 dsj » 2008-09-10 23:13

sudo chmod +x RealPlayer11GOLD.bin
sudo ./RealPlayer11GOLD.bin
软件交流群:17264279
图书分享群:18246379
互动社区:http://www.ubuntuchina.com/
yyyymm84
帖子: 9
注册时间: 2006-07-28 19:01

#3

帖子 yyyymm84 » 2008-09-11 0:07

命令要在文件所在目录下运行 或者你在命令指定文件的路径 。。。
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

#4

帖子 HuntXu » 2008-09-11 11:18

yyyymm84 写了:命令要在文件所在目录下运行 或者你在命令指定文件的路径 。。。
补充ls,该脚本必须具备可执行权限...具体做法看2L...
HUNT Unfortunately No Talent...
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#5

帖子 luojie-dune » 2008-09-11 11:28

解释:

所有外来软件都不给执行权限,为了安全,必须手动解除。
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
tsenhong
帖子: 6
注册时间: 2008-09-10 10:33

#6

帖子 tsenhong » 2008-09-11 13:09

你们提到的我都试过了,还是不行
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

#7

帖子 HuntXu » 2008-09-11 13:13

command not found就是你没在那个目录里执行...
HUNT Unfortunately No Talent...
zhouyuan123
帖子: 4
注册时间: 2008-02-26 23:46

#8

帖子 zhouyuan123 » 2008-09-11 15:43

没有在RealPlayer11GOLD.bin的目录下。
richens
帖子: 13
注册时间: 2008-08-03 10:32

#9

帖子 richens » 2008-09-11 16:22

我试过用sudo chmod +x RealPlayer11GOLD.bin
sudo ./RealPlayer11GOLD.bin
可以成功安装
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

#10

帖子 想入非非 » 2008-09-11 16:44

HuntXu 写了:command not found就是你没在那个目录里执行...
很多新手怎么能犯这样的错误。。。无语了 :wink:
Ubuntu User
galegao
帖子: 46
注册时间: 2006-09-23 19:57

#11

帖子 galegao » 2008-09-11 18:24

我是这样安装google earth的:
先把GoogleEarthLinux.bin下载下来,我的是放在/home/xcq/下的,先复制到/usr/local中去:
sudo cp /home/xcq/GoogleEarthLinux.bin /usr/local
再:
sudo chmod +x *.bin
进入此文件夹:
cd /usr/local
sudo chmod +x GoogleEarthLinux.bin
这个大概就是安装了:
sudo ./GoogleEarthLinux.bin
然后就出现安装窗口,依提示做就行了。安装完成后在“应用程序”-“Internet”中就出现了googleearth的图标。
头像
zhan
帖子: 1880
注册时间: 2005-08-15 0:04
来自: 南7技校

#12

帖子 zhan » 2008-09-11 18:35

如果操作正确,唯一的可能就是楼主是64bit的系统了。

这两个 .bin 是给 32 位系统用的。直接这样是不能执行的。。。

具体的怎么解决就不知道了,用64位系统的兄弟姐妹们来帮忙看~
飞得高,飞得低,学习再学习,多少大秘密!
http://zhan.blog.ubuntu.org.cn
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#13

帖子 luojie-dune » 2008-09-11 18:42

+x ???????

楼主,这些命令我从来不用,我都是在文件管理器里用“属性”设置的。

x是一个数字。具体是什么我不知道。
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
galegao
帖子: 46
注册时间: 2006-09-23 19:57

#14

帖子 galegao » 2008-09-11 19:13

zhan 写了:如果操作正确,唯一的可能就是楼主是64bit的系统了。

这两个 .bin 是给 32 位系统用的。直接这样是不能执行的。。。

具体的怎么解决就不知道了,用64位系统的兄弟姐妹们来帮忙看~
我的就是32位系统
ztmusic
帖子: 1
注册时间: 2006-01-18 12:50

#15

帖子 ztmusic » 2008-09-18 18:51

dsj 写了:sudo chmod +x RealPlayer11GOLD.bin
sudo ./RealPlayer11GOLD.bin
完全照做,成功了。谢谢!
不过还是不明白错在哪里,勾选文件属性权限的执行,和 chmod +x 不同吗?
回复