benjamin
asked Feb 21 2017
Answer
Find the dependency for the package on Linux, use the following command as
"yum deplist <package name>"
linuxhelp
asked Jan 14 2019
Find the dependency for the package on Linux, use the following command as
"yum deplist <package name>"
How to check the dependency for installed package in Linux
Is it possible to view the dependency package names of the particular package installed in Linux.
For example: httpd is installed from yum install command. Now I need to see the dependency package for this httpd...