あるコマンドが含まれるパッケージを調べる方法
yum provides
yum providesコマンドが使用できます。
yum provides */[コマンド]
例 nslookupコマンドが入っているパッケージを探す場合
yum provides */nslookup ・・・ 1:bash-completion-extras-2.1-11.el7.noarch : Additional programmable completions for Bash Repo : epel Matched from: Filename : /usr/share/bash-completion/completions/nslookup 32:bind-utils-9.11.4-9.P2.el7.x86_64 : Utilities for querying DNS name servers Repo : base Matched from: Filename : /usr/bin/nslookup zsh-5.0.2-33.el7.x86_64 : Powerful interactive shell Repo : base Matched from: Filename : /usr/share/zsh/5.0.2/functions/nslookup zsh-5.0.2-34.el7_7.2.x86_64 : Powerful interactive shell Repo : updates Matched from: Filename : /usr/share/zsh/5.0.2/functions/nslookupFilenameに指定コマンド(nslookupという単語)が含まれているものが表示されるので、 コマンドのフルパスが分かっている場合は、フルパスで指定することも可能です。
例 /usr/bin/nslookup で検索
yum provides /usr/bin/nslookup Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: ftp-srv2.kddilabs.jp * epel: ftp.iij.ad.jp * extras: ftp-srv2.kddilabs.jp * remi-safe: ftp.riken.jp * updates: ftp-srv2.kddilabs.jp 32:bind-utils-9.11.4-9.P2.el7.x86_64 : Utilities for querying DNS name servers Repo : base Matched from: Filename : /usr/bin/nslookup