short for | : | Tool Command Language |
是什么 ? | : | a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. |
开发语言 | : | C |
官方主页 | : | http://tcl.tk |
源码仓库 | : | https://github.com/tcltk/tcl |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install tcl-tk |
GNU/Linux | HomeBrew | brew install tcl-tk |
apt | sudo apt-get install -y tcl | |
CentOS | yum | sudo yum install -y tcl |
dnf | sudo dnf install -y tcl | |
openSUSE | zypper | sudo zypper install -y tcl |
Alpine Linux | apk | sudo apk add tcl |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge tcl |