How To Install rsyslog-gssapi.x86_64 on Amazon Linux 2

In this tutorial we learn how to install rsyslog-gssapi.x86_64 in Amazon Linux 2. rsyslog-gssapi.x86_64 is GSSAPI authentication and encryption support for rsyslog

Introduction

In this tutorial we learn how to install rsyslog-gssapi.x86_64 on Amazon Linux 2.

What is rsyslog-gssapi.x86_64

The rsyslog-gssapi package contains the rsyslog plugins which support GSSAPI authentication and secure connections. GSSAPI is commonly used for Kerberos authentication.

We can use yum to install rsyslog-gssapi.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install rsyslog-gssapi.x86_64.

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

sudo yum -y install rsyslog-gssapi.x86_64

How To Uninstall rsyslog-gssapi.x86_64 on Amazon Linux 2

To uninstall only the rsyslog-gssapi.x86_64 package we can use the following command:

sudo yum remove rsyslog-gssapi.x86_64

rsyslog-gssapi.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/rsyslog/imgssapi.so
/usr/lib64/rsyslog/lmgssutil.so
/usr/lib64/rsyslog/omgssapi.so

References

Summary

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