alias

Creates aliases -- words that are replaced by a command string. Aliases expire with the current shell session unless defined in the shell's configuration file, e.g. ~/.bashrc. More information: <https://tldp.org/LDP/abs/html/aliases.html>.

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