转自:http://www.greebo.net/2012/06/01/fedora-17-install-on-vmware-fusion-4-workstation-8/

Updating Fedora to allow VMWare Tools compilation

Once you have Fedora installed, login and open a terminal window

sudo yum update
sudo reboot
sudo yum install kernel-devel kernel-headers gcc make

Installing VMWare Tools

Now you’re ready to install the VMWare Tools

  • Virtual Machine -> Install VMWare Tools. Unfortunately, F17 now mounts CD ROMs in a user specific location (/run/media/<username>/<volume name>), so you need to know your username if the instructions below don’t work
  • Open a terminal
tar zxf /run/media/`whoami`/VMware\ Tools/VMw*.tar.gz
cd vmware-tools-distrib
sudo ./vmware-install.pl

NB: With tools build 8.8.3, there will be compilation errors until an update for the tools is released by VMware, but enough modules will compile to allow you to use shared folders, have auto-resizing monitors, working cut-n-paste, and a few of the other things that make running the tools worthwhile. Drag and drop doesn’t work yet.

Logout and then Restart the system to enable the tools. If you’re text only,

sudo reboot

转载于:https://blog.51cto.com/livindg/1103550

Fedora 17 install VMWare tool相关推荐

  1. fedora 17 安装极点五笔

    近几日,安装新版本的fedora 17,安装上比较好用五笔输入法,其实很简单,就一个命令: yum install ibus-table-chinese-wubi-jidian 打开终端,粘贴进去,回 ...

  2. Fedora 17 下安装codeblocks

    Fedora 17 下安装codeblocks:         1.直接从yum源安装:         sudo yum install codeblocks         2.源码安装     ...

  3. Windows 7 + Fedora 17 双系统安装详解

    原文地址:http://www.linuxidc.com/Linux/2012-06/62099.htm Windows 7 + Fedora  17 双系统 安装详解+常见错误+注意事项. 之前已经 ...

  4. fedora利用vmlinuz和initrd制作linux启动u盘,Fedora 17的U盘安装方法

    使用U盘来安装Fedora 17,并使用Windows引导.以前写过U盘安装Fedora 16,http://www.linuxidc.com/Linux/2011-11/47296.htm .但是这 ...

  5. 三章:CentOS6.5 更改时区设置、安装samba、install VMware、install XFS 、install XFS --parted

    1,修改时区 tzselect 执行tzselect命令-->选择Asia-->选择China-->选择east China - Beijing, Guangdong, Shangh ...

  6. Fedora 17安装NVIDIA显卡驱动

    最近自己的笔记本安装了Fedora 17,一直想玩3D桌面,但是3D桌面又要安装显卡驱动,结果就卡在这儿了,从网上找了一篇文章,写的不错!在此分享一下 原文地址:http://www.if-not-t ...

  7. 转: Fedora 17 安装flash插件

    转自:http://www.linuxidc.com/Linux/2012-06/62694.htm 要在Fedora 17 下安装Flash player 1- 添加 For Fedora 32-b ...

  8. (转)Fedora 17 安装完全指南

    转自:http://www.onesl.com/web/ylsh/2012060501.html Fedora 17 安装完全指南 李顺亮 2012年6月5日 Fedora 17 正式发布的当天,无所 ...

  9. Fedora 17 PHP编程环境配置

    一.安装 Mysql和Mysql-Server # yum install mysql mysql-server =========================================== ...

最新文章

  1. C# 自定义事件和委托
  2. linux 解压war到root_部署War包到Tomcat根目录位置(Ubuntu/CentOS)
  3. apidoc文档项目构建
  4. 【SQL进阶】03.执行计划之旅1 - 初探
  5. x265-确定slice type-1
  6. Zookeeper_实际应用讲解
  7. 机器学习基础:最优化方法
  8. yum只下载软件不安装的两种方法
  9. Netty 客户端服务器端通信 demo
  10. GTK的.NET的函数库 GTK#
  11. 编写Python脚本来获取Google搜索结果的示例
  12. Python程序设计学习笔记-概述
  13. 63.ExtJs事件(自定义事件、on、eventManager)示例
  14. ORB-SLAM3学习笔记-基本概念
  15. 批量删除多台linux服务器文件
  16. python foo函数_python——函数
  17. 进程线程----转自林海峰
  18. ios获取本地音乐库音乐很详细
  19. vue解决Not allowed to load local resource
  20. OneWay广告后台注册申请

热门文章

  1. vueform表单文件上传_峰哥说技术系列-8.Spring Boot文件上传(Form表单和Ajax方式)
  2. html表单下拉美化教程,用javascript实现select的美化的方法
  3. c语言变长数组_2018级C语言大作业 - 祖玛
  4. 提取过程_大米多肽提取过程中如何应用膜分离技术呢?
  5. SOCK_DGRAM(数据报套接字)与SOCK_STREAM(流套接口)的区别
  6. centos开放端口以及Telnet测试端口
  7. Ajax与三层架构实训教案
  8. linux硬件抽象层框图,理解和使用Linux的硬件抽象层HAL.docx
  9. centos6.4安装使用wine 持续更新中
  10. 16-作用域(全局作用域及局部作用域)