How to Install and Uninstall freeradius.x86_64 Package on Fedora 36

Last updated: June 02,2024

1. Install "freeradius.x86_64" package

This tutorial shows how to install freeradius.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install freeradius.x86_64

2. Uninstall "freeradius.x86_64" package

In this section, we are going to explain the necessary steps to uninstall freeradius.x86_64 on Fedora 36:

$ sudo dnf remove freeradius.x86_64 $ sudo dnf autoremove

3. Information about the freeradius.x86_64 package on Fedora 36

Last metadata expiration check: 1:57:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : freeradius
Version : 3.0.25
Release : 4.fc36
Architecture : x86_64
Size : 1.1 M
Source : freeradius-3.0.25-4.fc36.src.rpm
Repository : updates
Summary : High-performance and highly configurable free RADIUS server
URL : http://www.freeradius.org/
License : GPLv2+ and LGPLv2+
Description : The FreeRADIUS Server Project is a high performance and highly configurable
: GPL'd free RADIUS server. The server is similar in some respects to
: Livingston's 2.0 server. While FreeRADIUS started as a variant of the
: Cistron RADIUS server, they don't share a lot in common any more. It now has
: many more features than Cistron or Livingston, and is much more configurable.
:
: FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
: protocol, as defined in RFC 2865 (and others). It allows Network Access
: Servers (NAS boxes) to perform authentication for dial-up users. There are
: also RADIUS clients available for Web servers, firewalls, Unix logins, and
: more. Using RADIUS allows authentication and authorization for a network to
: be centralized, and minimizes the amount of re-configuration which has to be
: done when adding or deleting new users.