yum小技巧
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum小技巧相关的知识,希望对你有一定的参考价值。
有时候我们只知道命令却不知道产生这个命令安装包,怎么办?
使用选项provides去发现命令的安装包
# yum --help | grep provides provides Find what package provides the given value(找到包提供的给定值)
用法举例:查找scp命令的安装包
# yum provides */scp Loaded plugins: downloadonly, fastestmirror Loading mirror speeds from cached hostfile openssh-clients-5.3p1-94.el6.x86_64 : An open source SSH client applications Repo : a Matched from: Filename : /usr/bin/scp
2. 有时候我们需要下载yum库里面的包,怎么办?
使用yumdownloader
# yum install yum-utils # yumdownloader gcc-c++ --destdir=/tmp/gcc Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile gcc-c++-4.4.7-4.el6.x86_64.rpm # ls /tmp/gcc/ gcc-c++-4.4.7-4.el6.x86_64.rpm
本文出自 “esoul” 博客,请务必保留此出处http://esoul.blog.51cto.com/7825461/1744286
以上是关于yum小技巧的主要内容,如果未能解决你的问题,请参考以下文章