How To Install sssd-common-pac on Rocky Linux 8

In this tutorial we learn how to install sssd-common-pac on Rocky Linux 8. sssd-common-pac is Common files needed for supporting PAC processing

Introduction

In this tutorial we learn how to install sssd-common-pac on Rocky Linux 8.

What is sssd-common-pac

Provides common files needed by SSSD providers such as IPA and Active Directory for handling Kerberos PACs.

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

Install sssd-common-pac 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 sssd-common-pac using dnf by running the following command:

sudo dnf -y install sssd-common-pac

Install sssd-common-pac 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 sssd-common-pac using yum by running the following command:

sudo yum -y install sssd-common-pac

How To Uninstall sssd-common-pac on Rocky Linux 8

To uninstall only the sssd-common-pac package we can use the following command:

sudo dnf remove sssd-common-pac

sssd-common-pac Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/a370b6ef7e88d320e7ba6ba0f5ebd8df36cac3
/usr/libexec/sssd/sssd_pac
/usr/share/licenses/sssd-common-pac
/usr/share/licenses/sssd-common-pac/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/939a7e10d90337fca0d0f0e53561f14295df96
/usr/libexec/sssd/sssd_pac
/usr/share/licenses/sssd-common-pac
/usr/share/licenses/sssd-common-pac/COPYING

References

Summary

In this tutorial we learn how to install sssd-common-pac on Rocky Linux 8 using yum and dnf.