Using VMware to install virtual machines on Linux systems

Source: Internet
Author: User
Tags install perl

First download the appropriate version on the VMware official website www.vmware.com

My side is vmware-workstation-full-12.5.0-4352439.x86_64.bundle.

Upload to a Linux system.

1. Close the firewall directly

Systemctl Stop Firewalld.service #停止firewall

Systemctl Disable Firewalld.service #禁止firewall开机启动

2. Turn off SELinux

View SELinux Status

Use the command/usr/sbin/sestatus–v or Getenforce

Temporary shutdown Setenforce 0

Permanently close the Modify/etc/selinux/config file to change selinux=enforcing to selinux=disabled and then restart the machine

3. Install dependent packages

Yum-y Install perl gcc kernel-devel libX11 Libxinerama libxcursor libxtst

4. See if the system kernel version is the same as required (not required, but if inconsistencies cause installation errors)

Yum install kernel-headers-$ (uname-r) kernel-devel-$ (uname-r) –y

5, Installation Vmvare

Grant the file permission to execute first

chmod 777 Vmware-workstation-full-12.5.0-4352439.x86_64.bundle

./vmware-workstation-full-12.5.0-4352439.x86_64.bundle--console--eulas-agreed--required-s VMware-Workstation SerialNumber Fz1tu-2zy5k-481qq-p4xgz-wk2ua

VMware command line meaning:

--console #以命令行模式安装, the default is GUI mode.

--eulas-agreed #自动同意安装协议, if not used, you need to press Q and yes.

The--required is #显示安装协议后 and installed automatically.

-S Vmware-workstation serialnumber #输入vmware序列号

The serial number can be generated from the VMware serial number generator.

After the installation is successful, you can use the KDE desktop to open VMware directly or via the local VMware remote connection on the Windows system, here is the remote connection method

Using VMware to install virtual machines on Linux systems

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.