CentOS7 安装VirtualBox增强工具
今天在用VirtualBox,来安装CentOS7,增强工具就是安装不上,在网上找了好多也没有办法解决,后来综合了很多教程之后,终于成功了,现在把正确的安装步骤写出来。
1、选择VirtualBox的“设备”->“安装增强工具…”;
2、进入到SHELL模式下,挂载光盘
sudo mount /dev/cdrom /media
3、安装必要的工具
yum install perl gcc* make kernel kernel-devel -y
4、重新启动机器
5、进行安装
cd /media/ sh VBoxLinuxAdditions.run
大功告成。