是什么 ? | : | XSLT(Extensible Stylesheet Language Transformations)libraries used for extending libxml2 library to support XSLT files. |
开发语言 | : | C |
官方主页 | : | http://xmlsoft.org/XSLT |
源码仓库 | : | https://gitlab.gnome.org/GNOME/libxslt |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install libxslt |
GNU/Linux | HomeBrew | brew install libxslt |
apt | sudo apt-get install -y libxsltc | |
CentOS | yum | sudo yum install -y libxslt |
dnf | sudo dnf install -y libxslt | |
openSUSE | zypper | sudo zypper install -y libxslt |
Alpine Linux | apk | sudo apk add libxslt |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libxslt |