libxml2: XML parser and toolkit¶
Description¶
XML C parser and toolkit
License¶
MIT
Upstream Contact¶
Type¶
optional
Version Information¶
Equivalent System Packages¶
alpine: install the following packages: libxml2-dev arch:
$ sudo pacman -S libxml2
cygwin:
$ apt-cyg install libxml2-devel
Debian/Ubuntu:
$ sudo apt-get install libxml2-dev
Fedora/Redhat/CentOS:
$ sudo yum install libxml2-devel
freebsd:
$ sudo pkg install libxml2
gentoo:
$ sudo emerge dev-libs/libxml2
homebrew:
$ brew install libxml2
macports: install the following packages: py-libxml2 nix:
$ nix-env --install libxml2
opensuse:
$ sudo zypper install libxml2
slackware:
$ sudo slackpkg install libxml2
void:
$ sudo xbps-install libxml2-devel
See https://repology.org/project/libxml2/versions
If the system package is installed, ./configure will check whether it can be used.