博客
关于我
yum常用命令上
阅读量:161 次
发布时间:2019-02-28

本文共 1972 字,大约阅读时间需要 6 分钟。

yum ???????????

? Linux ????yum ??????????????????????????????????????????????????? yum ???????????

???????

??? yum ????????????????????yum ???????????????????

  • yum list

    ?? yum list ??????????????????

    yum list
  • yum search

    ??????????????????????? yum search ???

    yum search ???

    ????????? Web ???????????????????

    yum search httpd

    ????? httpd?Apache HTTP ???????????????

  • ??????

    ????? yum ??????????

  • ?? Apache ??????

    executing the following command to search for Apache-related packages:

    [root@localhost ~]# yum search httpd

    ???????? httpd ????????????

    Loaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfile===================================================N/S matched: httpd===================================================libmicrohttpd-devel.i686 : Development files for libmicrohttpdlibmicrohttpd-devel.x86_64 : Development files for libmicrohttpdlibmicrohttpd-doc.noarch : Documentation for libmicrohttpdhttpd.x86_64 : Apache HTTP Serverhttpd-devel.x86_64 : Development interfaces for the Apache HTTP serverhttpd-manual.noarch : Documentation for the Apache HTTP serverhttpd-tools.x86_64 : Tools for use with the Apache HTTP Serverlibmicrohttpd.i686 : Lightweight library for embedding a webserver in applicationslibmicrohttpd.x86_64 : Lightweight library for embedding a webserver in applicationsmod_auth_mellon.x86_64 : A SAML 2.0 authentication module for the Apache Httpd Servermod_dav_svn.x86_64 : Apache httpd module for Subversion serverName and summary matches only, use "search all" for everything.
  • ???????

    ??????????????????? yum install ???

    yum -y install ??

    ????? gcc?

    yum -y install gcc

    -y ???????? "yes"??????????

  • ????????

    ??? yum ???????????????

  • -install ??

    ????????????????? --install ???

    yum install --install ??
  • -y ??

    ?? -y ????? yum ???????????

    yum -y install ??
  • ??????

    yum ????????????????????????????????

  • ??

    ??????????????? yum ???????????????????????yum ?????????????yum list ? yum search ????????? yum install ???????????

    转载地址:http://dthj.baihongyu.com/

    你可能感兴趣的文章
    Objective-C实现mergesort归并排序算法(附完整源码)
    查看>>
    Objective-C实现miller rabin米勒-拉宾素性检验算法(附完整源码)
    查看>>
    Objective-C实现Miller-Rabin素性测试程序(附完整源码)
    查看>>
    Objective-C实现Miller-Rabin素性测试程序(附完整源码)
    查看>>
    Objective-C实现MinhashLSH算法(附完整源码)
    查看>>
    Objective-C实现MinhashLSH算法(附完整源码)
    查看>>
    Objective-C实现MinHeap最小堆算法(附完整源码)
    查看>>
    Objective-C实现minimum cut最小切割流算法(附完整源码)
    查看>>
    Objective-C实现minimum partition最小分区算法(附完整源码)
    查看>>
    Objective-C实现MSRCR算法(附完整源码)
    查看>>
    Objective-C实现multilayer perceptron classifier多层感知器分类器算法(附完整源码)
    查看>>
    Objective-C实现multiplesThreeAndFive三或五倍数的算法 (附完整源码)
    查看>>
    Objective-C实现n body simulationn体模拟算法(附完整源码)
    查看>>
    Objective-C实现naive string search字符串搜索算法(附完整源码)
    查看>>
    Objective-C实现natural sort自然排序算法(附完整源码)
    查看>>
    Objective-C实现nested brackets嵌套括号算法(附完整源码)
    查看>>
    Objective-C实现nevilles method多项式插值算法(附完整源码)
    查看>>
    Objective-C实现newtons second law of motion牛顿第二运动定律算法(附完整源码)
    查看>>
    Objective-C实现newton_raphson牛顿拉夫森算法(附完整源码)
    查看>>
    Objective-C实现NLP中文分词(附完整源码)
    查看>>