How To Install xalan-c on Fedora 36

In this tutorial we learn how to install xalan-c in Fedora 36. xalan-c is Xalan XSLT processor for C/C++

Introduction

In this tutorial we learn how to install xalan-c on Fedora 36.

What is xalan-c

The Apache Xalan-C++ Project provides a library and a command line program to transform XML documents using a stylesheet that conforms to XSLT 1.0 standards. Xalan is a project of the Apache Software Foundation.

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

Install xalan-c 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 xalan-c using dnf by running the following command:

sudo dnf -y install xalan-c

Install xalan-c 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 xalan-c using yum by running the following command:

sudo yum -y install xalan-c

How To Uninstall xalan-c on Fedora 36

To uninstall only the xalan-c package we can use the following command:

sudo dnf remove xalan-c

xalan-c Package Contents on Fedora 36

/usr/bin/Xalan
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/59f08e6665dc82e39c8bb6af6611e470df3648
/usr/lib/.build-id/67
/usr/lib/.build-id/67/438ef15cd06b4144d4ce83a80165919f61738b
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/65a3266f09f618ef456963c198d1722fa8c23e
/usr/lib/libxalan-c.so.112
/usr/lib/libxalan-c.so.112.0
/usr/lib/libxalanMsg.so.112
/usr/lib/libxalanMsg.so.112.0
/usr/share/doc/xalan-c
/usr/share/doc/xalan-c/CREDITS
/usr/share/doc/xalan-c/KEYS
/usr/share/doc/xalan-c/NOTICE
/usr/share/doc/xalan-c/README.md
/usr/share/licenses/xalan-c
/usr/share/licenses/xalan-c/LICENSE

References

Summary

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


title: “How To Install xalan-c on Fedora 36” linkTitle: “xalan-c” type: “docs” description: “In this tutorial we learn how to install xalan-c in Fedora 36. xalan-c is Xalan XSLT processor for C/C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xalan-c-featured.png

Introduction

In this tutorial we learn how to install xalan-c on Fedora 36.

What is xalan-c

The Apache Xalan-C++ Project provides a library and a command line program to transform XML documents using a stylesheet that conforms to XSLT 1.0 standards. Xalan is a project of the Apache Software Foundation.

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

Install xalan-c 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 xalan-c using dnf by running the following command:

sudo dnf -y install xalan-c

Install xalan-c 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 xalan-c using yum by running the following command:

sudo yum -y install xalan-c

How To Uninstall xalan-c on Fedora 36

To uninstall only the xalan-c package we can use the following command:

sudo dnf remove xalan-c

xalan-c Package Contents on Fedora 36

/usr/bin/Xalan
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/1249682c10ee899847af2b5d458801fe6744a5
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/ee3c27cce37801a26d509b018d70990be48ecc
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/bf18c794bf25e3e02ec4cf29a102f0ca5bc647
/usr/lib64/libxalan-c.so.112
/usr/lib64/libxalan-c.so.112.0
/usr/lib64/libxalanMsg.so.112
/usr/lib64/libxalanMsg.so.112.0
/usr/share/doc/xalan-c
/usr/share/doc/xalan-c/CREDITS
/usr/share/doc/xalan-c/KEYS
/usr/share/doc/xalan-c/NOTICE
/usr/share/doc/xalan-c/README.md
/usr/share/licenses/xalan-c
/usr/share/licenses/xalan-c/LICENSE

References

Summary

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