How To Install sssd-ipa on Fedora 36
Introduction
In this tutorial we learn how to install sssd-ipa
on Fedora 36.
What is sssd-ipa
Provides the IPA back end that the SSSD can utilize to fetch identity data from and authenticate against an IPA server.
We can use yum
or dnf
to install sssd-ipa
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sssd-ipa.
Install sssd-ipa 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-ipa
using dnf
by running the following command:
sudo dnf -y install sssd-ipa
Install sssd-ipa 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-ipa
using yum
by running the following command:
sudo yum -y install sssd-ipa
How To Uninstall sssd-ipa on Fedora 36
To uninstall only the sssd-ipa
package we can use the following command:
sudo dnf remove sssd-ipa
sssd-ipa Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/1076fe24d08f6a0b3f605a0644d22b3f411e27
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/24a22af6498d7634ddc7b5d2e3918ff8884709
/usr/lib64/sssd/libsss_ipa.so
/usr/libexec/sssd/selinux_child
/usr/share/licenses/sssd-ipa
/usr/share/licenses/sssd-ipa/COPYING
/usr/share/man/es/man5/sssd-ipa.5.gz
/usr/share/man/man5/sssd-ipa.5.gz
/usr/share/man/ru/man5/sssd-ipa.5.gz
/usr/share/man/sv/man5/sssd-ipa.5.gz
/usr/share/man/uk/man5/sssd-ipa.5.gz
/var/lib/sss/keytabs
References
Summary
In this tutorial we learn how to install sssd-ipa
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).