How To Install radsecproxy on Fedora 36
Introduction
In this tutorial we learn how to install radsecproxy
on Fedora 36.
What is radsecproxy
radsecproxy is a generic RADIUS proxy that in addition to usual RADIUS UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and DTLS. The aim is for the proxy to have sufficient features to be flexible, while at the same time to be small, efficient and easy to configure.
We can use yum
or dnf
to install radsecproxy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install radsecproxy.
Install radsecproxy 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 radsecproxy
using dnf
by running the following command:
sudo dnf -y install radsecproxy
Install radsecproxy 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 radsecproxy
using yum
by running the following command:
sudo yum -y install radsecproxy
How To Uninstall radsecproxy on Fedora 36
To uninstall only the radsecproxy
package we can use the following command:
sudo dnf remove radsecproxy
radsecproxy Package Contents on Fedora 36
/etc/logrotate.d/radsecproxy
/etc/pki/radsecproxy
/etc/radsecproxy.conf
/run/radsecproxy
/usr/bin/radsecproxy-conf
/usr/bin/radsecproxy-hash
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/5cb1f53a4b34ec8c519eee5e8fde08f20b80b0
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/27867b21249b33e3e3c5e3a0d3131a6decdfdb
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/d9de4dc789f50cc1df57a530f363d30dc14153
/usr/lib/systemd/system/radsecproxy.service
/usr/lib/tmpfiles.d/radsecproxy.conf
/usr/sbin/radsecproxy
/usr/share/doc/radsecproxy
/usr/share/doc/radsecproxy/AUTHORS
/usr/share/doc/radsecproxy/ChangeLog
/usr/share/doc/radsecproxy/THANKS
/usr/share/doc/radsecproxy/radsecproxy.conf-example
/usr/share/doc/radsecproxy/tools
/usr/share/doc/radsecproxy/tools/README
/usr/share/doc/radsecproxy/tools/naptr-eduroam.sh
/usr/share/doc/radsecproxy/tools/radsec-dynsrv.sh
/usr/share/licenses/radsecproxy
/usr/share/licenses/radsecproxy/LICENSE
/usr/share/man/man5/radsecproxy.conf.5.gz
/usr/share/man/man8/radsecproxy-hash.8.gz
/usr/share/man/man8/radsecproxy.8.gz
/var/lib/radsecproxy
/var/log/radsecproxy
References
Summary
In this tutorial we learn how to install radsecproxy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).