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

Last updated: May 19,2024

1. Install "libev-dev" package

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

$ sudo apt update $ sudo apt install libev-dev

2. Uninstall "libev-dev" package

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

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

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

Package: libev-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 221
Maintainer: Ubuntu Developers
Original-Maintainer: Jérémy Lal
Architecture: amd64
Source: libev
Version: 1:4.22-1
Depends: libev4 (= 1:4.22-1)
Filename: pool/universe/libe/libev/libev-dev_4.22-1_amd64.deb
Size: 116308
MD5sum: fa3125f46d41bf3227d600832049ab44
SHA1: b85600adf7b9fe124a7f2c3f0ac7219be3922ce9
SHA256: ed351e2c0c4ee3aabd7a6275e063c794e33299ef436c03c069787ffd068594a1
Description-en: static library, header files, and docs for libev
Static library, header files, and documentation for 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: be18afbfe75a9ce5fed45871acebfdc7
Homepage: http://libev.schmorp.de/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu