csh

The shell (command interpreter) with C-like syntax. See also: tcsh. More information: <https://www.mkssoftware.com/docs/man1/csh.1.asp>.

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