Ubuntu 22.04 安装VMware tools

前言

​ 安装VMware Tools经常会出现兼容性不好,系统之间复制文件失灵,并且安装时提示建议使用open-vm-tools,于是放弃vmware-tools的安装,尝试使用open-vm-tools。

​ open-vm-tools VMware Tools 的开源实施,由一套虚拟化实用程序组成,这些程序可增强虚拟机在 VMware 环境中的功能,使管理更加有效。open-vm-tools 的主要目的是使操作系统供应商及/或社区以及虚拟设备供应商将 VMware Tools 绑定到其产品发布中。从Ubuntu14.04开始open-vm-tools 代替了官方 VMware Tools。

安装步骤

  1. 更新下系统源

    ​ sudo apt update

  2. 安装open-vm-tools

    ​ sudo apt install open-vm-tools

  3. 桌面环境还需要安装 open-vm-tools-desktop 以支持双向拖放文件

    ​ sudo apt install open-vm-tools-desktop

总结

  1. sudo apt update
  2. sudo apt install open-vm-tools
  3. sudo apt install open-vm-tools-desktop