博客
关于我
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实现max_difference_pair最大差异对算法(附完整源码)
    查看>>
    Objective-C实现max_heap最大堆算法(附完整源码)
    查看>>
    Objective-C实现MD5 (附完整源码)
    查看>>
    Objective-C实现md5算法(附完整源码)
    查看>>
    Objective-C实现MeanSquareError均方误差算法 (附完整源码)
    查看>>
    Objective-C实现memcmp函数功能(附完整源码)
    查看>>
    Objective-C实现memoization优化技术算法(附完整源码)
    查看>>
    Objective-C实现memset函数功能(附完整源码)
    查看>>
    Objective-C实现merge insertion sort合并插入排序算法(附完整源码)
    查看>>
    Objective-C实现merge sort归并排序算法(附完整源码)
    查看>>
    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算法(附完整源码)
    查看>>