xmlstarlet

A command-line XML/XSLT toolkit. Note: You will likely need to know XPath: <https://developer.mozilla.org/en-US/docs/Web/XPath>. More information: <https://xmlstar.sourceforge.net/docs.php>.

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