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

本文共 1988 字,大约阅读时间需要 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, langpacks
    Loading mirror speeds from cached hostfile
    ===================================================
    N/S matched: httpd
    ===================================================
    libmicrohttpd-devel.i686 : Development files for libmicrohttpd
    libmicrohttpd-devel.x86_64 : Development files for libmicrohttpd
    libmicrohttpd-doc.noarch : Documentation for libmicrohttpd
    httpd.x86_64 : Apache HTTP Server
    httpd-devel.x86_64 : Development interfaces for the Apache HTTP server
    httpd-manual.noarch : Documentation for the Apache HTTP server
    httpd-tools.x86_64 : Tools for use with the Apache HTTP Server
    libmicrohttpd.i686 : Lightweight library for embedding a webserver in applications
    libmicrohttpd.x86_64 : Lightweight library for embedding a webserver in applications
    mod_auth_mellon.x86_64 : A SAML 2.0 authentication module for the Apache Httpd Server
    mod_dav_svn.x86_64 : Apache httpd module for Subversion server
    Name 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/

    你可能感兴趣的文章
    Object-c动态特性
    查看>>
    Object.assign用法
    查看>>
    Object.create
    查看>>
    Object.defineProperty详解
    查看>>
    Object.keys()的详解和用法
    查看>>
    objectForKey与valueForKey在NSDictionary中的差异
    查看>>
    Objective - C 小谈:消息机制的原理与使用
    查看>>
    OBJECTIVE C (XCODE) 绘图功能简介(转载)
    查看>>
    Objective-C ---JSON 解析 和 KVC
    查看>>
    Objective-C 编码规范
    查看>>
    Objective-Cfor循环实现Factorial阶乘算法 (附完整源码)
    查看>>
    Objective-C——判断对象等同性
    查看>>
    objective-c中的内存管理
    查看>>
    Objective-C之成魔之路【7-类、对象和方法】
    查看>>
    Objective-C享元模式(Flyweight)
    查看>>
    Objective-C以递归的方式实现二叉搜索树算法(附完整源码)
    查看>>
    Objective-C内存管理教程和原理剖析(三)
    查看>>
    Objective-C实现 Greedy Best First Search最佳优先搜索算法(附完整源码)
    查看>>
    Objective-C实现 jugglerSequence杂耍者序列算法 (附完整源码)
    查看>>
    Objective-C实现 lattice path格子路径算法(附完整源码)
    查看>>