tclsh

The Tcl (Tool Command Language) provides a powerful platform for

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