Linux-centos7 installing VMware Workstation 12

Source: Internet
Author: User
Tags gtk

Transferred from: http://blog.csdn.net/aoshilang2249/article/details/48656107

1. Download VMware

Connect to address http://www.vmware.com/products/workstation/workstation-evaluation and download the Linux version of VMware. My download is:vmware-workstation-full-12.0.0-2985596.x86_64.bundle.



2. Installing VMware

Write to the installation package path to install (change to your own directory):

#/smb/share/software/system/vmware/linux/vmware-workstation-full-12.0.0-2985596.x86_64.bundle


gtk-message:failed to load module "pk-gtk-module": libpk-gtk-module.so: Unable to open the shared object file: No file or directory
gtk-message:failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: Unable to open the shared object file: No file or directory


The first step:
First determine if the required module is installed and its location
# Locate Libpk-gtk-module.so
/usr/lib/gtk-2.0/modules/libpk-gtk-module.so
# Locate Libcanberra-gtk-module.so
/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so

After you find it, add the path to the system load modules
# vim/etc/ld.so.conf.d/gtk-2.0.conf
/usr/lib/gtk-2.0/modules

Reload Modules
# Ldconfig

Enter the installation package path again to install and complete the installation.

# /smb/share/software/system/vmware/linux/vmware-workstation-full-12.0.0-2985596.x86_64.bundle


Enter VMware to start VMware

# vmware


Kernel Headers for version 3.10.0-229.14.1.el7.x86_64 were not found. If you ....


# yum Install Kernel-devel-3.10.0-229.14.1.el7.x86_64-y


View post-installation results
# cd/usr/src/kernels/
# LL

Copy the Version.h header file
# ln/usr/src/kernels/3.10.0-229.14.1.el7.x86_64/include/generated/uapi/linux/version.h/usr/src/kernels/ 3.10.0-229.14.1.el7.x86_64/include/linux/version.h


Start VMware

# vmware



Linux-centos7 installing VMware Workstation 12

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.