Computer Tips - Can I get a graphical tree report about packages?

Date: 2018mar7 OS: Linux Distro: Fedora Future Distros: RedHat/CentOS Q. Can I get a graphical tree report about packages? A. Yes, the --tree option for dnf does that. Examples:
dnf repoquery --tree --whatrequires sqlite dnf repoquery --tree --provides file
Oddly you can leave out `dnf`
repoquery --tree --whatrequires sqlite repoquery --tree --provides file
On FreeBSD use
pkg_tree sqlite