How to Install and Uninstall libhiredis-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libhiredis-dev" package

This guide covers the steps necessary to install libhiredis-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libhiredis-dev

2. Uninstall "libhiredis-dev" package

This guide let you learn how to uninstall libhiredis-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libhiredis-dev package on Ubuntu 21.10 (Impish Indri)

Package: libhiredis-dev
Architecture: amd64
Version: 0.14.1-1
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: hiredis
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 223
Depends: libhiredis0.14 (= 0.14.1-1)
Filename: pool/universe/h/hiredis/libhiredis-dev_0.14.1-1_amd64.deb
Size: 48892
MD5sum: 01a0272b1ad1e18bc67300647181a68a
SHA1: ed0e9739c5d6675e1649dddf8f0baf10e3ce965c
SHA256: 61e71d75ca91c8cf8133918798a5c98456e436a811834f100a95acb1dcdec617
SHA512: 5e5f27af756cc47a89e27cff57a38fdc597280bd01803db6375acc4535fcab47afd82ab697ca5e9a3f7336baa411e0c2b4a9a84a1e61eb283beb8db4f610bc15
Homepage: https://github.com/redis/hiredis
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