How to Install and Uninstall tcl-thread Package on Kali Linux

Last updated: May 16,2024

1. Install "tcl-thread" package

This tutorial shows how to install tcl-thread on Kali Linux

$ sudo apt update $ sudo apt install tcl-thread

2. Uninstall "tcl-thread" package

Learn how to uninstall tcl-thread on Kali Linux:

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

3. Information about the tcl-thread package on Kali Linux

Package: tcl-thread
Source: tclthread (1:2.8.8-2)
Version: 1:2.8.8-2+b1
Installed-Size: 244
Maintainer: Sergei Golovan
Architecture: amd64
Replaces: tclthread
Provides: tclthread
Depends: libc6 (>= 2.14), tcl (>= 8.6.0-2)
Conflicts: tclthread
Size: 103568
SHA256: cf632da782f4c367cd7cefc48b5965813550390f93b920f5e174a7a12fa9efd0
SHA1: 292bfbb3bd1dfe6b5ddf214e5dc39b13e17d7324
MD5sum: d23c2deb821edad76af26f865aaf1d6c
Description: 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:
Multi-Arch: same
Homepage: https://tcl.sourceforge.net/
Section: interpreters
Priority: optional
Filename: pool/main/t/tclthread/tcl-thread_2.8.8-2+b1_amd64.deb