How To Install sssd-proxy.x86_64 on Amazon Linux 2

In this tutorial we learn how to install sssd-proxy.x86_64 in Amazon Linux 2. sssd-proxy.x86_64 is The proxy back end of the SSSD

Introduction

In this tutorial we learn how to install sssd-proxy.x86_64 on Amazon Linux 2.

What is sssd-proxy.x86_64

Provides the proxy back end which can be used to wrap an existing NSS and/or PAM modules to leverage SSSD caching.

We can use yum to install sssd-proxy.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-proxy.x86_64.

Install sssd-proxy.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-proxy.x86_64 using yum by running the following command:

sudo yum -y install sssd-proxy.x86_64

How To Uninstall sssd-proxy.x86_64 on Amazon Linux 2

To uninstall only the sssd-proxy.x86_64 package we can use the following command:

sudo yum remove sssd-proxy.x86_64

sssd-proxy.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/sssd/libsss_proxy.so
/usr/libexec/sssd/proxy_child
/usr/share/licenses/sssd-proxy-1.16.5
/usr/share/licenses/sssd-proxy-1.16.5/COPYING

References

Summary

In this tutorial we learn how to install sssd-proxy.x86_64 on Amazon Linux 2 using yum.