Installing VMWare Server in Ubuntu 7.10
Installing VMWare in Ubuntu 7.10 was much simpler than I thought.
Install
Open Terminal from the Applications - Accessories menu.
Update the sources.list file. Enter password when prompted.
# sudo vi /etc/apt/sources.list
Add this line with “gutsy partner” to the end of file:
deb http://archive.canonical.com/ubuntu gutsy partner
Save or :wq
Run an update.
# sudo apt-get update
Now install VMWare.
# sudo apt-get install vmware-server
Wait for [...]