Linux用のVMware workstation Ver9.02 をDebian GNU/Linux Ver7.0 wheezy
にインストールしたときのメモ
# uname -a Linux akagera 3.2.0-4-686-pae #1 SMP Debian 3.2.41-2+deb7u2 i686 GNU/Linux |
# apt-cache search
3.2.0-4-686-pae | grep header linux-headers-3.2.0-4-686-pae - Header files for Linux 3.2.0-4-686-pae # apt-get install linux-headers-3.2.0-4-686-pae |
# apt-get install gcc c-compiler kernel-package module-assistant |
$
chmod 755 VMware-Workstation-Full-9.0.2-1031769.i386.bundle $ su $ ./VMware-Workstation-Full-9.0.2-1031769.i386.bundle |
#
vmware-installer -u vmware-workstation |
$ LANG=C $ vmware & |
#!/bin/sh LANG=C /usr/bin/vmware |
$ chmod 755 vmware.sh |
/home/hoge/vmware.sh |