How To Install VMware Server 2 On Ubuntu 8.10 
Tutorial: How To Install VMware Server 2 On Ubuntu 8.10
Hits: 147 | Vote: 8
First download VMware Linux .tar version at vmware.com and get the license key.
And the run this command from terminal to install necessary packages:
sudo apt-get install linux-headers-`uname -r` build-essential xinetd
Go to where you saved the VMware installation file, and then unpack it using:
tar xvfz VMware-server-*.tar.gz
Go to the newly created directory
cd vmware-server-distrib
And run the installer
sudo ./vmware-install.pl
Follow the installation instruction and enter the license key.
That's it You're done.
Access web interface: https://127.0.0.1:8333
Note: You must set root password for Ubuntu if you choose default option in the installation process.
Related Tutorials