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 天前
利用文心一言解决“1panel下载ollama镜像时间太长引起的不能远程连接ssh故障”
运维·ssh·文心一言
实心儿儿1 天前
Linux —— 信号量
linux
Dr_eamboat1 天前
SpringBoot策略模式+工厂模式实战解析
linux·spring boot·策略模式
wuminyu1 天前
Java锁机制之轻量级锁判断与尝试逻辑源码剖析
java·linux·c语言·jvm·c++
云服务器租用费用1 天前
2026年腾讯云OpenClaw(Clawdbot)+Skills云上部署及Windows本地集成轻松入门
运维·服务器·数据库·windows·云计算·腾讯云
十六年开源服务商1 天前
2026年WordPress分销功能开发完整指南
运维
一只鹿鹿鹿1 天前
网络安全评估方案
java·大数据·运维·物联网·web安全
路由侠内网穿透1 天前
本地部署开源自托管服务器监控系统哪吒监控并实现外部访问
运维·服务器·网络协议
友莘居士1 天前
KingbaseES Docker速查表
运维·docker·容器
阳光满路1 天前
三步搞定:Linux 安装配置 Telnet 服务
linux·运维·centos