setup/doc/xmllint.md

17 lines
255 B
Markdown
Raw Permalink Normal View History

2022-10-09 09:40:27 +02:00
# Setup xmllint
* update your APT cache using
```
sudo apt update
```
* install
```
sudo apt install libxml2-utils --no-install-recommends
```
* verify the installation by checking the APT-CACHE Policy using
```
sudo apt-cache policy libxml2-utils
```