How to Install and Uninstall libthread-pool-dev Package on Kali Linux

Last updated: May 09,2024

1. Install "libthread-pool-dev" package

Please follow the instructions below to install libthread-pool-dev on Kali Linux

$ sudo apt update $ sudo apt install libthread-pool-dev

2. Uninstall "libthread-pool-dev" package

This tutorial shows how to uninstall libthread-pool-dev on Kali Linux:

$ sudo apt remove libthread-pool-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libthread-pool-dev package on Kali Linux

Package: libthread-pool-dev
Source: libthread-pool
Version: 4.0.0-2
Installed-Size: 31
Maintainer: Debian Med Packaging Team
Architecture: amd64
Size: 7312
SHA256: 3565637abcd2e7cb0d33ead2f475a952e079ad4d327f31b31a8ec985a2ad0e8d
SHA1: 1cb8bb1350e2aa5b93ed6f760006fd88e340dcee
MD5sum: 91321cb15246128c29eec31f652c08ed
Description: C++ header-only thread pool library (devel)
A thread pool is a software design pattern for achieving concurrency of
execution in a computer program. Often also called a replicated workers
or worker-crew model, a thread pool maintains multiple threads
waiting for tasks to be allocated for concurrent execution by the
supervising program.
Description-md5:
Homepage: https://github.com/rvaser/thread_pool
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libt/libthread-pool/libthread-pool-dev_4.0.0-2_amd64.deb