Install VMware Tools in CentOS 7 command line mode

1.首先启动CentOS 7,在VMware中点击上方“VM”,点击“Install VMware Tools...”(如已安装则显示“Reinstall VMware Tools...”)。

2.在命令行输入“ls /dev”查看。

3.输入“mkdir /mnt/cdrom”在/mnt目录下新建一个名为cdrom的文件夹。

4.输入“mount -t iso9660 /dev/cdrom /mnt/cdrom”将光盘挂载到/mnt/cdrom目录下。

5.输入“ls /mnt/cdrom/”查看内容,输入“cp /mnt/cdrom/VMwareTools-9.2.0-799703.tar.gz /root/vm.tar.gz”,

将名为“VMwareTools-9.2.0-799703.tar.gz”复制到/root目录下,并重新命名为vm.tar.gz。

6.在根目录下输入“ls”查看文件,输入“tar -xzf vm.tar.gz”将文件解压,输入“ls”查看文件,可发现新增目录“vmware-tools-distrib”。

7.输入“cd vmware-tools-distrib/”进入名为“vmware-tools-distrib”的目录,输入“./vmware-install.pl”尝试安装,

出现错误“-bash: ./vmware-install.pl: /usr/bin/per: bad interpreter: No such file or directory”,表明未安装编译环境。

8.输入“yum -y install perl gcc make kernel-headers kernel-devel”开始安装。

9.提示已经安装完毕。

10.在“vmware-tools-distrib”目录下重新输入“./vmware-install.pl”开始安装,基本上按回车键即可。

11.VMware Tools已经安装完毕,提示可以运行“/usr/bin/vmware-uninstall-tools.pl”命令卸载VMware Tools。

第一次运行时需运行“/usr/bin/vmware-config-tools.pl”命令配置VMware Tools,按回车键直接运行。

12.提示已经安装完毕,可以开始使用。

13.输入"/usr/bin/vmware-user"启动vmware用户进程,并输入”startx“启动图形界面。

14.选择文件(本例中为"测试文档.docx")并摁住鼠标左键不放,尝试拖动文件到虚拟机。

15.放开鼠标左键,发现文件已经复制到虚拟机。

16.如需卸载VMware Tools,输入“/usr/bin/vmware-uninstall-tools.pl”即可。

17.如需在Gnome GUI图形界面下安装,则只需将文件解压,然后再文件夹里点鼠标右键,选择“Open in Terminal”,在Terminal里面输入“./vmware-install.pl”即可。

安装故障

18.如安装时出现类似下图错误,提示无法删除open-vm-tools,则可能是因为上次安装失败造成。

19.如尝试输入“/usr/bin/vmware-uninstall-tools.pl”仍无法卸载,则输入“rpm -e open-vm-tools-desktop”卸载并重新安装。

原文地址:https://www.cnblogs.com/linuxprobe-sarah/p/11108296.html

时间: 2024-11-03 10:39:11

Install VMware Tools in CentOS 7 command line mode的相关文章

How to Install VMware Tools on RHEL 7/CentOS 7

The original address Mware Tools is one of important components for virtual machine (VM) in order get excellent performance. It is a group of utilities that help to enhances the overall performance of the virtual machine’s guest operating system (OS)

1. how to install vmware tools in ubuntu

'''the beginning of the process is to setup the program and we do not to need to say more.after you firstly established the ubuntu 16.04 in the vmware, we need to install vmware tools first.the whole process is shown bellow''' cd Desktop/vmware-tools

RHEL/CentOS 6 (command line) Networking

RHEL/CentOS 6 does not configure network interfaces on default installation. Also, it is configured to use NetworkManager. To enable networking interface and disable NetworkManager please follow instructions below. The /etc/sysconfig/network-scripts/

Linux(CentOS 7)命令行模式安装VMware Tools 详解

本篇文章主要介绍了如何在Linux(CentOS 7)命令行模式安装VMware Tools,具有一定的参考价值,感兴趣的小伙伴们可以参考一下. 本例中为在Linux(以CentOS 7为例)安装VMware Tools. 1.首先启动CentOS 7,在VMware中点击上方"VM",点击"Install VMware Tools..."(如已安装则显示"Reinstall VMware Tools..."). 2.在命令行输入"ls

【转载】Data Science at the Command Line

Data Science at the Command Line Data Science at the Command Line is a new book written by Jeroen Janssens. This website contains information about the upcoming workshop in London, the webcast from August 20th, instructions on how to install the Data

Ubuntu下手动安装VMware Tools步骤

To mount the CD image and extract the contents: Power on the virtual machine. Log in to the virtual machine using an account with administrator or root privileges. Select: For Fusion: Virtual Machine > Install VMware Tools.For Workstation: VM > Inst

redhat安装VMware tools的方法

如果我们仔细看的话, 就会发现在VMware软件界面的左下角处显示着 "you don't have VMware Tools installed",即我们还没安装VMware Tools. VMware Tools有什么用呢? VMware Tools其实就是虚拟的显卡的驱动程序, 安装以后,虚拟系统屏幕的显示效果会更好, 除此之外,我在网上还发现有人说, 安装以后,鼠标就可以在主.客系统之间自如地移动, 而不需ctrl+alt组合键来切换(这确实有点麻烦). 接下来就简单介绍一下怎

RedHat虚拟机:Vmware Tools的安装

如果我们仔细看的话,                  就会发现在VMware软件界面的左下角处显示着                  “you don't have VMware Tools installed”,即我们还没安装VMware Tools.                  VMware Tools有什么用呢?                  VMware Tools其实就是虚拟的显卡的驱动程序,                  安装以后,虚拟系统屏幕的显示效果会更好,  

安装VMware Tools的步骤和那些坑

背景环境:VMware workstation 12.5+Ubuntu16.04 首先VMware Tools在ubuntu中是及其不稳定的,也就是说,当你点击菜单栏中的install vmware tools后,在CD中可能看不到相应的.tar.gz的包,当然也是有可能看到的. 下面的解决办法也就是在能看到.tar.gz的包的情况下的: 可以先把.tar.gz的包拷贝到Desktop中,然后打开终端,执行如下命令(最好在root权限下操作): 进入Desktop目录: cd Desktop 解