zoukankan      html  css  js  c++  java
  • CentOS 7.2最小化安装没有ifconfig命令,使用yum provides ifconfig找不到相关的包

    [root@sishen yum.repos.d]# yum provides ifconfig
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    No matches found
    [root@sishen yum.repos.d]# yum whatprovides '*/ifconfig/'
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    No matches found

    系统版本:

    [root@sishen yum.repos.d]# cat /proc/version
    Linux version 3.10.0-327.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Nov 19 22:10:57 UTC 2015

    使用的是本地YUM源

    [root@sishen yum.repos.d]# yum repolist all
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    repo id                      repo name                            status
    c7-media                     CentOS-7 - Media                     enabled: 3,723
    repolist: 3,723

    知道是net-tools这个包没装,但是不知道为什么yum找不到?

    [root@sishen yum.repos.d]# yum list 'net-tools'
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    Available Packages
    net-tools.x86_64                2.0-0.17.20131004git.el7                c7-media

    待解决?希望各路大侠指点迷津~

  • 相关阅读:
    Python3与Python2的区别(转载)
    Python——通过斐波那契数列来理解生成器
    Solr4.8.1与Tomcat7整合
    Solr配置与简单Demo
    lucene 4.4 demo
    企业级搜索引擎Solr使用入门指南
    Solr使用入门指南
    使用solr搭建你的全文检索
    Solr 1.3 安装步骤
    Lucene/Solr开发经验
  • 原文地址:https://www.cnblogs.com/zd520pyx1314/p/7956127.html
Copyright © 2011-2022 走看看