How To Install xml-security-c on Fedora 36

In this tutorial we learn how to install xml-security-c in Fedora 36. xml-security-c is C++ Implementation of W3C security standards for XML

Introduction

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

What is xml-security-c

The xml-security-c library is a C++ implementation of the XML Digital Signature specification. The library makes use of the Apache XML project’s Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processing XPath and XSLT transforms.

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

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

sudo dnf -y install xml-security-c

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

sudo yum -y install xml-security-c

How To Uninstall xml-security-c on Fedora 36

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

sudo dnf remove xml-security-c

xml-security-c Package Contents on Fedora 36

---
title: "How To Install xml-security-c on Fedora 36"
linkTitle: "xml-security-c"
type: "docs"
description: "In this tutorial we learn how to install xml-security-c in Fedora 36. xml-security-c is C++ Implementation of W3C security standards for XML"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/xml-security-c-featured.png
---

## Introduction

In this tutorial we learn how to install `xml-security-c` on Fedora 36.

### What is `xml-security-c`

> The xml-security-c library is a C++ implementation of the XML Digital Signature specification. The library makes use of the Apache XML project's Xerces-C XML Parser and Xalan-C XSLT processor. The latter is used for processing XPath and XSLT transforms.  

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

## Install xml-security-c on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install xml-security-c using dnf by running the following command:

/usr/lib/.build-id /usr/lib/.build-id/7b /usr/lib/.build-id/7b/fc2d0b118b0e18eea63cf75997ee6d85c3620f /usr/lib64/libxml-security-c.so.20 /usr/lib64/libxml-security-c.so.20.0.2

sudo dnf -y install xml-security-c

Install xml-security-c on Fedora 36 Using yum



Update yum database with `yum` using the following command.
## References


```bash
* [xml-security-c website](http://santuario.apache.org/c/)
sudo yum makecache --refresh

Summary

After updating yum database, We can install xml-security-c using yum by running the following command:

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

How To Uninstall xml-security-c on Fedora 36

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

sudo dnf remove xml-security-c

xml-security-c Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/d5fd0033e3fa50b82c422b7c96b1a5240541c4
/usr/lib/libxml-security-c.so.20
/usr/lib/libxml-security-c.so.20.0.2

References

Summary

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