How to install a specific version of freeradius via apt?

Mark Antony mark.antony.4 at protonmail.com
Sun Mar 14 12:38:01 CET 2021


Based on Freeradius website, it is possible to

echo "deb https://packages.networkradius.com/releases/debian-buster buster main" >> /etc/apt/sources.list
sudo apt-key adv --keyserver keys.gnupg.net --recv-key 0x41382202
apt update

But it doesn't allow me to install the older version 3.0.20:
apt install --only-upgrade freeradius=3.0.20

Is there a way to achieve that?
Many Thanks,
Mark


More information about the Freeradius-Users mailing list