This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
getting_started:22_install_ubuntu_freeradius_3 [2024/01/30 22:49] admin [Introduction] |
getting_started:22_install_ubuntu_freeradius_3 [2024/02/04 19:41] (current) admin [Introduction] |
||
---|---|---|---|
Line 5: | Line 5: | ||
* Install FreeRADIUS and MySQL module. | * Install FreeRADIUS and MySQL module. | ||
<code bash> | <code bash> | ||
- | sudo apt-get -y install libdatetime-perl libdbd-mysql-perl libdigest-hmac-perl eapoltest | + | sudo apt-get -y install libdatetime-perl libdbd-mysql-perl libdigest-hmac-perl |
+ | eapoltest | ||
sudo apt-get -y install freeradius freeradius-mysql | sudo apt-get -y install freeradius freeradius-mysql | ||
# Answer yes to install these with their dependencies | # Answer yes to install these with their dependencies |