Linux中的许多常用实用程序都来自Linux Foundation的 util-linux或GNU的coreutils 。 顶部手册页没有指定任何东西。
我正在使用CentOS。
“top”工具位于RHEL / CentOS系统上的“procps”包中。
你可以做什么提供yum whatprovides <path>看什么包提供一个文件。 例如,如果你不确定path, yum whatprovides /usr/bin/top会告诉你top或yum whatprovides '*/top' 。
yum whatprovides <path>
yum whatprovides /usr/bin/top
yum whatprovides '*/top'