Question
How do I check what dependencies a package requires?
Answer
You can check this with the following command:
yum deplist <package name>
Information can be found via the following man page for yum:
How do I check what dependencies a package requires?
You can check this with the following command:
yum deplist <package name>
Comments
0 comments
Article is closed for comments.