Install xsltproc

Verify xsltproc is installed on your system, or install it if required. You can verify it is installed and works by entering the following command:

[tater@pearl ~]# xsltproc

Usage: xsltproc [options] stylesheet file [file ...]

Options:

--version or -V: show the version of libxml and libxslt used

--verbose or -v: show logs of what's happening

[..]