How to Install and Uninstall redis Package on Kali Linux

Last updated: May 10,2024

1. Install "redis" package

Please follow the guidelines below to install redis on Kali Linux

$ sudo apt update $ sudo apt install redis

2. Uninstall "redis" package

Please follow the instructions below to uninstall redis on Kali Linux:

$ sudo apt remove redis $ sudo apt autoclean && sudo apt autoremove

3. Information about the redis package on Kali Linux

Package: redis
Version: 5:7.0.15-1
Installed-Size: 35
Maintainer: Chris Lamb
Architecture: all
Depends: redis-server (<< 5:7.0.15-1.1~), redis-server (>= 5:7.0.15-1)
Size: 24392
SHA256: fe8b0fc69526f5763e893bdcf2f0671f2c9023f91b7e797077e264c858f6887f
SHA1: d916a6ad55bf568f7204e342186b1532b2db7da1
MD5sum: b199e4d7dd9cd9b2f888ab1073148941
Description: Persistent key-value database with network interface (metapackage)
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
The dataset is stored entirely in memory and periodically flushed to disk.
.
This package depends on the redis-server package.
Description-md5:
Homepage: https://redis.io/
Section: database
Priority: optional
Filename: pool/main/r/redis/redis_7.0.15-1_all.deb