0

How to check the dependency list for a single package on CentOS

Hello,I would like to know the dependencies that are available for a single package.WHAt is the command to list the dependencies.

Thanks

YUM Command CentOS Add a comment
otwol
asked Sep 25 2019

Answer

0

To know the dependencies that are required for the package can be tried by running the below command.

yum deplist "package name"

To Make the result even better and clear

"yum deplist "package name" | grep provider

Add a comment
linuxhelp
asked Sep 25 2019
edited Sep 25 2019
Post your Answer