How To Install cyrus-sasl-gssapi on Fedora 36

In this tutorial we learn how to install cyrus-sasl-gssapi in Fedora 36. cyrus-sasl-gssapi is GSSAPI authentication support for Cyrus SASL

Introduction

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

What is cyrus-sasl-gssapi

The cyrus-sasl-gssapi package contains the Cyrus SASL plugins which support GSSAPI authentication. GSSAPI is commonly used for Kerberos authentication.

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

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

sudo dnf -y install cyrus-sasl-gssapi

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

sudo yum -y install cyrus-sasl-gssapi

How To Uninstall cyrus-sasl-gssapi on Fedora 36

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

sudo dnf remove cyrus-sasl-gssapi

cyrus-sasl-gssapi Package Contents on Fedora 36

---
title: "How To Install cyrus-sasl-gssapi on Fedora 36"
linkTitle: "cyrus-sasl-gssapi"
type: "docs"
description: "In this tutorial we learn how to install cyrus-sasl-gssapi in Fedora 36. cyrus-sasl-gssapi is GSSAPI authentication support for Cyrus SASL"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/cyrus-sasl-gssapi-featured.png
---

## Introduction

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

### What is `cyrus-sasl-gssapi`

> The cyrus-sasl-gssapi package contains the Cyrus SASL plugins which support GSSAPI authentication. GSSAPI is commonly used for Kerberos authentication.  

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

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

sudo dnf -y install cyrus-sasl-gssapi

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

sudo yum -y install cyrus-sasl-gssapi

How To Uninstall cyrus-sasl-gssapi on Fedora 36

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

sudo dnf remove cyrus-sasl-gssapi

cyrus-sasl-gssapi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/5d1bd79a6be8794cfef784439bf1fe44765673
/usr/lib/sasl2/libgssapiv2.so
/usr/lib/sasl2/libgssapiv2.so.3
/usr/lib/sasl2/libgssapiv2.so.3.0.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/e2 /usr/lib/.build-id/e2/93adc6b8ede44d2ddf3a71397054cc128dc40d /usr/lib64/sasl2/libgssapiv2.so /usr/lib64/sasl2/libgssapiv2.so.3 /usr/lib64/sasl2/libgssapiv2.so.3.0.0


## References

* [cyrus-sasl-gssapi website](https://www.cyrusimap.org/sasl/)

## Summary

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