yum源搜索软件

该篇博客展示了在CentOS7.6操作系统中,如何使用`yum search`命令来查找与`gcc`和`ifconfig`相关的软件包。结果显示了多个与加密库、开发文件、网络接口管理相关的软件,如openssl、perl-Crypt-OpenSSL等。同时,还提供了`yum search all`命令的使用示例,用于获取更全面的搜索结果。
摘要由CSDN通过智能技术生成

前言

  • centos7.6

yum源搜索软件

shell> yum search gcc
Loaded plugins: fastestmirror
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
=================================================== N/S matched: openssl ===================================================
anope-openssl.x86_64 : OpenSSL module for Anope IRC services
apr-util-openssl.x86_64 : APR utility library OpenSSL crytpo support
globus-gsi-openssl-error.x86_64 : Grid Community Toolkit - Globus OpenSSL Error Handling
globus-gsi-openssl-error-devel.x86_64 : Grid Community Toolkit - Globus OpenSSL Error Handling Development Files
globus-gsi-openssl-error-doc.noarch : Grid Community Toolkit - Globus OpenSSL Error Handling Documentation Files
globus-openssl-module.x86_64 : Grid Community Toolkit - Globus OpenSSL Module Wrapper
globus-openssl-module-devel.x86_64 : Grid Community Toolkit - Globus OpenSSL Module Wrapper Development Files
globus-openssl-module-doc.noarch : Grid Community Toolkit - Globus OpenSSL Module Wrapper Documentation Files
libknet1-crypto-openssl-plugin.x86_64 : Provides libknet1 openssl support
openssl-devel.i686 : Files for development of applications which will use OpenSSL
openssl-devel.x86_64 : Files for development of applications which will use OpenSSL
openssl-perl.x86_64 : Perl scripts provided with OpenSSL
openssl-pkcs11.x86_64 : A PKCS#11 engine for use with OpenSSL
openssl-static.i686 : Libraries for static linking of applications which will use OpenSSL
openssl-static.x86_64 : Libraries for static linking of applications which will use OpenSSL
openssl11-devel.x86_64 : Files for development of applications which will use OpenSSL
openssl11-static.x86_64 : Libraries for static linking of applications which will use OpenSSL
perl-Crypt-OpenSSL-Bignum.x86_64 : Perl interface to OpenSSL for Bignum
perl-Crypt-OpenSSL-RSA.x86_64 : Perl interface to OpenSSL for RSA
perl-Crypt-OpenSSL-Random.x86_64 : Perl interface to OpenSSL for Random
perl-Crypt-OpenSSL-X509.x86_64 : Perl interface to OpenSSL for X509
pyOpenSSL.x86_64 : Python wrapper module around the OpenSSL library
pyOpenSSL-doc.noarch : Documentation for pyOpenSSL
python36-pyOpenSSL.noarch : Python 3 wrapper module around the OpenSSL library
rubygem-openssl_cms_2_0_0.x86_64 : OpenSSL with CMS functions for Ruby 2.0.0
rubygem-openssl_cms_2_0_0-doc.noarch : Documentation for rubygem-openssl_cms
xmlsec1-openssl.i686 : OpenSSL crypto plugin for XML Security Library
xmlsec1-openssl.x86_64 : OpenSSL crypto plugin for XML Security Library
xmlsec1-openssl-devel.i686 : OpenSSL crypto plugin for XML Security Library
xmlsec1-openssl-devel.x86_64 : OpenSSL crypto plugin for XML Security Library
lua-luaossl.x86_64 : Most comprehensive OpenSSL module in the Lua universe
lua-luaossl-doc.noarch : Documentation for OpenSSL Lua module
lua-sec.x86_64 : Lua binding for OpenSSL library
m2crypto.x86_64 : Support for using OpenSSL in python scripts
nss_compat_ossl.i686 : Source-level compatibility library for OpenSSL to NSS porting
nss_compat_ossl.x86_64 : Source-level compatibility library for OpenSSL to NSS porting
openssl.x86_64 : Utilities from the general purpose cryptography library with TLS implementation
openssl-libs.i686 : A general purpose cryptography library with TLS implementation
openssl-libs.x86_64 : A general purpose cryptography library with TLS implementation
openssl098e.i686 : A compatibility version of a general cryptography and TLS library
openssl098e.x86_64 : A compatibility version of a general cryptography and TLS library
openssl11.x86_64 : Utilities from the general purpose cryptography library with TLS implementation
openssl11-libs.x86_64 : A general purpose cryptography library with TLS implementation
perl-Crypt-SSLeay.x86_64 : Crypt::SSLeay - OpenSSL glue that provides LWP https support
perl-Net-SSLeay.x86_64 : Perl extension for using OpenSSL
python-ndg_httpsclient.noarch : Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
python3-service-identity.noarch : Service identity verification for pyOpenSSL
python36-m2crypto.x86_64 : Support for using OpenSSL in Python 3 scripts
qca-ossl.i686 : OpenSSL plugin for the Qt Cryptographic Architecture v2
qca-ossl.x86_64 : OpenSSL plugin for the Qt Cryptographic Architecture v2
qca-qt5-ossl.x86_64 : Openssl plugin for the Qt5 Cryptographic Architecture
tcltls.x86_64 : OpenSSL extension for Tcl
tcltls-devel.x86_64 : Header files for the OpenSSL extension for Tcl
tinyca2.noarch : TinyCA graphical openssl based CA

  Name and summary matches only, use "search all" for everything.

展现完整的搜索结果,需要使用yum search all gcc

软件名称与安装包名称可能不一致

shell> yum search all ifconfig
Loaded plugins: fastestmirror
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
Repository epel-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * base: mirrors.cqu.edu.cn
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
=============================================================== Matched: ifconfig ================================================================
python36-ifcfg.noarch : Python cross-platform network interface discovery (ifconfig/ipconfig/ip)
moreutils.x86_64 : Additional unix utilities
net-tools.x86_64 : Basic networking tools
python2-psutil.x86_64 : A process and system utilities module for Python
python34-psutil.x86_64 : A process and system utilities module for Python
python36-psutil.x86_64 : A process and system utilities module for Python

上面的结果表示,当前找到了6个包含有ifconfig的软件包。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值