How to Install and Uninstall libhiredis0.13 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libhiredis0.13" package

In this section, we are going to explain the necessary steps to install libhiredis0.13 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhiredis0.13

2. Uninstall "libhiredis0.13" package

Please follow the instructions below to uninstall libhiredis0.13 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libhiredis0.13
Priority: optional
Section: universe/libs
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Tom Lee
Architecture: amd64
Source: hiredis
Version: 0.13.3-2
Depends: libc6 (>= 2.14)
Filename: pool/universe/h/hiredis/libhiredis0.13_0.13.3-2_amd64.deb
Size: 25032
MD5sum: 6f06d318c8b9eed8eb691bef2b697ec1
SHA1: 0773faebd57f1df41276cadb52aa9932ace5757e
SHA256: af75f894e2c8f0b9c3cfc1b132037756ca64420e2a23867b5b8def7e6d7ba24b
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
Multi-Arch: same
Homepage: https://github.com/redis/hiredis
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu