How to Install and Uninstall libpthread-workqueue0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libpthread-workqueue0" package

Learn how to install libpthread-workqueue0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpthread-workqueue0

2. Uninstall "libpthread-workqueue0" package

Please follow the steps below to uninstall libpthread-workqueue0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpthread-workqueue0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpthread-workqueue0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpthread-workqueue0
Priority: extra
Section: universe/libs
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Mark Heily
Architecture: amd64
Source: libpthread-workqueue
Version: 0.9.1-1
Depends: libc6 (>= 2.4)
Filename: pool/universe/libp/libpthread-workqueue/libpthread-workqueue0_0.9.1-1_amd64.deb
Size: 12360
MD5sum: 9f53feaea2b4b7a7b451bc427018b5c5
SHA1: b87dd825255548e8d10793376973f20493a75fbe
SHA256: 3ae84d3e722182d47b581ea1cee20e4a785ca56a71d7149f3006fa1846762e01
Description-en: thread pool library
The pthread_workqueue library allows you to create one or more workqueues
and submit work items for processing. The workqueues are serviced by a
thread pool that is automatically created and dynamically managed by the
library.
.
The API is based on the pthread_workqueue API in FreeBSD 8.0, which was
designed to be compatible with the API developed by Apple Inc to support
the Grand Central Dispatch concurrency framework.
Description-md5: e21ceb75abbce69ccecfe5c1f0568660
Homepage: https://github.com/mheily/libpwq/wiki
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu