Centos 安装setup yum

有些centos系统最小化安装时候 会没有setup命令。
当你 setup时候:
-bash: setup: command not found
你第一反应一定是:
yum install setup
很郁闷的发现:
Nothing to do

这时候你可以这么做:
yum whatprovides /usr/sbin/setup
得到如下提示:
Filename : /usr/sbin/setup
setuptool-1.19.9-3.el6.x86_64 : A text mode system configuration tool
Repo : installed
Matched from:
Other : Provides-match: /usr/sbin/setup

现在可以执行安装了:
yum install setuptool

一切okay