How to Install and Uninstall libevent-pthreads-2.1-7 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 06,2024

1. Install "libevent-pthreads-2.1-7" package

Here is a brief guide to show you how to install libevent-pthreads-2.1-7 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libevent-pthreads-2.1-7

2. Uninstall "libevent-pthreads-2.1-7" package

Please follow the steps below to uninstall libevent-pthreads-2.1-7 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libevent-pthreads-2.1-7 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libevent-pthreads-2.1-7 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libevent-pthreads-2.1-7
Architecture: amd64
Version: 2.1.12-stable-1
Multi-Arch: same
Priority: optional
Section: libs
Source: libevent
Origin: Ubuntu
Maintainer: Balint Reczey
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 45
Depends: libc6 (>= 2.4), libevent-core-2.1-7 (= 2.1.12-stable-1)
Filename: pool/main/libe/libevent/libevent-pthreads-2.1-7_2.1.12-stable-1_amd64.deb
Size: 7364
MD5sum: 07de5d4ac19055bdf507134d4d7a37ee
SHA1: c0027cbe60d64e1cfe2059dab4879ba888e56d60
SHA256: 59ab2ab923e7c5e001e9e016bd0d509e650bf9e5e1d2f7d10fd9529ef43570ac
SHA512: d2daaac5728a1cc14860d8e19926d826571e2be23800218e729d1466999083642d69269895bc6fc53b808c629b061e691e16ee87ce0fd2623fc06987d370dcb7
Homepage: https://libevent.org/
Description-en: Asynchronous event notification library (pthreads)
Libevent is an asynchronous event notification library that provides a
mechanism to execute a callback function when a specific event occurs
on a file descriptor or after a timeout has been reached.
.
It is meant to replace the asynchronous event loop found in
event driven network servers. Currently, libevent supports /dev/poll,
kqueue(2), event ports, select(2), poll(2) and epoll(4).
.
If you want threading support and you're using pthreads, you'll need
to link against the libevent_pthreads library in addition to
libevent_core.
Description-md5: 1a5d857791ab89f821f6bb92b9d541ca
Task: lamp-server