xslt-config
Development files for libxslt
Install
- All systems
-
curl cmd.cat/xslt-config.sh
- Debian
-
apt-get install libxslt1-dev
- Ubuntu
-
apt-get install libxslt1-dev
- Alpine
-
apk add libxslt
- Arch Linux
-
pacman -S libxslt
- Kali Linux
-
apt-get install libxslt1-dev
- CentOS
-
yum install libxslt-devel
- Fedora
-
dnf install mingw64-libxslt
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxslt1-dev
- OS X
-
brew install libxslt
- Raspbian
-
apt-get install libxslt1-dev
- Dockerfile
- dockerfile.run/xslt-config
- Docker
-
docker run cmd.cat/xslt-config xslt-config
powered by Commando
libxslt-devel
Development files for libxslt
libxslt1-dev
XSLT 1.0 processing library - development kit
XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. This package contains the development files for libxslt.