InstallingVMWare

Revision 1 as of 2006-06-08 17:41:06

Clear message

// QUICK OVERVIEW OF WHAT I DID ON DAPPER. Please apply formatting.

# sudo apt-get install build-essential linux-headers-386

// Buy and Download the vmware package (I Used the tar.gz of 5.5)

# cd /vmware-distrib # sudo ./install.pl

// Use ALL defaults // When it asks to run wmare-config.pl say "yes"

// Prompted to compile, say yes and accept all defaults.

// Networking: // NAT will allow a private LAN between the HOST and the GUEST // BRIDGED will allow the GUEST to obtain it's own IP from your ISP or Router // Host-Only will setup access for the GUEST to access the HOST only (i.e. No internet).

// Icon is in Applications menu or type vmware in a terminal or run dialog

// NOTE: NEVER run vmware as root (i.e. using sudo)