• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install VMware workstation 14 pro on CentOS 7

{{postValue.id}}

To install VMware Workstation 14 Pro on Linux Mint 18.3

VMware workstation 14 pro is a free and cross-platform virtualization application. It supports both 32bit and 64bit Architecture guest operating system. You can create and run guest operating systems inside a window of the host computer. It is so simple to install VMware Workstation 14 Pro on CentOS 7

You can download the package using the following this link https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html


download_vmware


After Downloading provide execute permission for the Downloaded file as follows

[root@linuxhelp1 ~]# cd Downloads/
[root@linuxhelp1 Downloads]# ls
VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle
[root@linuxhelp1 Downloads]# chmod +x VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle 
[root@linuxhelp1 Downloads]# ll
total 449972
-rwxr-xr-x 1 root root 460769685 Apr 24 02:40 VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle

For the smooth installation of VMware, you need the following dependencies present on your machine. If you don' t have those dependencies you can install them as follows

[root@linuxhelp1 Downloads]# yum install -y install gcc make linux-headers-$(uname -r) dkms
Loaded plugins: fastestmirror, langpacks
base                                                                                | 3.6 kB  00:00:00    
extras                                                                              | 3.4 kB  00:00:00    
updates                                                                             | 3.4 kB  00:00:00    
Determining fastest mirrors
* base: centos.myfahim.com
* extras: centos.myfahim.com
* updates: centos.myfahim.com
.
.
.
  Verifying  : glibc-common-2.17-196.el7_4.2.x86_64                                                   1/14
  Verifying  : libmpc-1.0.1-3.el7.x86_64                                                              2/14
  Verifying  : glibc-devel-2.17-196.el7_4.2.x86_64                                                    3/14
  Verifying  : libgcc-4.8.5-16.el7_4.2.x86_64                                                         4/14
  Verifying  : kernel-headers-3.10.0-693.21.1.el7.x86_64                                              5/14
  Verifying  : gcc-4.8.5-16.el7_4.2.x86_64                                                            6/14
  Verifying  : libgomp-4.8.5-16.el7_4.2.x86_64                                                        7/14
  Verifying  : cpp-4.8.5-16.el7_4.2.x86_64                                                            8/14
  Verifying  : glibc-headers-2.17-196.el7_4.2.x86_64                                                  9/14
  Verifying  : glibc-2.17-196.el7_4.2.x86_64                                                         10/14
  Verifying  : libgcc-4.8.5-16.el7.x86_64                                                            11/14
  Verifying  : glibc-2.17-196.el7.x86_64                                                             12/14
  Verifying  : glibc-common-2.17-196.el7.x86_64                                                      13/14
  Verifying  : libgomp-4.8.5-16.el7.x86_64                                                           14/14 

Installed:
  gcc.x86_64 0:4.8.5-16.el7_4.2                                                                            

Dependency Installed

 cpp.x86_64 0:4.8.5-16.el7_4.2                      glibc-devel.x86_64 0:2.17-196.el7_4.2                
glibc-headers.x86_64 0:2.17-196.el7_4.2            kernel-headers.x86_64 0:3.10.0-693.21.1.el7          
libmpc.x86_64 0:1.0.1-3.el7              

Dependency Updated


glibc.x86_64 0:2.17-196.el7_4.2                   glibc-common.x86_64 0:2.17-196.el7_4.2                
libgcc.x86_64 0:4.8.5-16.el7_4.2                  libgomp.x86_64 0:4.8.5-16.el7_4.2                      

Complete!
EXECUTE THE INSTALLER WIZARD
[root@linuxhelp1 Downloads]# ./VMware-Workstation-Full-14.1.1-7528167.x86_64.bundle
Extracting VMware Installer...done.

(vmware-installer.py:15238): Gtk-WARNING **: Unable to locate theme engine in module_path: " adwaita" ,
/usr/share/themes/Adwaita/gtk-2.0/main.rc:733: error: unexpected identifier `direction' , expected character `}' 
.
.
.
such file or directory
Gtk-Message: Failed to load module " canberra-gtk-module" : libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
Fontconfig error: " /etc/fonts/conf.d/10-scale-bitmap-fonts.conf" , line 70: non-double matrix element
Fontconfig error: " /etc/fonts/conf.d/10-scale-bitmap-fonts.conf" , line 70: non-double matrix element
Fontconfig warning: " /etc/fonts/conf.d/10-scale-bitmap-fonts.conf" , line 78: saw unknown, expected number
Fontconfig warning: " /etc/fonts/conf.d/65-0-lohit-bengali.conf" , line 32: unknown element " langset" 
Fontconfig warning: " /etc/fonts/conf.d/69-gnu-free-sans.conf" , line 24: unknown element " langset" 
Fontconfig warning: " /etc/fonts/conf.d/69-gnu-free-serif.conf" , line 24: unknown element " langset" 

After executing the installer file Vmware installer wizard will appear as shown below. First, you need to accept the license terms to start the installation procedure
accept_license
Choose your preference for checking the product updates on startup
choose_product_updates

If you want to join in a CEIP program choose " yes" (optional) and click next.

VMware_ceip

configure the user setup
vmware_user

Choose the locations for the virtual machine
vmware_location

Allow the HTTPS port number for the http access to the workstation
allow_port_number


vmware_installation

After the successful installation, you will see the following screen

vmware_installation_successful

After the installation, you can access the VMware from the application menu
serach_vmware

With this, the method to install VMware Workstation 14 Pro on Linux mint 18.3 comes to an end

Tags:
matthew
Author: 

Comments ( 1 )

narendragorantla
I followed your instruction but after the installation UI application is not coming.

In CMD itself its asking like this, Please let me know how to change this.
You must accept the VMware Workstation End User License Agreement to
continue. Press Enter to proceed.
Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Can I still use VMware Workstation Player for free?

A

VMware Workstation Player is free for personal non-commercial use (business and nonprofit use are considered commercial use). If you would like to learn about virtual machines or use them at home you are welcome to use VMware Workstation Player for free. Students and faculty of accredited educational institutions can use VMware Workstation Player for free if they are members of the VMware Academic Program.

Q

How does VMware Workstation Player work?

A

VMware Workstation Player installs like a standard desktop application. Once installed, VMware Workstation Player allows you to install new operating systems and run them as virtual machines in a separate window. VMware Workstation Player includes features that enable users to create and configure their own virtual machines for optimal performance and access any devices connected to their PC.

Q

What can I do with VMware Workstation Player?

A

Use VMware Workstation Player to create, run, evaluate, and share software running in virtual machines:

Create: Use VMware Workstation Player to create virtual machines with the latest 32-bit and 64-bit Windows and Linux operating systems. With Easy Install it’s easier than installing them directly on your PC.
Run: VMware Workstation Player can be used by anyone to run virtual machines on a Windows or Linux PC. VMware Workstation Player makes it quick and easy to take advantage of the security, flexibility, and portability of virtual machines.
Evaluate: VMware Workstation Player is ideal for safely evaluating software distributed as a virtual appliance. Virtual appliances are pre-built, pre-configured and ready-to-run enterprise software applications packaged along with an operating system in a virtual machine. With VMware Workstation Player, anyone can quickly and easily experience the benefits of preconfigured products without any installation or configuration hassles. Run over 900 virtual appliances from leading software vendors available from the VMware Solution Exchange "https://marketplace.vmware.com/vsx/"

Q

What is the difference between the free and paid editions of VMware Workstation Player?

A

VMware Workstation Player is a free download, but purchasing and entering a license key entitles the users to the following additional benefits:

When licensed, VMware Workstation Player is designed to be used commercially. It is licensed for use by employees, training organizations, contractors and can be transferred to partners or potential customers.
When licensed, VMware Workstation Player is enabled to run restricted virtual machines created by VMware Fusion Pro or VMware Workstation.
When licensed, VMware Workstation Player better supports mass deployments to thousands of users including installation options and custom configuration settings to run unattended installs using system configuration software and hide unwanted features.

Q

What is the system requirement to use the VMware?

A

Systems using Processors (CPUs) launched in 2011 or later are supported except:

Intel Atom processors based on the 2011 “Bonnell” micro-architecture (e.g. Atom Z670/Z650; Atom N570)
Systems using Intel Atom processors based on the 2012 “Saltwell” micro-architecture (e.g. Atom S1200, Atom D2700/D2500, Atom N2800/N2600).
Systems using AMD processors based on the “Llano” and “Bobcat” micro-architectures (e.g. code-named “Hondo”, “Ontario”, “Zacate”, “Llano”)



In addition, the following are supported:

Systems using Intel processors based on the 2010 “Westmere” micro-architecture (e.g. Xeon 5600, Xeon 3600, Core i7-970, Core i7-980, Core i7-990)
1.3GHz or faster core speed
2GB RAM minimum/ 4GB RAM or more recommended

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help keel johnston ?
Unhide the folders on windows Explorer

Give any solutions to unhide folder using command prompt?

forum3

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.