Which of the following commands will you use to display the packages that depend on the package foo?
rpm --freshen foo
rpm -q --triggeredby foo
rpm -q --changelog foo
rpm -q --whatrequires foo
Submit