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

Last updated: May 18,2024

1. Install "radcli.x86_64" package

This is a short guide on how to install radcli.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install radcli.x86_64

2. Uninstall "radcli.x86_64" package

This is a short guide on how to uninstall radcli.x86_64 on Rocky Linux 8:

$ sudo dnf remove radcli.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:31:09 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : radcli
Version : 1.2.12
Release : 1.el8
Architecture : x86_64
Size : 54 k
Source : radcli-1.2.12-1.el8.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.