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

benjamin
asked Feb 20, 2017
1 Answer
1

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

"yum deplist <package name>"

View More
linuxhelp
answered Jan 14, 2019
Your Answer
||||
x
 
100:0