keyctl

Manipulate the Linux kernel keyring. More information: <https://manned.org/keyctl>.

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