How to Install and Uninstall libkqueue0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libkqueue0" package

Here is a brief guide to show you how to install libkqueue0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libkqueue0

2. Uninstall "libkqueue0" package

Please follow the instructions below to uninstall libkqueue0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libkqueue0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libkqueue0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libkqueue0
Priority: extra
Section: universe/libs
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Mark Heily
Architecture: amd64
Source: libkqueue
Version: 2.0.3-1.1
Depends: libc6 (>= 2.15)
Filename: pool/universe/libk/libkqueue/libkqueue0_2.0.3-1.1_amd64.deb
Size: 23266
MD5sum: a9135ca5f851e40300d8a5013b407484
SHA1: fa57c70ce5f8c03d77a847496f5695f62486c6c1
SHA256: 4e4002b58e54c6e0e6f67990ff5d69eee42524d45b08778baea29154e7daad9a
Description-en: cross-platform library for kernel event notification
libkqueue is a portable userspace implementation of the kqueue(2)
kernel event notification mechanism found in FreeBSD and other BSD-based
operating systems. The library translates between the kevent structure
and the native kernel facilities of the host machine.
Description-md5: 179a18ec0593fad35fb849e1fdfd854b
Homepage: https://github.com/mheily/libkqueue/wiki
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu