Linux下vmware下载:

地址-Linux vmware : http://www.vmware.com/products/workstation/workstation-evaluation

安装依赖:

1
2
yum -y install perl gcc kernel-devel libX11 libXinerama libXcursor libXtst
yum install kernel-headers.x86_64 -y

安装桌面:

1
2
yum groupinstall "Desktop" "Desktop Platform"
yum groupinstall "X Window System" "Graphics Creation Tools"

vmware安装:

手动一步步安装:

赋予vmware软件可执行权限:

1
chmod +x VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle

安装过程会出现如下一些选项:

1、安装过程中的一段协议:

2.6     Open Source Software.  Notwithstanding anything herein to the

contrary, Open Source Software is licensed to You under such OSS's own

applicable license terms, which can be found in the

open_source_licenses.txt file, the Documentation or as applicable, the

corresponding source files for the Software available at

www.vmware.com/download/open_source.html. These OSS license terms

are consistent with the license granted in Section 2 (License Grant), and

may contain additional rights benefiting You.  The OSS license terms shall

take precedence over this EULA to the extent that this EULA imposes

greater restrictions on You than the applicable OSS license terms. To the

extent the license for any Open Source Software requires VMware to

make available to You the corresponding source code and/or modifications

(the "Source Files"), You may obtain a copy of the applicable Source

Files from VMware's website at

www.vmware.com/download/open_source.html or by sending a written

request, with Your name and address to: VMware, Inc., 3401 Hillview

Avenue, Palo Alto, CA 94304, United States of America. All requests

should clearly specify:  Open Source Files Request, Attention: General

Counsel.  This offer to obtain a copy of the Source Files is valid for three

years from the date You acquired this Software.

3.      RESTRICTIONS; OWNERSHIP.

...............more............

解决:按"q"键退出浏览说明.

2、Do you agree? [yes/no]:  输入:yes

3、下面是安装的过程选项:

1.3     "Guest Operating Systems" means instances of third-party operating

Do you agree? [yes/no]: yes

Would you like to check for product updates on startup? [yes]: no

Would you like to help make VMware software better by sending

anonymous system data and usage statistics to VMware? [yes]: yes

Please enter the user that will initially connect to Workstation

Server. Without setting this correctly, you will not be able to share

VMs with other users. Additional users and administrators can be

configured later in Workstation by selecting "Shared VMs" and clicking

"Permissions".  [root]: root

Please choose a directory for your shared virtual machines.

[/var/lib/vmware/Shared VMs]: /data/vmware/vm1        #虚拟机存放的目录,自己建的方便找

Please enter the port to use for https access to Workstation Server.

(HTTPS port:) [443]: 443

Enter license key. (optional) You can enter this information later.:

The product is ready to be installed.  Press Enter to begin

installation or Ctrl-C to cancel.       按"Enter"继续安装;按"Ctrl-C"退出

Installing VMware Workstation 12.5.7

Configuring...

[######################################################################] 100%

Installation was successful.

#安装完成.

第二种安装方法:

VMware命令行含义:

--console                                             #以命令行模式安装,默认为gui模式 。

--eulas-agreed                                     #自动同意安装协议,如果不使用,需要按q和yes。

--required                                            #显示安装协议后,并自动安装。

-s vmware-workstation serialNumber   #输入vmware序列号

1
./VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle --console --eulas-agreed --required -s vmware-workstation serialNumber MA491-6NL5Q-AZAM0-ZH0N2-AAJ5A

安装完成启动vmware报错处理:

报错:C header files matching your running kernel were not found

处理:

查看yum源安装的以下两个包的版本

1
2
#yum list | grep kernel-devel
#yum list | grep kernel-headers

uuname -a 查看系统内核的版本是否相同

如果不相同,卸载yum安装的版本:

1
2
yum remove kernel-headers -y
yum install kernel-devel -y

挂载安装系统的光盘或者iso镜像,去Packages安装这两个包:

mount /dev/cdrom /mnt/

cd /mnt/cd Packages/

[root@localhost Packages]# ls | grep kernel

abrt-addon-kerneloops-2.0.8-21.el6.centos.x86_64.rpm

dracut-kernel-004-335.el6.noarch.rpm

kernel-2.6.32-431.el6.x86_64.rpm

kernel-abi-whitelists-2.6.32-431.el6.noarch.rpm

kernel-debug-2.6.32-431.el6.x86_64.rpm

kernel-debug-devel-2.6.32-431.el6.x86_64.rpm

kernel-devel-2.6.32-431.el6.x86_64.rpm

kernel-doc-2.6.32-431.el6.noarch.rpm

kernel-firmware-2.6.32-431.el6.noarch.rpm

kernel-headers-2.6.32-431.el6.x86_64.rpm

libreport-plugin-kerneloops-2.0.9-19.el6.centos.x86_64.rpm

[root@localhost Packages]# rpm -ivh kernel-headers-2.6.32-431.el6.x86_64.rpm

Preparing...                ########################################### [100%]

1:kernel-headers         ########################################### [100%]

[root@localhost Packages]# rpm -ivh kernel-devel-2.6.32-431.el6.x86_64.rpm

Preparing...                ########################################### [100%]

1:kernel-devel           ########################################### [100%]

报错:not fountd gcc

因为卸载了kernel-devel包,也就卸载了gcc,yum安装下:

1
yum install gcc -y

远程到图形话下点击vmware ,会提示输入序列号:

VMware Workstation 12专业版永久序列号(任选其一)

5A02H-AU243-TZJ49-GTC7K-3C61N

VF5XA-FNDDJ-085GZ-4NXZ9-N20E6

UC5MR-8NE16-H81WY-R7QGV-QG2D8

ZG1WH-ATY96-H80QP-X7PEX-Y30V4

AA3E0-0VDE1-0893Z-KGZ59-QGAVF

listen 输入正确会看到如图所示:

后续的步骤其实就和在windown下的一样了,创建一个虚拟机,安装系统....操作:

本文转自青衫解衣 51CTO博客,原文链接:http://blog.51cto.com/215687833/1958589

Linux下vmware安装部署相关推荐

  1. linux下VMware安装出现的问题解决

    linux下VMware安装出现的问题解决 报错信息 问题1liboverlay-scrollbar.so和libunity-gtk-module.so加载失败的问题. 问题2 Gtk-WARNING ...

  2. linux下kettle安装部署

    登陆-linux-(切换到kettle部署的用户下面) 第一:产看系统的java环境,cat .bash_profile 文件 从上面可以看到,在cognos用户下已经安装了java jdk,版本是1 ...

  3. Linux下jenkins安装部署

    前言 Jenkins安装部署方式官网上给出3种方式,一种是Jenkins作为独立应用程序单独部署,第二种是Jenkins以WAR包的形式运行在Java servlet容器中,第三种是在Docker中运 ...

  4. Linux下redis安装部署

    1.下载源代码 http://code.google.com/p/redis/downloads/list 下载redis-1.2.6.tar.gz 将下载包拷贝到/usr/local/webserv ...

  5. Docker使用(一) — Linux下Docker安装部署

    标题 1.docker安装 1.1.配置yum 1.2.安装docker 1.3.卸载docker 1.4.配置国内源 2.基础命令 3.提交某个镜像为新的镜像 4.docker存档 1.docker ...

  6. 在Linux下正确安装VMWARE TOOLS

    在Linux下正确安装VMWARE TOOLS 1.以ROOT身份进入LINUX 2.按下CTRL+ALT组合键,进入主操作系统,点击VMWARE状态栏安装提示,或者点击SETTING菜单下的ENAB ...

  7. linux版vmware卡顿,Manjaro下Vmware安装的MacOS10.15遇到的性能问题导致几乎无法启动问题及解决...

    算是记录一下折腾Manjaro过程中遇到的几乎要放弃Manjaro的这么一件事. 一.题外话/背景 一直以来,就在各版本linux下安装vmware跑MacOS,运行也比较流畅. 本次折腾Manjar ...

  8. 在裸linux(没有GCC,没有RPM包管理器,没有make命令,没有系统软件管理器如apt-get,zypper,yast等的情况下)安装部署软件的方法

    在裸linux(没有GCC,没有RPM包管理器,没有make命令,没有系统软件管理器如apt-get,zypper,yast等的情况下) 安装部署rpm软件的方法之一 当在被极度裁剪的linux系统中 ...

  9. linux 下mysql的管理,Linux下 MySQL安装和基本管理

    •安装linux一些必须的包: 1.yum install gcc gcc-c++ gcc-g77 autoconf automake zlib* fiex* libxml* ncurses-deve ...

最新文章

  1. 用python定义一个员工类_python类的定义和使用
  2. 软件测试的艺术第三章总结
  3. 机器学习——深度学习之卷积神经网络(CNN)——AlexNet卷积神经网络结构
  4. cmd代码表白_手把手教你把Python代码转成exe
  5. 厄米高斯光束 matlab,拉盖尔高斯光束_厄米高斯光束MATLAB仿真
  6. C/C++基础一:stack heap
  7. Linux之LVM(逻辑卷管理)、分层存储Stratis、VDO、SWAP分区及相应案例
  8. 35、html制作QQ彩贝热销时装页面(注意:需要素材)
  9. 数组、链表、哈希表(数据结构)-代码随想录
  10. 如何在 R 中进行 Fisher 精确检验
  11. Azkaban Flow 2.0的使用
  12. 基于Java SpringBoot的电影院管理系统设计与实现毕业设计源码011633
  13. 第一单元 用python学习微积分(五) 隐函数微分法和逆函数导数(上)- 隐函数微分
  14. IntelliJ IDEA下载安装教程
  15. 查看联通GPON/4+1+WiFi(2.4G)光猫管理员密码的一种思路
  16. 如何让编辑器运行你的代码
  17. B2C电子商务系统研发
  18. vmware12虚拟机中ubuntu16.04安装搜狗输入法
  19. 洛谷题库P1765手机C语言,[模拟] [洛谷] P1765 手机
  20. Could not load the Tomcat server configuration at

热门文章

  1. search engine
  2. JS 操作 HTML 和 AJAX 请求后台数据
  3. lucene的两种分页操作
  4. Oracle 将一个查询结果值动态赋值给一个变量
  5. 线段树2 求区间最小值
  6. 【AD】取消普通域用户帐号加域权限授权特定普通域用户加域权限
  7. C++ std::move/std::forward/完美转发
  8. 1分钟教你搞定apk签名!!!
  9. centos 5 手动分区来安装系统的方法
  10. ANT HelloWorld