How To Install Xmllint Windows Official
sudo apt update sudo apt install libxml2-utils -y You can now run xmllint inside WSL, or call it from Windows PowerShell:
Alternatively, use the classic : 👉 https://www.zlatkovic.com/pub/libxml/ (though less frequently updated, it still works). How To Install Xmllint Windows
Set-ExecutionPolicy Bypass -Scope Process -Force [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) Once Chocolatey is ready, install xmllint : sudo apt update sudo apt install libxml2-utils -y