I’m currently using dnf repoquery --requires
but would like a tree view and some more context
1 Like
rpmreaper is a nice ncurses tool to check dependency trees.
3 Likes
Hi there, I am looking for the same. I want to check what packages require firefox
to bypass an issue on uBlue and other images removing firefox during image build.
I think the command is wrong? It should be
dnf repoquery --whatrequires firefox
to list packages that require firefox, i.e. will install it along if I install them
1 Like
1 Like