How to Install and Uninstall libhiredis0.14 Package on Kali Linux

Last updated: May 21,2024

1. Install "libhiredis0.14" package

Please follow the guidance below to install libhiredis0.14 on Kali Linux

$ sudo apt update $ sudo apt install libhiredis0.14

2. Uninstall "libhiredis0.14" package

Please follow the guidelines below to uninstall libhiredis0.14 on Kali Linux:

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

3. Information about the libhiredis0.14 package on Kali Linux

Package: libhiredis0.14
Source: hiredis
Version: 0.14.1-4
Installed-Size: 92
Maintainer: Chris Lamb
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 33364
SHA256: af9d989f7bc7a169db04aa940b22ddfa681edb17046c2bbbe4cd895f9a1c7b2e
SHA1: 96f4b02d82ba995560b30529a2a8cdb8758718c5
MD5sum: ec30fcb1704f38c9251627db7ffb8b67
Description: 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:
Multi-Arch: same
Homepage: https://github.com/redis/hiredis
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/h/hiredis/libhiredis0.14_0.14.1-4_amd64.deb