How To Install libxslt on Fedora 36

In this tutorial we learn how to install libxslt in Fedora 36. libxslt is Library providing the Gnome XSLT engine

Introduction

In this tutorial we learn how to install libxslt on Fedora 36.

What is libxslt

This C library allows to transform XML files into other XML files (or HTML, text, …) using the standard XSLT stylesheet transformation mechanism. To use it you need to have a version of libxml2 >= 2.6.27 installed. The xsltproc command is a command line interface to the XSLT engine

We can use yum or dnf to install libxslt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxslt.

Install libxslt on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libxslt using dnf by running the following command:

sudo dnf -y install libxslt

Install libxslt on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libxslt using yum by running the following command:

sudo yum -y install libxslt

How To Uninstall libxslt on Fedora 36

To uninstall only the libxslt package we can use the following command:

sudo dnf remove libxslt

libxslt Package Contents on Fedora 36

/usr/bin/xsltproc
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/d4461357e2cbe68e8d362b219d686bf03e0cc9
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/8765e8b7ae6dfb9f3ea96afea71e912e9156cd
/usr/lib/.build-id/de
/usr/lib/.build-id/de/62ef7490792754f9f0cb9b20ab952259fe7307
/usr/lib/libexslt.so.0
/usr/lib/libexslt.so.0.8.20
/usr/lib/libxslt-plugins
/usr/lib/libxslt.so.1
/usr/lib/libxslt.so.1.1.35
/usr/share/doc/libxslt
/usr/share/doc/libxslt/AUTHORS
/usr/share/doc/libxslt/ChangeLog
/usr/share/doc/libxslt/FEATURES
/usr/share/doc/libxslt/NEWS
/usr/share/doc/libxslt/README
/usr/share/licenses/libxslt
/usr/share/licenses/libxslt/Copyright
/usr/share/man/man1/xsltproc.1.gz

References

Summary

In this tutorial we learn how to install libxslt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libxslt on Fedora 36” linkTitle: “libxslt” type: “docs” description: “In this tutorial we learn how to install libxslt in Fedora 36. libxslt is Library providing the Gnome XSLT engine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libxslt-featured.png

Introduction

In this tutorial we learn how to install libxslt on Fedora 36.

What is libxslt

This C library allows to transform XML files into other XML files (or HTML, text, …) using the standard XSLT stylesheet transformation mechanism. To use it you need to have a version of libxml2 >= 2.6.27 installed. The xsltproc command is a command line interface to the XSLT engine

We can use yum or dnf to install libxslt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxslt.

Install libxslt on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libxslt using dnf by running the following command:

sudo dnf -y install libxslt

Install libxslt on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libxslt using yum by running the following command:

sudo yum -y install libxslt

How To Uninstall libxslt on Fedora 36

To uninstall only the libxslt package we can use the following command:

sudo dnf remove libxslt

libxslt Package Contents on Fedora 36

/usr/bin/xsltproc
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/8cad1d1c2224a2f5e790ce35d7cf2d19bc4c38
/usr/lib/.build-id/10
/usr/lib/.build-id/10/643ee661d3d590293c15ec9bfca8f1a0b63895
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/02a74e02eef2c1c6ba8a67f87cc3bd65ddb9ff
/usr/lib64/libexslt.so.0
/usr/lib64/libexslt.so.0.8.20
/usr/lib64/libxslt-plugins
/usr/lib64/libxslt.so.1
/usr/lib64/libxslt.so.1.1.35
/usr/share/doc/libxslt
/usr/share/doc/libxslt/AUTHORS
/usr/share/doc/libxslt/ChangeLog
/usr/share/doc/libxslt/FEATURES
/usr/share/doc/libxslt/NEWS
/usr/share/doc/libxslt/README
/usr/share/licenses/libxslt
/usr/share/licenses/libxslt/Copyright
/usr/share/man/man1/xsltproc.1.gz

References

Summary

In this tutorial we learn how to install libxslt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).