36
37
38
39
40
41
42
43
44
|
- The Tcl package [lmdb](https://github.com/ray2501/tcl-lmdb)
- The Tcl package [udp](http://tcludp.sourceforge.net/)
- The Tcl package [tclreadline](http://tclreadline.sourceforge.net/)
On a Debian system you should be able to do the following:
```
$ sudo apt install -y tcl86 tcllib tcl-udp tcl-tclreadline
```
|
|
|
36
37
38
39
40
41
42
43
44
|
- The Tcl package [lmdb](https://github.com/ray2501/tcl-lmdb)
- The Tcl package [udp](http://tcludp.sourceforge.net/)
- The Tcl package [tclreadline](http://tclreadline.sourceforge.net/)
On a Debian system you should be able to do the following:
```
$ sudo apt install -y tcl8.6 tcllib tcl-udp tcl-tclreadline
```
|