worth to have packages for as a slackware base

some kind of a base image/archive

dns utils (host command)

    slackpkg install \
            bind \
            jemalloc \
            libuv \
            libxml2 \
            lmdb

            # json-c

git

    slackpkg install git
    # brotli cyrus-sasl

man

    slackpkg install man-db man-pages libseccomp groff

nftables

    slackpkg install nftables jansson libnftnl iptables libpcap dbus-1 libnl3
    # libnl not required for nftables but for nmap
    nft list ruleset

nmap

    slackpkg install nmap libnl

rpm

(e.g. for hp ssacli)

slacpkg install rpm sqlite libgcrypt icu4c libgpg-error

rsync

    slackpkg install rsync lz4 xxHash

    ldd /usr/bin/rsync | grep found

screen

    slackpkg install screen utempter

sbopkg

(see rsync above)

slackpkg install \
    rsync \
    lz4 \
    cyrus-sasl \
    curl \
    zstd \
    nghttp2 \
    brotli

    ldd /usr/libexec/gnupg/gpgkeys_curl | grep found

also see packages-sbo

tcpdump

    slackpkg install tcpdump libcap-ng libpcap libnl3

additional notes

a few more packages worth mentioning

#ksh93 \
#lynx \
#lftp \
#git \
#cyrus-sasl \
#htop \

#jfsutils \
#iptables nftables \

#gnutls \
#dhcpcd \       # no need as we have dhclient from the dhcp package
#bonnie++ \
#rsync \

and those are pretty essential for system and network troubleshooting

bind
traceroute
nmap
htop
iftop
nload
# ntop has too much deps incl. X
HOME | GUIDES | PLAYBOOKS | LECTURES | LAB | CONTACT | HTML | CSS
Licensed as MIT