How to Install and Uninstall libhiredis1.1.0 Package on Kali Linux

Last updated: November 25,2024

1. Install "libhiredis1.1.0" package

Please follow the step by step instructions below to install libhiredis1.1.0 on Kali Linux

$ sudo apt update $ sudo apt install libhiredis1.1.0

2. Uninstall "libhiredis1.1.0" package

Please follow the guidance below to uninstall libhiredis1.1.0 on Kali Linux:

$ sudo apt remove libhiredis1.1.0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhiredis1.1.0 package on Kali Linux

Package: libhiredis1.1.0
Source: hiredis
Version: 1.2.0-6
Installed-Size: 128
Maintainer: Chris Lamb
Architecture: amd64
Depends: libc6 (>= 2.14), libssl3 (>= 3.0.0)
Size: 50376
SHA256: 5259b13a5f2d2ac5576db5dd8467be19af7e7aae6fd92c68781614be57a0d03d
SHA1: 72985ba9eddf2c56d2e374f253671a1e13b09725
MD5sum: f563220bf46b3ebf7fb0f1e3b7d5538c
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
Section: libs
Priority: optional
Filename: pool/main/h/hiredis/libhiredis1.1.0_1.2.0-6_amd64.deb