1

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...

yum utils Linux Add a comment
benjamin
asked Feb 21 2017

Answer

1

Find the dependency for the package on Linux, use the following command as

"yum deplist <package name>"

Add a comment
linuxhelp
asked Jan 14 2019
Post your Answer