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

Last updated: July 04,2024

1. Install "libhiredis-dbg" package

Please follow the steps below to install libhiredis-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhiredis-dbg

2. Uninstall "libhiredis-dbg" package

This tutorial shows how to uninstall libhiredis-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libhiredis-dbg
Priority: extra
Section: universe/debug
Installed-Size: 79
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-dbg_0.13.3-2_amd64.deb
Size: 55206
MD5sum: 68b274d44ab2b1d53c1f33e92d139d6b
SHA1: 62d95ae4a07e795a71047dcfbcabdb2bc134f2ff
SHA256: d947643a751378429a62b1fb684c1d80aa33d618c34978dbdec0d03591332a18
Description-en: minimalistic C client library for Redis (debug)
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 debugging symbols for hiredis.
Description-md5: 296ac088cadb2bb43221c41fc0b872c8
Multi-Arch: same
Homepage: https://github.com/redis/hiredis
Build-Ids: a309ac162d8e36e05a449e5ec269a6c8f4d33de0
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu