How To Install cyrus-sasl-lib on Fedora 36

In this tutorial we learn how to install cyrus-sasl-lib in Fedora 36. cyrus-sasl-lib is Shared libraries needed by applications which use Cyrus SASL

Introduction

In this tutorial we learn how to install cyrus-sasl-lib on Fedora 36.

What is cyrus-sasl-lib

The cyrus-sasl-lib package contains shared libraries which are needed by applications which use the Cyrus SASL library.

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

Install cyrus-sasl-lib 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 cyrus-sasl-lib using dnf by running the following command:

sudo dnf -y install cyrus-sasl-lib

Install cyrus-sasl-lib 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 cyrus-sasl-lib using yum by running the following command:

sudo yum -y install cyrus-sasl-lib

How To Uninstall cyrus-sasl-lib on Fedora 36

To uninstall only the cyrus-sasl-lib package we can use the following command:

sudo dnf remove cyrus-sasl-lib

cyrus-sasl-lib Package Contents on Fedora 36

/etc/sasl2
/usr/bin/cyrusbdb2current
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/98378689d80f4e7113b7de4749f624e34d244c
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/9e211d22eb5f98882031bd741bf8457a4b6508
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/6dffc23d924648580445486bb6b86e922123ca
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/5c9fcd57d438db7263a8764c20d780d341ca42
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/88375f2772f952c3c50fd5da33911eec7589e4
/usr/lib/.build-id/db
/usr/lib/.build-id/db/4b190f8f8dc222aebeb2b42905d93204f8aeb8
/usr/lib64/libsasl2.so.3
/usr/lib64/libsasl2.so.3.0.0
/usr/lib64/sasl2
/usr/lib64/sasl2/libanonymous.so
/usr/lib64/sasl2/libanonymous.so.3
/usr/lib64/sasl2/libanonymous.so.3.0.0
/usr/lib64/sasl2/libsasldb.so
/usr/lib64/sasl2/libsasldb.so.3
/usr/lib64/sasl2/libsasldb.so.3.0.0
/usr/sbin/sasldblistusers2
/usr/sbin/saslpasswd2
/usr/share/doc/cyrus-sasl-lib
/usr/share/doc/cyrus-sasl-lib/AUTHORS
/usr/share/doc/cyrus-sasl-lib/developer.html
/usr/share/doc/cyrus-sasl-lib/download.html
/usr/share/doc/cyrus-sasl-lib/genindex.html
/usr/share/doc/cyrus-sasl-lib/getsasl.html
/usr/share/doc/cyrus-sasl-lib/index.html
/usr/share/doc/cyrus-sasl-lib/operations.html
/usr/share/doc/cyrus-sasl-lib/packager.html
/usr/share/doc/cyrus-sasl-lib/search.html
/usr/share/doc/cyrus-sasl-lib/setup.html
/usr/share/doc/cyrus-sasl-lib/support.html
/usr/share/licenses/cyrus-sasl-lib
/usr/share/licenses/cyrus-sasl-lib/COPYING

References

Summary

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