How To Install radcli on Fedora 36
Introduction
In this tutorial we learn how to install radcli
on Fedora 36.
What is radcli
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.
We can use yum
or dnf
to install radcli
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install radcli.
Install radcli on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install radcli
using dnf
by running the following command:
sudo dnf -y install radcli
Install radcli on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install radcli
using yum
by running the following command:
sudo yum -y install radcli
How To Uninstall radcli on Fedora 36
To uninstall only the radcli
package we can use the following command:
sudo dnf remove radcli
radcli Package Contents on Fedora 36
/etc/radcli
/etc/radcli/dictionary
/etc/radcli/radiusclient-tls.conf
/etc/radcli/radiusclient.conf
/etc/radcli/servers
/etc/radcli/servers-tls
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/55dfaebf2d4734ac1dd0600215749898f36de7
/usr/lib64/libradcli.so.5
/usr/lib64/libradcli.so.5.3.0
/usr/share/doc/radcli
/usr/share/doc/radcli/NEWS
/usr/share/doc/radcli/README.md
/usr/share/licenses/radcli
/usr/share/licenses/radcli/COPYRIGHT
/usr/share/radcli
/usr/share/radcli/dictionary
/usr/share/radcli/dictionary.ascend
/usr/share/radcli/dictionary.compat
/usr/share/radcli/dictionary.merit
/usr/share/radcli/dictionary.microsoft
/usr/share/radcli/dictionary.roaringpenguin
/usr/share/radcli/dictionary.sip
References
Summary
In this tutorial we learn how to install radcli
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install radcli on Fedora 36” linkTitle: “radcli” type: “docs” description: “In this tutorial we learn how to install radcli in Fedora 36. radcli is RADIUS protocol client library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/radcli-featured.png
Introduction
In this tutorial we learn how to install radcli
on Fedora 36.
What is radcli
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.
We can use yum
or dnf
to install radcli
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install radcli.
Install radcli on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install radcli
using dnf
by running the following command:
sudo dnf -y install radcli
Install radcli on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install radcli
using yum
by running the following command:
sudo yum -y install radcli
How To Uninstall radcli on Fedora 36
To uninstall only the radcli
package we can use the following command:
sudo dnf remove radcli
radcli Package Contents on Fedora 36
/etc/radcli
/etc/radcli/dictionary
/etc/radcli/radiusclient-tls.conf
/etc/radcli/radiusclient.conf
/etc/radcli/servers
/etc/radcli/servers-tls
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/f8535442ae972dbb69e33a7c8370337816dc4a
/usr/lib/libradcli.so.5
/usr/lib/libradcli.so.5.3.0
/usr/share/doc/radcli
/usr/share/doc/radcli/NEWS
/usr/share/doc/radcli/README.md
/usr/share/licenses/radcli
/usr/share/licenses/radcli/COPYRIGHT
/usr/share/radcli
/usr/share/radcli/dictionary
/usr/share/radcli/dictionary.ascend
/usr/share/radcli/dictionary.compat
/usr/share/radcli/dictionary.merit
/usr/share/radcli/dictionary.microsoft
/usr/share/radcli/dictionary.roaringpenguin
/usr/share/radcli/dictionary.sip
References
Summary
In this tutorial we learn how to install radcli
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).