环境: VirtualBox 4.3.20    CentOS 6.6

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

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

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

2.运行

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

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

3.重启生效

[root@www darkdog]# reboot

4.重新安装增强插件

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

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

[root@www darkdog]# yum update

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2021-04-30
  • 2022-02-03
  • 2022-01-10
  • 2022-01-08
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2021-08-11
  • 2021-12-08
  • 2021-12-08
  • 2021-11-23
相关资源
相似解决方案