apt-get update
apt-get install ‘libx11-6 libxtst6 libxt6 libxrender1 libxi6 libdb3 \
binutils gcc make libc6-dev wget lynx unzip gnupg ncftp ftp curl psmisc’
apt-get install linux-headers-$(uname -r)
perl -MCPAN -e shell
install Bundle::CPAN
install ExtUtils::MakeMaker
cd /usr/src
wget http://download3.vmware.com/software/vmserver/\
VMware-server-1.0.4-56528.tar.gz
tar xzf VMware-server-1.0.4-56528.tar.gz
cd vmware-server-distrib
./vmware-install.pl && cd ..
wget http://download3.vmware.com/software/vmserver/\
VMware-mui-1.0.4-56528.tar.gz
tar xzf VMware-mui-1.0.4-56528.tar.gz
cd vmware-mui-distrib && ./vmware-install.pl
https://’HIER DIE IP-ADRESSE DES SERVERS’:8333

TROUBLESHOOTING

sudo apt-get install build-essential xinetd linux-headers-uname -r sudo apt-get install libxtst6 libx11-6 libXrender1 libXt6 libdb3

I received the following error: "VMware Server must be installed on this machine for the VMware Management Interface to work

Execution aborted."

Type this "vmware -v" to see what lib is missing. The following solved that problem: sudo apt-get install libXi6

Then I had problems installing vmware-mui. It would not recognise the libdb.so.3. The following solved that: "sudo apt-get install libdb2" "sudo ln -s /usr/lib/libdb-4.3.so /usr/lib/libdb.so.3"