in This video you will Lern " How to install Wget build From Source On Ubuntu 24.04 LTS"
GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols.
https://www.gnu.org/software/wget/
__________________________________________________________________________________________________________________
Testing Environment: Ubuntu 24.04.3 LTS Hostname - ip Address -
__________________________________________________________________________________________________________________
apt update ; apt install build-essential net-tools curl git software-properties-common pkg-config libgnutls28-dev -y
curl -O https://ftp.gnu.org/gnu/wget/wget2-latest.tar.gz
tar -zxvf wget2-latest.tar.gz
cd wget2-2.2.1/
./configure
make install
rm -rf /usr/local/bin/wget /usr/bin/wget
sudo ln -s /usr/local/bin/wget /usr/bin/wget
wget2 -V
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Friday, March 27, 2026
How to install Wget wget2 build From Source On Ubuntu 24.04 LTS
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment