解决 /bin/bash: xmllint: command not found

版权声明:本文为博主原创文章,未经博主允许不得转载 https://blog.csdn.net/liangtianmeng/article/details/85911485

解决方法:

sudo apt-file search xmllint  

sudo apt-get install  libxml2-utils

猜你喜欢

转载自blog.csdn.net/liangtianmeng/article/details/85911485