eapol_test 패키지를 설치하는 방법에 지쳤습니다. 온라인에서 설치 방법을 읽었지만 여러 번 작동하지 않는데 우분투에서 간단하고 간결한 방법으로 eapol_test를 설치하는 방법은 무엇입니까? (내 우분투 20.04.3)
답변1
Ubuntu의 Universe 저장소 에서 설치할 수 hirsute
있으며 다음을 수행할 수 있습니다 impish
.jammy
sudo add-apt-repository universe
sudo apt update
sudo apt install eapoltest
모든 Ubuntu 버전용 패키지를 빌드할 수 있습니다.
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/