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,重启客户机

相关推荐
杂家10 小时前
Docker 容器端口无法从外部访问
运维·服务器·docker·容器
红茶要加冰10 小时前
二、shell中的变量
linux·运维·shell
1892280486110 小时前
NV236美光MT29F32T08GWLBHD6-24TES:B
大数据·服务器·人工智能·科技·缓存
杨云龙UP10 小时前
ODA/Oracle 19c CDB/PDB 环境下报错ORA-65162:common user密码过期问题排查与处理_2026-05-15
linux·运维·数据库·oracle·dba·db
wjykp10 小时前
5.cypher语句组合与复杂操作
linux·前端·javascript
其实防守也摸鱼10 小时前
[特殊字符] Docker + LMArena2API 部署全流程:从环境准备到接口调用,一步到位
运维·网络·安全·web安全·docker·容器·大模型
Lethehong10 小时前
Dify + EdgeOne:AI应用从Demo到上线的最后一公里
服务器·网络·人工智能·edgeone·dify
志栋智能10 小时前
超自动化巡检:如何应对海量增长的基础设施?
运维·自动化
苏宸啊10 小时前
磁盘结构、存储原理
linux
代码讲故事10 小时前
Redis生产环境批量的key需要删除,如何优雅实现且不影响线上环境?有密码认证的如何实现批量删除?有哪些实现方法?
运维·redis·缓存·高并发·删除·批量·生产环境