How to Install and Uninstall libzthread-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "libzthread-dev" package

Please follow the steps below to install libzthread-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libzthread-dev

2. Uninstall "libzthread-dev" package

Here is a brief guide to show you how to uninstall libzthread-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libzthread-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libzthread-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 1046
Maintainer: Ubuntu Developers
Original-Maintainer: Cleto Martín
Architecture: amd64
Source: zthreads
Version: 2.3.2-7.2
Depends: libzthread-2.3-2 (= 2.3.2-7.2)
Filename: pool/universe/z/zthreads/libzthread-dev_2.3.2-7.2_amd64.deb
Size: 118434
MD5sum: ae3db484af14e7ebf6a54f716ecf4d24
SHA1: 7b49fb3f99212c960c58d5e82e8690d8a74098de
SHA256: 8fa41b3367d6206d10f1ab6386eb77038eff82d5f713e2f3f0f26ec5e5eb7743
Description-en: Object-oriented synchronization library for C++
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.
Description-md5: 009622213ead70e90080d77639e6dff6
Homepage: http://zthread.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu