分页: 1 / 1

[问题]我下了一个G喔喔过了GoogleEarth,该怎么装啊

发表于 : 2007-08-08 16:44
67089239
原文是:“到GOOGLE官方下载GoogleEarth,保存,打开终端,cd到GoogleEarth所在目录,执行如下命令开始安装:

1.)sudo chmod +x GoogleEarthLinux.bin

2.)sudo ./GoogleEarthLinux.bin

3.)在安装完成后提示是否运行时,选择不运行,否则建立的 .googleearth 目录将是 root 权限。
在桌面建个启动器,命令:
/home/google-earth//googleearth %f”

我就是不知道“cd到GoogleEarth所在目录”什么意思阿,直接运行'sudo chmod +x GoogleEarthLinux.bin"显示

chmod: 无法访问‘GoogleEarthLinux.bin’: No such file or directory

我的GoogleEarth放在桌面上,那代码应该怎么写?

发表于 : 2007-08-08 16:49
xiaokang
打开一个终端,缺省是你的主目录,键入:
cd Desktop/
进入桌面,再执行:
sudo chmod +x GoogleEarthLinux.bin (给运行权限)
然后
sudo ./GoogleEarthLinux.bin (会安装到opt下)
如果是
./GoogleEarthLinux.bin (会安装到/home下)

自己选择。