zsh

Z SHell, a Bash-compatible command-line interpreter. See also: bash, histexpand. More information: <https://www.zsh.org>.

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