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

Last updated: May 19,2024

1. Install "libev-libevent-dev" package

This is a short guide on how to install libev-libevent-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libev-libevent-dev

2. Uninstall "libev-libevent-dev" package

This guide covers the steps necessary to uninstall libev-libevent-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libev-libevent-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libev-libevent-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 19
Maintainer: Ubuntu Developers
Original-Maintainer: Jérémy Lal
Architecture: all
Source: libev
Version: 1:4.22-1
Depends: libev4 (>= 1:4.22), libev4 (<< 1:4.22+1~), libev-dev
Conflicts: libevent-dev
Filename: pool/universe/libe/libev/libev-libevent-dev_4.22-1_all.deb
Size: 4122
MD5sum: a8e526cfea6d613ae5eaae86b387ad55
SHA1: 7a9ff8c7541879bc10ae40caa1571221ad1a6a7b
SHA256: 11400f0a650b1391ed8cee8650c4bfad46dd66c93c6f23fbba7205c21530e09a
Description-en: libevent event loop compatibility wrapper for libev
Compatibility wrapper "event.h" to enable programs which use the
libevent event loop to link against libev.
.
libev provides a full-featured and high-performance event loop that is
loosely modelled after libevent. It includes relative timers, absolute
timers with customized rescheduling, synchronous signals, process status
change events, event watchers dealing with the event loop itself, file
watchers, and even limited support for fork events. It uses a priority
queue to manage timers and uses arrays as fundamental data structure. It
has no artificial limitations on the number of watchers waiting for the
same event.
.
libev supports select, poll, epoll, kqueue, and inotify.
Description-md5: bc41b1d90d9eaded8c6e06ccc20cc460
Homepage: http://libev.schmorp.de/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu