Debian Gnome 8 install VM Workstation

来源:互联网 发布:上海it外包 编辑:程序博客网 时间:2024/05/20 06:49

#copy from my sina blog http://blog.sina.com.cn/s/articlelist_1741226685_0_1.html

#default debian linux have not install kerner headerspacker
#so ,if when install vmware , will trouble in “The path "" is not avalid path to the 3.14.0-4-amd64 kernel #headers”

sudo aptitudeupdate
sudo aptitude searchlinux-headers-$(uname -r)
sudo aptitude install linux-headers-$(uname -r)
#download VM workstation from VM website
#https://my.vmware.com/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation_pro/12_0
# for linux XXX.bundle
#change permission
chmod +x XXX.bundle
# run app

sudo . /XXX.bundle


#here is method of how to uninstall vmware station

sudo ./VMware-Workstation-Full-12.1.0-3272444.x86_64.bundle--uninstall-product vmware-workstation

#or you can do this:
sudovmware-installer --uninstall-productvmware-workstation

0 0
原创粉丝点击