radsecproxy-hash command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
radsecproxy-hash: command not found
or when using sudo you get the following error message
sudo: radsecproxy-hash: command not found
Solutions to radsecproxy-hash: command not found
How To Fix radsecproxy-hash: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu radsecproxy-hash is provided by radsecproxy package.
radsecproxy is:
radsecproxy is a generic RADIUS proxy that in addition to usual RADIUS UDP transport also supports TLS (RadSec). It aims to be flexible while at the same time small in size and memory footprint, efficient and easy to configure.
It can be useful as a proxy on site boundaries or in other complex RADIUS routing topologies. It supports both IPv4 and IPv6.
To fix this problem, we can install more using the command below.
sudo apt-get -y install radsecproxy
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install radsecproxy.
sudo apt -y install radsecproxy
Or if you have aptitude installed you can use the following command.
sudo aptitude install radsecproxy
Summary
In this tutorial we learn how to fix radsecproxy-hash command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.