I want to install xmllint, but don't know how. I'm running Ubuntu LTS 20.04.
21 Answer
The tool xmllint is part of the libxml2-utils package
As superuser run:-
#apt -y install libxml2-utilsand the xmllint tool will become available e.g.
xmllint --format your.xml