How to Install and Uninstall libhiredis0.14 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libhiredis0.14" package

Please follow the guidance below to install libhiredis0.14 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libhiredis0.14

2. Uninstall "libhiredis0.14" package

Please follow the instructions below to uninstall libhiredis0.14 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libhiredis0.14 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhiredis0.14 package on Ubuntu 21.10 (Impish Indri)

Package: libhiredis0.14
Architecture: amd64
Version: 0.14.1-1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: hiredis
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 95
Depends: libc6 (>= 2.14)
Filename: pool/universe/h/hiredis/libhiredis0.14_0.14.1-1_amd64.deb
Size: 30296
MD5sum: 085841c7b6a9ac4990b1b536d502e26e
SHA1: f78d5032f31f570e24c2cae0e5e146e0b81bfff3
SHA256: cd435ec3bb6521e9510376ef6307c30dfb29e3c4c978ada7558ce1c5dff68d91
SHA512: b711e3b0fd112f8a08e500f7e6741855b6eeb84260eea95a264e9200ba32aa8f1a1f81be0518487d3edffb2c4af61333e1087db92b435b35e20df8a9f58b9fa2
Homepage: https://github.com/redis/hiredis
Description-en: minimalistic C client library for Redis
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.
Description-md5: 30ca4f8691338e6fc959dcd64d39335e