How to Install xml2 in Ubuntu 18.04



Install xml2 by entering the following commands in the terminal:

sudo apt update
sudo apt install xml2

Description:

Convert between XML, HTML, CSV and a line-oriented format

xml2 tools are used to convert XML, HTML and CSV to and from a line-oriented format more amenable to processing by classic Unix pipeline processing tools, like grep, sed, awk, cut, shell scripts, and so forth.

Version: 0.5-1

Section: universe/utils