I need to install xmllint, but don't know how to

I want to install xmllint, but don't know how. I'm running Ubuntu LTS 20.04.

2

1 Answer

The tool xmllint is part of the libxml2-utils package

As superuser run:-

#apt -y install libxml2-utils

and the xmllint tool will become available e.g.

xmllint --format your.xml

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like