Introduction
In this article, we cover how to check what packages depend on a package.
Procedure
Package dependencies can be checked using the following command, where PACKAGE is replace with the actual package name.
repoquery -q --installed --whatrequires --alldeps PACKAGE
Note that this will not show the dependencies of those packages, so it will be necessary to run the command again on the resulting packages.
Comments
0 comments
Article is closed for comments.