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

Last updated: May 02,2024

1. Install "libevhtp0" package

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

$ sudo apt update $ sudo apt install libevhtp0

2. Uninstall "libevhtp0" package

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

$ sudo apt remove libevhtp0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libevhtp0
Priority: optional
Section: universe/libs
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: amd64
Source: libevhtp
Version: 1.2.11-1
Depends: libc6 (>= 2.14), libevent-2.0-5 (>= 2.0.10-stable), libevent-openssl-2.0-5 (>= 2.0.10-stable), libonig2 (>= 5.9.5), libssl1.0.0 (>= 1.0.0)
Filename: pool/universe/libe/libevhtp/libevhtp0_1.2.11-1_amd64.deb
Size: 33676
MD5sum: 5badfcb415950acfcb88c1fc6ba64dc7
SHA1: 09d2735b2f6c4abd5a6a08e0953b84495efd28c1
SHA256: a228a635627ee266d8476851e5763c0c34dd2e91f1806ee3bdd107edaddb87f3
Description-en: Libevent based HTTP API
Libevent's http interface was created as a JIT server, never meant to
be a full-fledged HTTP service. This library attempts to improve on
that with the following features:
.
+ design as a fully functional HTTP server
+ HTTP parser able to process data with a low memory footprint
+ use of regular expressions for routing
+ out-of-the box HTTPS server
.
This package contains the runtime library.
Description-md5: 773845cdcfca85a28f16868f2c680ffa
Multi-Arch: same
Homepage: https://github.com/ellzey/libevhtp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu