How to Install and Uninstall radcli.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "radcli.x86_64" package

This is a short guide on how to install radcli.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove radcli.x86_64 $ sudo dnf autoremove

3. Information about the radcli.x86_64 package on Fedora 34

Last metadata expiration check: 4:08:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : radcli
Version : 1.3.0
Release : 2.fc34
Architecture : x86_64
Size : 55 k
Source : radcli-1.3.0-2.fc34.src.rpm
Repository : fedora
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.