How to Install and Uninstall redis7 Package on openSUSE Leap

Last updated: June 30,2024

1. Install "redis7" package

This is a short guide on how to install redis7 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install redis7

2. Uninstall "redis7" package

This guide covers the steps necessary to uninstall redis7 on openSUSE Leap:

$ sudo zypper remove redis7

3. Information about the redis7 package on openSUSE Leap

Information for package redis7:
-------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : redis7
Version : 7.0.8-150500.3.9.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 5.2 MiB
Installed : No
Status : not installed
Source package : redis7-7.0.8-150500.3.9.1.src
Upstream URL : https://redis.io
Summary : Persistent key-value database
Description :
redis is an advanced key-value store. It is similar to memcached but the dataset
is not volatile, and values can be strings, exactly like in memcached,
but also lists, sets, and ordered sets. All this data types can be manipulated
with atomic operations to push/pop elements, add/remove elements, perform server
side union, intersection, difference between sets, and so forth. Redis supports
different kind of sorting abilities.