如何安装VMware-Player-3.1.4-385536.x86_64.bundle?
chmod +x VMware-Player-3.1.4-385536.x86_64.bundle
./VMware-Player-3.1.4-385536.x86_64.bundle
./VMware-Player-3.1.4-385536.x86_64.bundle: line 302: /tmp/vmis.nMJGsk/install/vmware-installer/vmware-installer: Permission denied
sed -ne'299,303p' VMware-Player-3.1.4-385536.x86_64.bundle
# Pass all options the user passed in so that the correct UI type
# gets set.
"$installer" --set-setting vmware-installer libconf "$libconf" \
--install-component "$source"/vmware-installer \发布于 2011-08-07 23:53:51
解决了这个问题。这花了我一段时间,但这是你希望自己早点想到的那些愚蠢的小事情之一。我使用noexec标志挂载了/tmp,所以它不能运行从/tmp文件夹解压出来的安装程序脚本。
我创立了bash。执行su命令,然后使用vi编辑/etc/fstab以删除noexec选项。保存了重新启动的fstab,现在安装程序可以工作了:-)
https://stackoverflow.com/questions/5733110
复制相似问题