netcat-openbsd

Spiegel

http://paketspiegel.de/netcat-openbsd-7.4-2.tar.gz onnlein
SlackBuilds 15.0

SlackBuild

https://slackbuilds.org/repository/15.0/network/netcat-openbsd

netcat‑openbsd libbsd libmd
netcat‑openbsd libbsd
netcat‑openbsd

Installieren

ls /var/log/packages/ | grep netcat-openbsd-7.4_2-x86_64-1_SBo if [ $? -eq 1 ] then wget http://sbopkg.paketspiegel.de/15.0/netcat-openbsd-7.4_2-x86_64-1_SBo.tgz installpkg netcat-openbsd-7.4_2-x86_64-1_SBo.tgz fi

Bauen

ls /var/log/packages/ | grep netcat-openbsd-7.4-2-x86_64-1_SBo if [ $? -eq 1 ] then wget https://slackbuilds.org/slackbuilds/15.0/network/netcat-openbsd.tar.gz tar -x -f netcat-openbsd.tar.gz cd netcat-openbsd wget https://paketspiegel.de/netcat-openbsd-7.4-2.tar.gz ./netcat-openbsd.SlackBuild installpkg /tmp/netcat-openbsd-7.4_2-x86_64-1_SBo.tgz cd .. pwd fi