zoukankan      html  css  js  c++  java
  • VirtualBox Guest Additions installation

    在使用VirtualBox为CentOS安装增强功能时,输出是:

    文本:

    Verifying archive integrity... All good.
    Uncompressing VirtualBox 5.2.18 Guest Additions for Linux........
    VirtualBox Guest Additions installer
    Copying additional installer modules ...
    Installing additional modules ...
    VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.  This may take a while.
    This system is currently not set up to build kernel modules.
    Please install the gcc make perl packages from your distribution.
    Please install the Linux kernel "header" files matching the current kernel
    for adding new hardware support to the system.
    The distribution packages containing the headers are probably:
        kernel-devel kernel-devel-3.10.0-862.el7.x86_64
    VirtualBox Guest Additions: Starting.
    VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules.  This may take a while.
    This system is currently not set up to build kernel modules.
    Please install the gcc make perl packages from your distribution.
    Please install the Linux kernel "header" files matching the current kernel
    for adding new hardware support to the system.
    The distribution packages containing the headers are probably:
        kernel-devel kernel-devel-3.10.0-862.el7.x86_64
    Press Return to close this window...

    所以,为了给CentOS安装增强功能,我们还需要安装 gcc make perl kernel-devel kernel-devel-3.10.0-862.el7.x86_64。

    使用yum命令进行安装:

    yum install gcc make perl kernel-devel kernel-devel-3.10.0-862.el7.x86_64

    安装完以上发行版软件包之后再次安装增强功能就不会有问题啦。

  • 相关阅读:
    adb shell top
    数据清洗的方法
    Devices Tree加载流程
    Android驱动之设备树简介
    序列模式挖掘综述
    python 实现kmeans聚类
    numpy中sum(axis=0)和axis=1的计算原理
    win7 VMware下安装centos和Ubuntu共存
    python数据标准化
    python 用PIL Matplotlib处理图像的基本操作
  • 原文地址:https://www.cnblogs.com/jacen789/p/9652378.html
Copyright © 2011-2022 走看看