How to Find Out Which Package Installs a Certain Command Using yum
To find out how to install a certain command or utility via yum you can use list or the “whatprovides” option as shown below. This is an example of using yum with the list option to find any packages with “send” in the name. bash yum list *SEND* Using this command will provide results like…