Go to: https://ftp.gnu.org/gnu/wget/
wget https://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
tar xvf wget*gz
cd wget-x-x-x
sudo apt install libssl-dev
./configure --with-openssl
make -j$(nproc)
sudo make install
Sources:
https://unix.stackexchange.com/questions/595436/how-to-compile-wget-with-openssl
Date: October 26th 2025
© 2019 to 2025 Branden Gilfoil & © up to 2025 for respective owners.