How To Install sssd-common-pac.x86_64 on Amazon Linux 2
In this tutorial we learn how to install sssd-common-pac.x86_64 in Amazon Linux 2. sssd-common-pac.x86_64 is Common files needed for supporting PAC processing
Introduction
In this tutorial we learn how to install sssd-common-pac.x86_64 on Amazon Linux 2.
What is sssd-common-pac.x86_64
Provides common files needed by SSSD providers such as IPA and Active Directory for handling Kerberos PACs.
We can use yum to install sssd-common-pac.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sssd-common-pac.x86_64.
Install sssd-common-pac.x86_64 on Amazon Linux 2 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.x86_64 using yum by running the following command:
sudo yum -y install sssd-common-pac.x86_64
How To Uninstall sssd-common-pac.x86_64 on Amazon Linux 2
To uninstall only the sssd-common-pac.x86_64 package we can use the following command:
sudo yum remove sssd-common-pac.x86_64
sssd-common-pac.x86_64 Package Contents on Amazon Linux 2
/usr/libexec/sssd/sssd_pac
/usr/share/licenses/sssd-common-pac-1.16.5
/usr/share/licenses/sssd-common-pac-1.16.5/COPYING
References
Summary
In this tutorial we learn how to install sssd-common-pac.x86_64 on Amazon Linux 2 using yum.