How To Install sssd-krb5-common on Fedora 36
Introduction
In this tutorial we learn how to install sssd-krb5-common
on Fedora 36.
What is sssd-krb5-common
Provides helper processes that the LDAP and Kerberos back ends can use for Kerberos user or host authentication.
We can use yum
or dnf
to install sssd-krb5-common
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sssd-krb5-common.
Install sssd-krb5-common 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 sssd-krb5-common
using dnf
by running the following command:
sudo dnf -y install sssd-krb5-common
Install sssd-krb5-common 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 sssd-krb5-common
using yum
by running the following command:
sudo yum -y install sssd-krb5-common
How To Uninstall sssd-krb5-common on Fedora 36
To uninstall only the sssd-krb5-common
package we can use the following command:
sudo dnf remove sssd-krb5-common
sssd-krb5-common Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/f3e7053990e675bba76f2e8f7ccd4f12ca5f06
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/acadd0a66ae08cb2271929c40b689fee3350c3
/usr/libexec/sssd/krb5_child
/usr/libexec/sssd/ldap_child
/usr/share/licenses/sssd-krb5-common
/usr/share/licenses/sssd-krb5-common/COPYING
/var/lib/sss/pubconf/krb5.include.d
References
Summary
In this tutorial we learn how to install sssd-krb5-common
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).