ubantu系统之实现Ubuntu与Windows之间的复制粘贴

Ubuntu与Windows之间的复制粘贴

背景环境

采用VMware加载Ubuntu系统,为了方便与宿主机(windows系统)之间相互复制粘贴。

  • 当前windows为windows 10
  • Ubuntu系统版本为 Ubuntu 24.10
    默认情况下,双方不能进行复制粘贴,需要调整相关配置才能支持。

配置

  • 打开Ubuntu命令终端
  • 检查与卸载已有工具:sudo apt-get autoremove open-vm-tools
bash 复制代码
root@jarlen:/home/jarlen/桌面# sudo apt-get autoremove open-vm-tools
  • 安装open-vm-tools-desktop
bash 复制代码
root@jarlen:/home/jarlen/桌面# sudo apt-get install open-vm-tools-desktop
  • 重启系统生效
bash 复制代码
root@jarlen:/home/jarlen/桌面# reboot
相关推荐
大路谈数字化7 分钟前
Centos中内存CPU硬盘的查询
linux·运维·centos
luoqice1 小时前
linux下查看 UDP Server 端口的启用情况
linux
倔强的石头_2 小时前
【Linux指南】动静态库与链接机制:从原理到实践
linux
赏点剩饭7782 小时前
linux中的hostpath卷、nfs卷以及静态持久卷的区别
linux·运维·服务器
神鸟云2 小时前
DELL服务器 R系列 IPMI的配置
linux·运维·服务器·网络·边缘计算·pcdn
herderl3 小时前
**僵尸进程(Zombie Process)** 和**孤儿进程(Orphan Process)**
linux·运维·服务器·网络·网络协议
lepton_yang3 小时前
Zephyr下控制ESP32S3的GPIO口
linux·嵌入式硬件·esp32·zephyr
泽02023 小时前
Linux 编译器 gcc 与 g++
linux·运维·服务器
G_H_S_3_4 小时前
【网络运维】Playbook项目实战:基于 Ansible Playbook 一键部署 LNMP 架构服务器
linux·运维·服务器·网络·ansible