net-tools

Spiegel

http://paketspiegel.de/net-tools-2.10.tar.xz onnlein
BLFS 13.0

BLFS

https://blfs.daniel-schildt.de/systemd/basicnet/net-tools.html

Bauen

BAU=/bau cd $BAU pwd if [ ! -e net-tools-2.10.tar.xz ] then wget http://paketspiegel.de/net-tools-2.10.tar.xz fi if [ -d net-tools-2.10 ] then rm --force --recursive net-tools-2.10 fi tar --extract -f net-tools-2.10.tar.xz cd net-tools-2.10 pwd cd .. pwd