How to Install and Uninstall redis-server Package on Kali Linux

Last updated: May 17,2024

1. Install "redis-server" package

This guide let you learn how to install redis-server on Kali Linux

$ sudo apt update $ sudo apt install redis-server

2. Uninstall "redis-server" package

In this section, we are going to explain the necessary steps to uninstall redis-server on Kali Linux:

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

3. Information about the redis-server package on Kali Linux

Package: redis-server
Source: redis
Version: 5:7.0.15-1
Installed-Size: 182
Maintainer: Chris Lamb
Architecture: amd64
Depends: redis-tools (= 5:7.0.15-1), sysvinit-utils
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 72252
SHA256: 3ec255b6361a41c4d25de8f7aa04a8210f1e47df8dab7e215c5235504d9b46d1
SHA1: c8b37ebdf22eb672ea6d1ff8cabd6a2651d865f4
MD5sum: fde0407461abbfde999b9dfb1c146b48
Description: Persistent key-value database with network interface
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.
Description-md5:
Homepage: https://redis.io/
Tag: implemented-in::c, role::program
Section: database
Priority: optional
Filename: pool/main/r/redis/redis-server_7.0.15-1_amd64.deb