Difference between revisions of "Vmware"
From Linuxintro
imported>ThorstenStaerk (Created page with "VMware is a virtualization software like virtualbox, kvm and xen. You can use VMware Server for free from http://www.vmware.com. = Get it = Here is an example how I ...") |
|||
Line 8: | Line 8: | ||
* install some dependencies | * install some dependencies | ||
yast -i kernel-source | yast -i kernel-source | ||
+ | * unpack vmware | ||
tar xvzf Downloads/VMware* | tar xvzf Downloads/VMware* | ||
+ | * install it | ||
+ | cd vmware-server-distrib/ | ||
+ | ./vmware-install.pl |
Revision as of 19:52, 21 October 2011
VMware is a virtualization software like virtualbox, kvm and xen. You can use VMware Server for free from http://www.vmware.com.
Get it
Here is an example how I got it on 2011-10-21.
SUSE Linux 11.4
- Download VMware Server 1.0.10 from www.vmware.com
- install some dependencies
yast -i kernel-source
- unpack vmware
tar xvzf Downloads/VMware*
- install it
cd vmware-server-distrib/ ./vmware-install.pl