How To Install freeradius-perl.x86_64 on Amazon Linux 2
In this tutorial we learn how to install freeradius-perl.x86_64 in Amazon Linux 2. freeradius-perl.x86_64 is Perl support for freeradius
Introduction
In this tutorial we learn how to install freeradius-perl.x86_64 on Amazon Linux 2.
What is freeradius-perl.x86_64
This plugin provides the Perl support for the FreeRADIUS server project.
We can use yum to install freeradius-perl.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install freeradius-perl.x86_64.
Install freeradius-perl.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 freeradius-perl.x86_64 using yum by running the following command:
sudo yum -y install freeradius-perl.x86_64
How To Uninstall freeradius-perl.x86_64 on Amazon Linux 2
To uninstall only the freeradius-perl.x86_64 package we can use the following command:
sudo yum remove freeradius-perl.x86_64
freeradius-perl.x86_64 Package Contents on Amazon Linux 2
/etc/raddb/mods-available/perl
/etc/raddb/mods-config/perl
/etc/raddb/mods-config/perl/example.pl
/usr/lib64/freeradius/rlm_perl.so
References
Summary
In this tutorial we learn how to install freeradius-perl.x86_64 on Amazon Linux 2 using yum.