Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

use xmllint in cygwin

I am using cygwin on a window 8 machine. When I type

$ xmllint --format something.xml

It says: -bash: xmllint: command not found

How can I use xmllint with cygwin? Is there any other alternatives?

like image 251
kaboom Avatar asked Feb 19 '14 04:02

kaboom


1 Answers

Search package

cygcheck -p xmllint.exe$

Result

Found 1 matches for xmllint.exe$
x86_64/libxml2/libxml2-2.9.1-1

Then install

setup-x86_64 -qP libxml2
like image 61
Zombo Avatar answered Oct 12 '22 19:10

Zombo