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

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

  • 相关阅读:
    tensorflow2.0——tensorboard与预测代码相结合
    tensorflow2.0——tensorboard画图使用
    tensorflow2.0——手写数据集预测完整版
    tensorflow2.0——交叉熵损失应用
    tensorflow2.0——softmax函数
    tensorflow2.0——多层全连接模板
    python基础知识
    day31(模块和包)
    day26(模块 logging 高级用法、collection、random)
    day7 set集合
  • 原文地址:https://www.cnblogs.com/jacen789/p/9652378.html
Copyright © 2011-2022 走看看