Nov 20, 2008
Install VMware server on Ubuntu Intrepid (8.10)
Posted by Martin Perron in HowTo - Linux • 27 commentsWhat you need before you begin:
1. Get Licence from VMWare: http://register.vmware.com/content/registration.html
2. Install these package:
apt-get install linux-source-2.6.27 linux-libc-dev xinetd
Then, you need to download it from the vmware website: http://register.vmware.com/content/download-108.html
wget http://download3.vmware.com/software/vmserver/VMware-server-1.0.8-126538.tar.gz
Untar:
tar -xvzf VMware-server-1.0.8-126538.tar.gz
cd vmware-server-distrib/
The run the installer:
./vmware-install.pl
N.B: Say yes to every question, when it asked to run the configured script, say no
Now, you need to download the [...]
