博客
关于我
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/

    你可能感兴趣的文章
    Netpas:不一样的SD-WAN+ 保障网络通讯品质
    查看>>
    netty底层源码探究:启动流程;EventLoop中的selector、线程、任务队列;监听处理accept、read事件流程;
    查看>>
    Netty核心模块组件
    查看>>
    Netty源码—4.客户端接入流程一
    查看>>
    Netty源码—5.Pipeline和Handler一
    查看>>
    Netty源码—6.ByteBuf原理二
    查看>>
    Netty源码—7.ByteBuf原理三
    查看>>
    Netty源码—7.ByteBuf原理四
    查看>>
    Netty的Socket编程详解-搭建服务端与客户端并进行数据传输
    查看>>
    Network Dissection:Quantifying Interpretability of Deep Visual Representations(深层视觉表征的量化解释)
    查看>>
    Network Sniffer and Connection Analyzer
    查看>>
    Nginx Location配置总结
    查看>>
    Nginx 反向代理解决跨域问题
    查看>>
    nginx 后端获取真实ip
    查看>>
    Nginx 学习总结(17)—— 8 个免费开源 Nginx 管理系统,轻松管理 Nginx 站点配置
    查看>>
    nginx 常用配置记录
    查看>>
    Nginx 我们必须知道的那些事
    查看>>
    nginx 配置~~~本身就是一个静态资源的服务器
    查看>>
    Nginx的是什么?干什么用的?
    查看>>
    Nio ByteBuffer组件读写指针切换原理与常用方法
    查看>>