Computer Tips - Fedora: How to get a graphical tree report about packages?

Date: 2018mar7 OS: Linux Distro: Fedora Future Distros: RedHat/CentOS Q. Fedora: How to get a graphical tree report about packages? A. 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