How to check if a package has dependents?
I know one can check the dependencies of a package by running commands such as rpm -qR *package_name*
among others . But is there a convenient command to obtain a list of all possible programs/packages that are dependencies of a particular package? Answers not specific to Fedora are welcome as well.