How To Install xmlsec1 on Fedora 36
Introduction
In this tutorial we learn how to install xmlsec1
on Fedora 36.
What is xmlsec1
XML Security Library is a C library based on LibXML2 and OpenSSL. The library was created with a goal to support major XML security standards “XML Digital Signature” and “XML Encryption”.
We can use yum
or dnf
to install xmlsec1
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmlsec1.
Install xmlsec1 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 xmlsec1
using dnf
by running the following command:
sudo dnf -y install xmlsec1
Install xmlsec1 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 xmlsec1
using yum
by running the following command:
sudo yum -y install xmlsec1
How To Uninstall xmlsec1 on Fedora 36
To uninstall only the xmlsec1
package we can use the following command:
sudo dnf remove xmlsec1
xmlsec1 Package Contents on Fedora 36
/usr/bin/xmlsec1
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/cf5b68d8facda59a2d70724452ea608f52ec9b
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/5237adcbfab893f587a44172481c622172ad44
/usr/lib/libxmlsec1.so.1
/usr/lib/libxmlsec1.so.1.2.33
/usr/share/doc/xmlsec1
/usr/share/doc/xmlsec1/AUTHORS
/usr/share/doc/xmlsec1/ChangeLog
/usr/share/doc/xmlsec1/Copyright
/usr/share/doc/xmlsec1/NEWS
/usr/share/doc/xmlsec1/README
/usr/share/man/man1/xmlsec1.1.gz
References
Summary
In this tutorial we learn how to install xmlsec1
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install xmlsec1 on Fedora 36” linkTitle: “xmlsec1” type: “docs” description: “In this tutorial we learn how to install xmlsec1 in Fedora 36. xmlsec1 is Library providing support for "XML Signature" and "XML Encryption" standards” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xmlsec1-featured.png
Introduction
In this tutorial we learn how to install xmlsec1
on Fedora 36.
What is xmlsec1
XML Security Library is a C library based on LibXML2 and OpenSSL. The library was created with a goal to support major XML security standards “XML Digital Signature” and “XML Encryption”.
We can use yum
or dnf
to install xmlsec1
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmlsec1.
Install xmlsec1 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 xmlsec1
using dnf
by running the following command:
sudo dnf -y install xmlsec1
Install xmlsec1 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 xmlsec1
using yum
by running the following command:
sudo yum -y install xmlsec1
How To Uninstall xmlsec1 on Fedora 36
To uninstall only the xmlsec1
package we can use the following command:
sudo dnf remove xmlsec1
xmlsec1 Package Contents on Fedora 36
/usr/bin/xmlsec1
/usr/lib/.build-id
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/2861ecc7d9386deb938b0b4cf8790aa68311cd
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/42168ce9af122cae0775831047cf0acc20df3a
/usr/lib64/libxmlsec1.so.1
/usr/lib64/libxmlsec1.so.1.2.33
/usr/share/doc/xmlsec1
/usr/share/doc/xmlsec1/AUTHORS
/usr/share/doc/xmlsec1/ChangeLog
/usr/share/doc/xmlsec1/Copyright
/usr/share/doc/xmlsec1/NEWS
/usr/share/doc/xmlsec1/README
/usr/share/man/man1/xmlsec1.1.gz
References
Summary
In this tutorial we learn how to install xmlsec1
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).