老男孩教育每日一题第117天:yum安装软件的时候,记不全包名,如何查找到完整的包名?

前端之家收集整理的这篇文章主要介绍了老男孩教育每日一题第117天:yum安装软件的时候,记不全包名,如何查找到完整的包名?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

答案:

方法一:yum search bash

[root@oldboy~]#yumsearchbashLoadedplugins:fastestmirror,security
Loadingmirrorspeedsfromcachedhostfile
*base:mirrors.aliyun.com
*epel:mirrors.aliyun.com
*extras:mirrors.aliyun.com
*updates:mirrors.aliyun.com
=====================================N/SMatched:bash======================================
bash-argsparse.noarch:Anhighlevelargumentparsinglibraryforbash
bash-completion.noarch:ProgrammablecompletionforBash
bash-doc.x86_64:Documentationfilesforbash
easybashgui.noarch:Bashfunctionlibrary
gromacs-bash.noarch:GROMACSbashcompletion
pcp-pmda-bash.x86_64:PerformanceCo-Pilot(PCP)metricsfortheBashshell
bash.x86_64:TheGNUBourneAgainshell
bats.noarch:BashAutomatedTestingSystem
bti.x86_64:BashTwitterIdiocy
python-argcomplete.noarch:Bashtabcompletionforargparse
sys_basher.x86_64:Amultithreadedhardwareexerciser
.......

方法二:

[root@oldboy~]#yumlist|grep^bash
bash.x86_644.1.2-33.el6@anaconda-CentOS-201508042137.x86_64/6.7
bash-completion.noarch1:1.3-7.el6@epel
bash.x86_644.1.2-48.el6base
bash-argsparse.noarch1.7-1.el6epel
bash-doc.x86_644.1.2-48.el6base

备注

今天是每日一题陪伴大家的第117天期待你的进步

对于题目和答案的任何疑问,请在博客评论区留言
往期题目索引

http://www.jb51.cc/article/p-dxklwfhw-bcy.html

原文链接:https://www.f2er.com/bash/391168.html

猜你在找的Bash相关文章