https://www.gnu.org/software/wget
http://paketspiegel.de/wget-1.25.0.tar.gz onnlein
BLFS 13.0
https://blfs.daniel-schildt.de/systemd/basicnet/wget.html
BAU=/bau cd $BAU pwd if [ ! -e wget-1.25.0.tar.gz ] then wget http://paketspiegel.de/wget-1.25.0.tar.gz fi if [ -d wget-1.25.0 ] then rm --force --recursive wget-1.25.0 fi tar --extract -f wget-1.25.0.tar.gz cd wget-1.25.0 pwd cd .. pwd