xmllint

XML parser and linter that supports XPath, a syntax for navigating XML trees. More information: <https://manned.org/xmllint>.

Debian Debian
RUN apt-get update && \ apt-get install -y libxml2-utils
Ubuntu
RUN apt-get update && \ apt-get install -y libxml2-utils
Alpine
RUN apk add libxml2
Arch Arch Linux
RUN pacman -S --noconfirm libxml2
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libxml2-utils
CentOS
RUN yum install -y libxml2
Fedora
RUN dnf install -y libxml2
Raspbian
RUN apt-get update && \ apt-get install -y libxml2-utils
click the source code to copy install xmllint on any operating system with command-not-found.com