Install VMware workstation on RHEL 6.4
In this post, I’ll show the details about how to install vmware workstation on RHEL 6.4
Now Begin…
In the first, you should be ready for downloaded vmware workstation media.
In my evn, this shoud be like this:
1 2 3 4 5 6 7 |
[root@AdamhuanLInux Downloads]# ls VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle [root@AdamhuanLInux Downloads]# du -sh * 418M VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle [root@AdamhuanLInux Downloads]# pwd /root/Downloads [root@AdamhuanLInux Downloads]# |
and then, add execute priv on this media:
1 2 3 4 5 6 7 |
[root@AdamhuanLInux Downloads]# ll * -rw-r--r-- 1 root root 438023042 Apr 7 19:51 VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle [root@AdamhuanLInux Downloads]# chmod +x VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle [root@AdamhuanLInux Downloads]# ll total 427764 -rwxr-xr-x 1 root root 438023042 Apr 7 19:51 VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle [root@AdamhuanLInux Downloads]# |
Now, we execute this media:
1 2 3 4 |
[root@AdamhuanLInux Downloads]# ./VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle This is a x64 bundle and does not match that of the current architecture. Please download the x86 bundle. [root@AdamhuanLInux Downloads]# |
You may met the error upon, it means your os is 32bit and your media is 64bit. They are not match each other.
If Right:
1 2 |
[root@AdamhuanLInux Downloads]# ./VMware-Workstation-Full-10.0.4-2249910.i386.bundle Extracting VMware Installer...done. |
Install Step:
Follow the Step and Click ‘Next’.
—————————
Done.