VMware® Workstation 17 Pro 解决VMware Tools 安装

提示VMware Tools 不再随旧版客户机操作系统的 VMware Workstation 一起提供的解决办法。 下载Linux.iso的网址:https://packages-prod.broadcom.com/tools/frozen/linux/linux.iso

解压这个压缩包,然后安装下面命令步骤

1,su - 先切换管理员

2,配置源 nano /etc/apt/sources.list

deb http://mirrors.aliyun.com/debian/ bullseye main non-free contrib

deb-src http://mirrors.aliyun.com/debian/ bullseye main non-free contrib

deb http://mirrors.aliyun.com/debian-security/ bullseye-security main

deb-src http://mirrors.aliyun.com/debian-security/ bullseye-security main

deb http://mirrors.aliyun.com/debian/ bullseye-updates main non-free contrib

deb-src http://mirrors.aliyun.com/debian/ bullseye-updates main non-free contrib

deb http://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib

deb-src http://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib

ctrl+o 回车 ctrl+x

3,apt update 更新配置

4,sudo apt-get install open-vm-tools

sudo apt-get install open-vm-tools-desktop

5,重启客户机

相关推荐
小樱花的樱花1 天前
C++ new和delete用法详解
linux·开发语言·c++
APIshop1 天前
Java获取京东商品详情接口(item_get)实战指南
java·linux·数据库
Cx330❀1 天前
一文吃透Linux System V共享内存:原理+实操+避坑指南
大数据·linux·运维·服务器·人工智能
薛定谔的悦1 天前
储能系统(EMS)核心架构解析:充放电控制、防逆流、防过载与 PID 调节
linux·运维·架构
志栋智能1 天前
超自动化运维的终极目标:让系统自治运行
运维·网络·人工智能·安全·自动化
3GPP仿真实验室1 天前
【MATLAB源码】CSI-RS:测量链路
linux·网络·matlab
阿 才1 天前
WSL2 + TFTP + 网络启动(Linux开发板与WSL2建立网络连接)
linux·运维·网络
Benszen1 天前
Docker容器化技术全解析
运维·docker·容器
IMPYLH1 天前
Linux 的 false 命令
linux·运维·服务器·bash
小江的记录本1 天前
【Linux】《Linux常用命令汇总表》
linux·运维·服务器·前端·windows·后端·macos