How to Install and Uninstall libthreadar1000 Package on Kali Linux

Last updated: October 06,2024

1. Install "libthreadar1000" package

This guide let you learn how to install libthreadar1000 on Kali Linux

$ sudo apt update $ sudo apt install libthreadar1000

2. Uninstall "libthreadar1000" package

Please follow the step by step instructions below to uninstall libthreadar1000 on Kali Linux:

$ sudo apt remove libthreadar1000 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libthreadar1000 package on Kali Linux

Package: libthreadar1000
Source: libthreadar
Version: 1.4.0-2
Installed-Size: 76
Maintainer: John Goerzen
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 20920
SHA256: 9d932cd0d49af4fd4f53cbf7683037aace02338694da29b3b4ecccc7ff28149e
SHA1: 322aff1a0783c57bf4e81804a7b355db4aebc0dd
MD5sum: 72b2115e6401d8c516a647c40533e311
Description: C++ classes for manipulating threads
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: libs
Priority: optional
Filename: pool/main/libt/libthreadar/libthreadar1000_1.4.0-2_amd64.deb