How To Install freeradius-utils on Rocky Linux 8

In this tutorial we learn how to install freeradius-utils on Rocky Linux 8. freeradius-utils is FreeRADIUS utilities

Introduction

In this tutorial we learn how to install freeradius-utils on Rocky Linux 8.

What is freeradius-utils

The FreeRADIUS server has a number of features found in other servers, and additional features not found in any other server. Rather than doing a feature by feature comparison, we will simply list the features of the server, and let you decide if they satisfy your needs. Support for RFC and VSA Attributes Additional server configuration attributes Selecting a particular configuration Authentication methods

We can use yum or dnf to install freeradius-utils on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install freeradius-utils.

Install freeradius-utils on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install freeradius-utils using dnf by running the following command:

sudo dnf -y install freeradius-utils

Install freeradius-utils on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install freeradius-utils using yum by running the following command:

sudo yum -y install freeradius-utils

How To Uninstall freeradius-utils on Rocky Linux 8

To uninstall only the freeradius-utils package we can use the following command:

sudo dnf remove freeradius-utils

freeradius-utils Package Contents on Rocky Linux 8

/usr/bin/dhcpclient
/usr/bin/map_unit
/usr/bin/rad_counter
/usr/bin/radattr
/usr/bin/radclient
/usr/bin/radcrypt
/usr/bin/radeapclient
/usr/bin/radlast
/usr/bin/radsniff
/usr/bin/radsqlrelay
/usr/bin/radtest
/usr/bin/radwho
/usr/bin/radzap
/usr/bin/rlm_ippool_tool
/usr/bin/smbencrypt
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/44d43a9e8b35a657ae61a9979b1bd63ead6e42
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/317d9b6a91d148d27453f8f86183462855fa34
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/e35cac9619412737f110ad7ee8492ec08ff50d
/usr/lib/.build-id/85
/usr/lib/.build-id/85/b4cafbc756b8bc00ab38b1f57403f011006c87
/usr/lib/.build-id/97
/usr/lib/.build-id/97/fbf2375bb22811e1e0c701033e1c24879eef61
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/06a14a3c5354c56751349f48e03eeb99046ce2
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/30910d947f0e15679cccb47a5eeb5696c72067
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/fc184d383ba19acda74ecfd7b9ad7148232b0a
/usr/lib/.build-id/fe/8f2e13fdc40268ebe7398a4bab69ce9ccacfe8
/usr/share/man/man1/dhcpclient.1.gz
/usr/share/man/man1/rad_counter.1.gz
/usr/share/man/man1/radclient.1.gz
/usr/share/man/man1/radeapclient.1.gz
/usr/share/man/man1/radlast.1.gz
/usr/share/man/man1/radtest.1.gz
/usr/share/man/man1/radwho.1.gz
/usr/share/man/man1/radzap.1.gz
/usr/share/man/man1/smbencrypt.1.gz
/usr/share/man/man5/checkrad.5.gz
/usr/share/man/man8/radcrypt.8.gz
/usr/share/man/man8/radsniff.8.gz
/usr/share/man/man8/radsqlrelay.8.gz
/usr/share/man/man8/rlm_ippool_tool.8.gz

References

Summary

In this tutorial we learn how to install freeradius-utils on Rocky Linux 8 using yum and dnf.