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

Last updated: June 26,2024

1. Install "libthreadar-dev" package

Learn how to install libthreadar-dev on Kali Linux

$ sudo apt update $ sudo apt install libthreadar-dev

2. Uninstall "libthreadar-dev" package

This guide covers the steps necessary to uninstall libthreadar-dev on Kali Linux:

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

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

Package: libthreadar-dev
Source: libthreadar
Version: 1.4.0-2
Installed-Size: 2064
Maintainer: John Goerzen
Architecture: amd64
Depends: libthreadar1000 (= 1.4.0-2)
Size: 182064
SHA256: b65fe091d0a710f9b393f714f2cf55ca2b39d10a8fb108692e3a5071431550d8
SHA1: 21864fd2ce90ee58a5bd91825533fa159cd01d55
MD5sum: 3da3d5527368622846d70b73bc8244fc
Description: C++ classes for manipulating threads (development files)
Libthreadar is a C++ library providing an abstracted set of C++ *classes* to
manipulate threads in a very simple and efficient way from your C++ code.
.
It also handles exceptions thrown from a thread and propagated to another one,
when the later is calling the thread::join() method. This let one manage
exceptions as simply as it is in C++ single threaded context.
.
Additionally, all the related objects around multi-threading (mutex, semaphore,
etc) are provided, under easy to use and independent C++ classes. Other more
advanced classes ease the information exchange between threads like scattering
and gathering a collection of objects between many threads, or asynchonous
buffered information exchanges between two threads.
.
libthreadar allows the dar package to provide multithreaded encryption,
compression, and remote repository access.
Description-md5:
Multi-Arch: same
Homepage: https://sourceforge.net/projects/libthreadar/
Section: libdevel
Priority: optional
Filename: pool/main/libt/libthreadar/libthreadar-dev_1.4.0-2_amd64.deb