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

Last updated: May 18,2024

1. Install "libhiredis-dev" package

This tutorial shows how to install libhiredis-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhiredis-dev

2. Uninstall "libhiredis-dev" package

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

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

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

Package: libhiredis-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 163
Maintainer: Ubuntu Developers
Original-Maintainer: Tom Lee
Architecture: amd64
Source: hiredis
Version: 0.13.3-2
Depends: libhiredis0.13 (= 0.13.3-2)
Filename: pool/universe/h/hiredis/libhiredis-dev_0.13.3-2_amd64.deb
Size: 39546
MD5sum: f866f7092c6c919ed9f55ea20aa7542f
SHA1: 9845be3e033598ffb8e3cc85beb4909bf9f4b668
SHA256: 03b29e3eaf71a3aaecece8c44ce7a9ce25beaf997837c59a8df4a9e51b22c22e
Description-en: minimalistic C client library for Redis (development files)
Hiredis is a minimalistic C client library for the Redis database. It is
minimalistic because it just adds minimal support for the protocol, but
at the same time it uses an high level printf-alike API in order to make
it much higher level than otherwise suggested by its minimal code base
and the lack of explicit bindings for every Redis command.
.
Apart from supporting sending commands and receiving replies, it comes
with a reply parser that is decoupled from the I/O layer. It is a stream
parser designed for easy reusability, which can for instance be used in
higher level language bindings for efficient reply parsing.
.
Hiredis only supports the binary-safe Redis protocol, so you can use it
with any Redis version >= 1.2.0.
.
The library comes with multiple APIs. There is the synchronous API, the
asynchronous API and the reply parsing API.
.
This package provides the development files for hiredis.
Description-md5: e66ca6207edf03fce2e0fedb4fa9c230
Multi-Arch: same
Homepage: https://github.com/redis/hiredis
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu