xml2-config

and HTML applications

Debian Debian
RUN apt-get update && \ apt-get install -y libxml2-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libxml2-dev
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-dev
CentOS
RUN yum install -y libxml2-devel
Fedora
RUN dnf install -y libxml2-devel
Raspbian
RUN apt-get update && \ apt-get install -y libxml2-dev
click the source code to copy install xml2-config on any operating system with command-not-found.com