Install VMware Workstation 9 on Fedora 18

0

VMware Workstation is a virtual machine software suite for x86 and x86-64 computers from VMware, which allows users to set up multiple x86 and x86-64 virtual machines (VMs) and use one or more of these virtual machines simultaneously with the hosting operating system. Each virtual machine instance can execute its own guest operating system, including Windows, Linux, BSD variants, and others. In simple terms, VMware Workstation allows one physical machine to run multiple operating systems simultaneously.

Here i will show you how to install VMware Workstation on Fedora 18 (x86_64).

Step 1: Go to download page of the VMware Workstation 9.

Step 2: Select and download VMware-Workstation-Full-.x.x.x.bundle.

Step 3: Open Terminal.

Step 4: Switch to root user.

[raj@itzgeek~/]$ su
password:

Step 5: Install libraries and kernel headers.

[root@itzgeek~/# yum update
[root@itzgeek~/# yum install kernel-headers kernel kernel-devel gcc make

Step 6:Copy Linux version.h to modules.

[root@itzgeek~/# cp /usr/src/kernels/`uname -r`/include/generated/uapi/linux/version.h /lib/modules/`uname -r`/build/include/linux/

Step 7: Change the file permission to make it executable.

## 32 Bit ##

[root@itzgeek~/]# chmod 755 VMware-Workstation-Full-9.x.x.i386.bundle

## 64 Bit ##

[root@itzgeek~/]# chmod 755 VMware-Workstation-Full-9.x.x.x86_64.bundle

Step 8: Install VMware Workstation 9.

## 32 Bit ##

[root@itzgeek~/]# ./VMware-Workstation-Full-9.x.x.i386.bundle

## 64 Bit ##

[root@itzgeek~/]# ./VMware-Workstation-Full-9.x.x.x86_64.bundle

Installer will start to extracting files for the installation, it might take some time.

Step 9: Select I Agree and click next.

Step 10: Choose your option for update and then click next.

Step 11: Choose your option for sending anonymous statistics and then click Next.

Step 11: Enter the user that will initially connect to workstation server (Leave the default user) and then click next.

Step 12: Choose your shared directory for shared virtual machine (Leave the default) and then click next.

Step 13: Enter the port no to use for https access to workstation server (Leave the default).

Step 14: Enter the new hard limit (Leave the default) and then click next.

Step 15: Click on Install to begin installation.

VMware installation has been started, sit back for a while.

Step 16: Click close the button to finish the installation.

Step 17: Start the VMware Workstation ( Applications —–> System Tools ——> VMware Workstation).

or

[root@itzgeek~/]# vmware

Step 18: Accept the license agreement.

Step 19: You should see the home screen of the VMware Workstation; here you can manage the Virtual Machines.

That’s all! You have successfully installed VMware Workstation.

You might also like