首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >yum安装软件的时候,记不全包名,如何查找到完整的包名?

yum安装软件的时候,记不全包名,如何查找到完整的包名?

作者头像
XPcode7
发布2025-10-23 08:59:53
发布2025-10-23 08:59:53
950
举报
代码语言:javascript
复制
 方法一:yum search bash
1.[root@oldboy ~]# yum search bashLoaded plugins: fastestmirror, security
2.Loading mirror speeds from cached hostfile
3. * base: mirrors.aliyun.com
4. * epel: mirrors.aliyun.com
5. * extras: mirrors.aliyun.com
6. * updates: mirrors.aliyun.com
7.===================================== N/S Matched: bash ======================================
8.bash-argsparse.noarch : An high level argument parsing library for bash
9.bash-completion.noarch : Programmable completion for Bash
10.bash-doc.x86_64 : Documentation files for bash
11.easybashgui.noarch : Bash function library
12.gromacs-bash.noarch : GROMACS bash completion
13.pcp-pmda-bash.x86_64 : Performance Co-Pilot (PCP) metrics for the Bash shell
14.bash.x86_64 : The GNU Bourne Again shell
15.bats.noarch : Bash Automated Testing System
16.bti.x86_64 : Bash Twitter Idiocy
17.python-argcomplete.noarch : Bash tab completion for argparse
18.sys_basher.x86_64 : A multithreaded hardware exerciser
19........


 方法二:
1.[root@oldboy ~]# yum list|grep ^bash
2.bash.x86_64               4.1.2-33.el6         @anaconda-CentOS-201508042137.x86_64/6.7
3.bash-completion.noarch         1:1.3-7.el6          @epel  
4.bash.x86_64               4.1.2-48.el6         base   
5.bash-argsparse.noarch          1.7-1.el6          epel   
6.bash-doc.x86_64             4.1.2-48.el6        base
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2025-10-22,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档