How To Install rsyslog-crypto.x86_64 on Amazon Linux 2
In this tutorial we learn how to install rsyslog-crypto.x86_64 in Amazon Linux 2. rsyslog-crypto.x86_64 is Encryption support
Introduction
In this tutorial we learn how to install rsyslog-crypto.x86_64 on Amazon Linux 2.
What is rsyslog-crypto.x86_64
This package contains a module providing log file encryption and a command line tool to process encrypted logs.
We can use yum to install rsyslog-crypto.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-crypto.x86_64.
Install rsyslog-crypto.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-crypto.x86_64 using yum by running the following command:
sudo yum -y install rsyslog-crypto.x86_64
How To Uninstall rsyslog-crypto.x86_64 on Amazon Linux 2
To uninstall only the rsyslog-crypto.x86_64 package we can use the following command:
sudo yum remove rsyslog-crypto.x86_64
rsyslog-crypto.x86_64 Package Contents on Amazon Linux 2
/usr/bin/rscryutil
/usr/lib64/rsyslog/lmcry_gcry.so
/usr/share/man/man1/rscryutil.1.gz
References
Summary
In this tutorial we learn how to install rsyslog-crypto.x86_64 on Amazon Linux 2 using yum.