How to Install and Uninstall tcl-thread Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "tcl-thread" package

Please follow the instructions below to install tcl-thread on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tcl-thread

2. Uninstall "tcl-thread" package

This is a short guide on how to uninstall tcl-thread on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove tcl-thread $ sudo apt autoclean && sudo apt autoremove

3. Information about the tcl-thread package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: tcl-thread
Priority: optional
Section: universe/interpreters
Installed-Size: 337
Maintainer: Ubuntu Developers
Original-Maintainer: Sergei Golovan
Architecture: amd64
Source: tclthread
Version: 1:2.7.0-1
Replaces: tclthread
Provides: tclthread
Depends: libc6 (>= 2.14), tcl (>= 8.5.0-1) | tclsh
Conflicts: tclthread
Filename: pool/universe/t/tclthread/tcl-thread_2.7.0-1_amd64.deb
Size: 127116
MD5sum: 16eee15991c2dcfff220eeab948f5208
SHA1: aa6bb47551943fb1aaf9bb14630554ae658afc15
SHA256: 90ceb6807054afff7bd067ffe3e2bf4e7254207e1f88d6cde0c8749c666b6df1
Description-en: Tcl extension implementing script level access to Tcl threading capabilities
The thread extension creates threads that contain Tcl interpreters,
and it lets you send scripts to those threads for evaluation. It also
enables you to share data between threads in a safe, protected
fashion. Additionally, it provides script-level access to basic
thread synchronization primitives, like mutexes and condition
variables.
Description-md5: 0980999f856ce1483e3a3fea8b41a9ac
Homepage: http://tcl.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu