I'm tired idea how to install this package eapol_test, I read online how I can make install it, but it didn't work for many time so How can I Install the eapol_test in Ubuntu in a simple and concise way ? (My Ubuntu 20.04.3 )
1 Answer
You can install it from universe repository for Ubuntu hirsute, impish and jammy:
sudo add-apt-repository universe
sudo apt update
sudo apt install eapoltest
You can build the package for all Ubuntu releases:
sudo apt install git libssl-dev devscripts pkg-config libnl-3-dev libnl-genl-3-dev
git clone --depth 1 --no-single-branch https://github.com/FreeRADIUS/freeradius-server.git
cd freeradius-server/scripts/ci/
./eapol_test-build.sh
cp ./eapol_test/eapol_test /usr/local/bin/
-
-
@محمدمحمد You need to build the package.GAD3R– GAD3R2021-12-29 18:50:09 +00:00Commented Dec 29, 2021 at 18:50
-
// why the package is not build --- It is necessary to take 49.6 MB from the archives. After this operation, 234 MB of additional disk space will be used. Would you like to continue ? [Y / n] y Cancelation.محمد محمد– محمد محمد2021-12-29 19:14:27 +00:00Commented Dec 29, 2021 at 19:14
-
@محمدمحمد Please update your system
sudo apt update && sudo apt upgradethen build the package (the last 5 lines in my answer)GAD3R– GAD3R2021-12-29 19:18:22 +00:00Commented Dec 29, 2021 at 19:18
/usr/bin/eapol_test, in all likelyhood the derivative called Ubuntu does so too.