keytool

A certificate management utility included with Java. More information: <https://docs.oracle.com/en/java/javase/20/docs/specs/man/keytool.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y openjdk-12-jre-headless
Ubuntu
RUN apt-get update && \ apt-get install -y openjdk-12-jre-headless
Arch Arch Linux
RUN pacman -S --noconfirm java-runtime-common
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y nvidia-openjdk-8-jre
Fedora
RUN dnf install -y java-openjdk-headless-slowdebug-1
Raspbian
RUN apt-get update && \ apt-get install -y openjdk-9-jre-headless
click the source code to copy install keytool on any operating system with command-not-found.com