xml2-config
and HTML applications
Install
- All systems
-
curl cmd.cat/xml2-config.sh
- Debian
-
apt-get install libxml2-dev
- Ubuntu
-
apt-get install libxml2-dev
- Alpine
-
apk add libxml2
- Arch Linux
-
pacman -S libxml2
- Kali Linux
-
apt-get install libxml2-dev
- CentOS
-
yum install libxml2-devel
- Fedora
-
dnf install libxml2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxml2-dev
- OS X
-
brew install libxml2
- Raspbian
-
apt-get install libxml2-dev
- Dockerfile
- dockerfile.run/xml2-config
- Docker
-
docker run cmd.cat/xml2-config xml2-config
powered by Commando
libxml2-devel
and HTML applications
libxml2-dev
Development files for the GNOME XML library
XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. Install this package if you wish to develop your own programs using the GNOME XML library.
mingw32-libxml2
library
mingw64-libxml2
library
libxml2
GNOME XML library
XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. This package provides a library providing an extensive API to handle such XML data files.