Which Linux package contains the 'top' command?
Solution 1:
The "top" utility is in the "procps" package on RHEL/CentOS systems.
Solution 2:
You can do yum whatprovides <path>
to see what package provides a file. For example, yum whatprovides /usr/bin/top
will tell you for top or yum whatprovides '*/top'
if you weren't sure of the path.