gnutls-cli

GNU TLS library - commandline utilities

Debian Debian
RUN apt-get update && \ apt-get install -y gnutls-bin
Ubuntu
RUN apt-get update && \ apt-get install -y gnutls-bin
Alpine
RUN apk add gnutls
Arch Arch Linux
RUN pacman -S --noconfirm gnutls
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gnutls-bin
CentOS
RUN yum install -y gnutls-utils
Fedora
RUN dnf install -y gnutls-utils
Raspbian
RUN apt-get update && \ apt-get install -y gnutls-bin
click the source code to copy install gnutls-cli on any operating system with command-not-found.com