tclsh-default
The Tcl (Tool Command Language) provides a powerful platform for
Install
- All systems
-
curl cmd.cat/tclsh-default.sh
- Debian
-
apt-get install tcl
- Ubuntu
-
apt-get install tcl
- Alpine
-
apk add tcl
- Arch Linux
-
pacman -S tcl
- Kali Linux
-
apt-get install tcl
- CentOS
-
yum install tcl
- Fedora
-
dnf install tcl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tcl
- Raspbian
-
apt-get install tcl
- Dockerfile
- dockerfile.run/tclsh-default
- Docker
-
docker run cmd.cat/tclsh-default tclsh-default
powered by Commando
tcl
The Tcl (Tool Command Language) provides a powerful platform for
creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides a fastest and powerful way to create cross-platform GUI applications. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications.