How To Install xmlsec1-gnutls on Rocky Linux 8

In this tutorial we learn how to install xmlsec1-gnutls on Rocky Linux 8. xmlsec1-gnutls is GNUTls crypto plugin for XML Security Library

Introduction

In this tutorial we learn how to install xmlsec1-gnutls on Rocky Linux 8.

What is xmlsec1-gnutls

GNUTls plugin for XML Security Library provides GNUTls based crypto services for the xmlsec library.

We can use yum or dnf to install xmlsec1-gnutls on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install xmlsec1-gnutls.

Install xmlsec1-gnutls on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install xmlsec1-gnutls

Install xmlsec1-gnutls on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install xmlsec1-gnutls using yum by running the following command:

sudo yum -y install xmlsec1-gnutls

How To Uninstall xmlsec1-gnutls on Rocky Linux 8

To uninstall only the xmlsec1-gnutls package we can use the following command:

sudo dnf remove xmlsec1-gnutls

xmlsec1-gnutls Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/1e94a7f268f376e9fd4451500aa6e377b14cac
/usr/lib64/libxmlsec1-gnutls.so
/usr/lib64/libxmlsec1-gnutls.so.1
/usr/lib64/libxmlsec1-gnutls.so.1.2.25
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/809a2497c01a273bf8d9ad2557d31866595cc8
/usr/lib/libxmlsec1-gnutls.so
/usr/lib/libxmlsec1-gnutls.so.1
/usr/lib/libxmlsec1-gnutls.so.1.2.25

References

Summary

In this tutorial we learn how to install xmlsec1-gnutls on Rocky Linux 8 using yum and dnf.