How to Install and Uninstall libzthread-dev Package on Kali Linux

Last updated: May 07,2024

1. Install "libzthread-dev" package

This guide covers the steps necessary to install libzthread-dev on Kali Linux

$ sudo apt update $ sudo apt install libzthread-dev

2. Uninstall "libzthread-dev" package

This guide let you learn how to uninstall libzthread-dev on Kali Linux:

$ sudo apt remove libzthread-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libzthread-dev package on Kali Linux

Package: libzthread-dev
Source: zthreads (2.3.2-11)
Version: 2.3.2-11+b1
Installed-Size: 1051
Maintainer: Debian QA Group
Architecture: amd64
Depends: libzthread-2.3-2 (= 2.3.2-11+b1)
Size: 127812
SHA256: c65eacb517193cc0f1ed92f007966e31335d29e3b4cf6aa11080ed3cb648402f
SHA1: 6c4b405662de6f2f23dd9601342016252a757f42
MD5sum: f83afd271f19980272324e902681890b
Description: Object-oriented synchronization library for C++ (runtime lib)
Zthreads is an advanced platform-independent, object-oriented
threading and synchronization library. Designed and tested under
POSIX & Win32 systems.
.
It provides several structures for concurrent programming like
PoolExecutor, MonitoredQueue, Barriers and much more. Furthermore,
structures like Task and Thread are provided for creating threading
applications in C++ easier.
.
This library wraps and interfaces with pthreads, so it is fully
compliant.
.
This package provides the runtime library.
Description-md5:
Multi-Arch: same
Homepage: http://zthread.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/z/zthreads/libzthread-dev_2.3.2-11+b1_amd64.deb