1. 有时候我们只知道命令却不知道产生这个命令安装包,怎么办?

使用选项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