zoukankan      html  css  js  c++  java
  • debuginfo-install: command not found

    [root@localhost yum.repos.d]# debuginfo-install glibc-2.17-307.el7.1.aarch64 libgcc-4.8.5-39.el7.aarch64 numactl-libs-2.0.12-5.el7.aarch64
    -bash: debuginfo-install: command not found
    [root@localhost yum.repos.d]# ls
    bak  local.repo
    [root@localhost yum.repos.d]# ls bak/
    CentOS-Base.repo  CentOS-Debuginfo.repo  CentOS-Media.repo    CentOS-Vault.repo
    CentOS-CR.repo    CentOS-fasttrack.repo  CentOS-Sources.repo
    [root@localhost yum.repos.d]# yum whatprovides debuginfo-install
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    yum-utils-1.1.31-50.el7.noarch : Utilities based around the yum package manager
    Repo        : local
    Matched from:
    Filename    : /usr/bin/debuginfo-install
    
    
    
    [root@localhost yum.repos.d]# yum install yum-utils
    [root@localhost yum.repos.d]# yum whatprovides debuginfo-install
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    yum-utils-1.1.31-50.el7.noarch : Utilities based around the yum package manager
    Repo        : local
    Matched from:
    Filename    : /usr/bin/debuginfo-install
    yum install yum-utils

    debuginfo-install glibc-2.17-307.el7.1.aarch64 libgcc-4.8.5-39.el7.aarch64 numactl-libs-2.0.12-5.el7.aarch64  不能通过本地挂载,要网络访问

  • 相关阅读:
    TensorFlow object detection API
    bounding box的简单理解
    OverFeat学习
    tensorflow调试tfdbg
    2018.7-2019.4记录
    人工智能未来读后感 ----by RayKurzweil
    matlab exe
    神经网络的基础
    研究生的论文
    卷积神经网络经验
  • 原文地址:https://www.cnblogs.com/dream397/p/13600440.html
Copyright © 2011-2022 走看看