How to Install and Uninstall freeradius.src Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "freeradius.src" package

This tutorial shows how to install freeradius.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install freeradius.src

2. Uninstall "freeradius.src" package

Please follow the guidance below to uninstall freeradius.src on Oracle Linux 9:

$ sudo dnf remove freeradius.src $ sudo dnf autoremove

3. Information about the freeradius.src package on Oracle Linux 9

Last metadata expiration check: 1:57:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : freeradius
Version : 3.0.21
Release : 39.el9_3
Architecture : src
Size : 3.2 M
Source : None
Repository : ol9_appstream
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.