How To Install freeradius-client-utils on Fedora 36
Introduction
In this tutorial we learn how to install freeradius-client-utils on Fedora 36.
What is freeradius-client-utils
FreeRADIUS Client is a framework and library for writing RADIUS Clients. This package includes radius client test utilities such as, radiusclient, radexample, radstatus, radembedded and radacct.
We can use yum or dnf to install freeradius-client-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freeradius-client-utils.
Install freeradius-client-utils on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install freeradius-client-utils using dnf by running the following command:
sudo dnf -y install freeradius-client-utils
Install freeradius-client-utils on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install freeradius-client-utils using yum by running the following command:
sudo yum -y install freeradius-client-utils
How To Uninstall freeradius-client-utils on Fedora 36
To uninstall only the freeradius-client-utils package we can use the following command:
sudo dnf remove freeradius-client-utils
freeradius-client-utils Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/a85973cac32a06ae5f29b22fd3f9b40b47b52c
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/0c478166610b3e1f1a83c81007f172aaffdc51
/usr/lib/.build-id/66
/usr/lib/.build-id/66/7f1bd805c2649455277ae8ba0c791b5587ccf5
/usr/lib/.build-id/79
/usr/lib/.build-id/79/520ebb1506b3e79629cec968a51015aca8079c
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/26ced188d4393f0c18ff8a8e835dc9da27d057
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/4ceaf4d69abf2acc34e9e2561b3b59d4f7e6d6
/usr/sbin/radacct
/usr/sbin/radembedded
/usr/sbin/radexample
/usr/sbin/radiusclient
/usr/sbin/radlogin
/usr/sbin/radstatus
References
Summary
In this tutorial we learn how to install freeradius-client-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).