码迷,mamicode.com
首页 > 其他好文 > 详细

VirtualBox虚拟机CentOS中安装增强插件失败,解决方法

时间:2015-02-04 01:58:55      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:

环境: VirtualBox 4.3.20    CentOS 6.6

技术分享

因为缺少kernel-devel软件包以及依赖,   需要使用yum命令安装

1.打开终端, 切换到root权限

2.运行

[root@www darkdog]# yum install gcc gcc-c++ kernel-devel

技术分享

3.重启生效

[root@www darkdog]# reboot

4.重新安装增强插件

技术分享

5.如果第4步仍然安装失败, 运行:

[root@www darkdog]# yum update

 

VirtualBox虚拟机CentOS中安装增强插件失败,解决方法

标签:

原文地址:http://www.cnblogs.com/darkdog/p/4270729.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!