tested on 15.0/amd64
just A N sets are enough to begin with from the install medium
clean-up
removepkg grub removepkg os-prober
then within a chroot, install those
D/perl L/glibc L/libunistring
just to make ping wget+pki work and then
update-ca-certificates --fresh
now wget works and you’re ready to proceed without chroot
AP/diffutils AP/slackpkg L/ncurses
then
cd /etc/slackpkg/ mv mirrors mirrors.dist vi mirrors ...
then eventually install various package groups as follows. we can now proceed with slackpkg or wget/ssl
slackpkg install git brotli
slackpkg install man-db man-pages libseccomp groff
slackpkg install screen ...
slackpkg install tcpdump libcap-ng libpcap libnl3
wget https://lab.nethence.com/slackpkgs/iperf3-3.16-x86_64-1_SBo.tgz installpkg iperf3-3.16-x86_64-1_SBo.tgz
see packages-sbo
slackpkg install \
autoconf-2 \
automake \
binutils \
bison \
diffutils \
flex \
gc \
gcc-11 \
gettext \
gettext-tools \
glibc-2 \
guile \
kernel-headers \
libtool \
m4-1 \
make \
patch \
pkg-config
clean-up when done
# keep that one
#diffutils \
removepkg --terse \
autoconf \
automake \
binutils \
bison \
flex \
gc \
gcc \
gettext \
gettext-tools \
glibc \
guile \
kernel-headers \
libtool \
m4 \
make \
patch \
pkg-config