Use yum to Get More Information About a Package on Linux
You can use yum to gain more information about a package by using the below command. bash yum info <em>package_name</em> Using the “info” option will provide details about the package including what version is installed, what versions are available, the yum repo it is available from, the size of the installed package, the size of…