How to Install and Uninstall radcli.x86_64 Package on Rocky Linux 9

Last updated: July 05,2024

1. Install "radcli.x86_64" package

Please follow the steps below to install radcli.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install radcli.x86_64

2. Uninstall "radcli.x86_64" package

Please follow the step by step instructions below to uninstall radcli.x86_64 on Rocky Linux 9:

$ sudo dnf remove radcli.x86_64 $ sudo dnf autoremove

3. Information about the radcli.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:42:55 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : radcli
Version : 1.3.0
Release : 4.el9
Architecture : x86_64
Size : 54 k
Source : radcli-1.3.0-4.el9.src.rpm
Repository : epel
Summary : RADIUS protocol client library
URL : http://radcli.github.io/radcli/
License : BSD and MIT
Description : The radcli library is a library for writing RADIUS Clients. The library's
: approach is to allow writing RADIUS-aware application in less than 50 lines
: of C code. It was based originally on freeradius-client and is source compatible
: with it.