kinit

Authenticate a principal with a Kerberos server to gain and cache a ticket. Note: A Kerberos principal can be either a user, service, or application. More information: <https://web.mit.edu/kerberos/krb5-1.12/doc/user/user_commands/kinit.html>.

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