zoukankan      html  css  js  c++  java
  • Ubuntu下手动安装VMware Tools步骤

    To mount the CD image and extract the contents:

    1. Power on the virtual machine.
    2. Log in to the virtual machine using an account with administrator or root privileges.
    3. Select:

      For Fusion: Virtual Machine > Install VMware Tools.
      For Workstation: VM > Install VMware Tools.
      For Player: Player Manage > Install VMware Tools.

      Note: If you are running the light version of Fusion, a version of Workstation without VMware Tools, or VMware Player, you are prompted to download VMware Tools before they can be installed. Click Download Now to begin the download.

    4. Open the VMware Tools CD mounted on the Ubuntu desktop.
    5. Right-click the file name that is similar to VMwareTools.x.x.x-xxxx.tar.gz, click Extract to, and select Ubuntu Desktop to save the extracted contents.

      The vmware-tools-distrib folder is extracted to the Ubuntu Desktop.

    To install VMware Tools in Ubuntu:

    1. Open a Terminal window. For more information, see Opening a command or shell prompt (1003892).
    2. In the Terminal, run this command to navigate to the vmware-tools-distrib folder:

      cd Desktop/vmware-tools-distrib

    3. Run this command to install VMware Tools:

    4. sudo su - (完全切换到了root用户的环境变量,没有-:仍为原用户的环境变量,具体区别:http://www.cnblogs.com/haichuan3000/articles/2123633.html)
    5. sudo ./vmware-install.pl -d

      Note: The -d switch assumes that you want to accept the defaults. If you do not use -d, press Return to accept the defaults or supply your own answers.

    6. Enter your Ubuntu password.
    7. Restart the Ubuntu virtual machine after the VMware Tools installation completes.
  • 相关阅读:
    C++ 编译时字符串加密
    c#自动修复缺损和不规范的html
    C#下载网络资源(网页或文件)
    yum install 命令下载安装离线包
    C# Sql Server 数据库 传递 表值参数
    cximage 裁剪图片并背景透明
    centos 7.5 编译并运行 opencv 4.5.1 c++
    c++ freeimage 指定颜色透明
    c++ string 大小写转换
    opencv 裁剪图像
  • 原文地址:https://www.cnblogs.com/zhonghuasong/p/4882110.html
Copyright © 2011-2022 走看看