How to Install and Uninstall perl-Redis Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "perl-Redis" package

In this section, we are going to explain the necessary steps to install perl-Redis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Redis

2. Uninstall "perl-Redis" package

Please follow the steps below to uninstall perl-Redis on openSuSE Tumbleweed:

$ sudo zypper remove perl-Redis

3. Information about the perl-Redis package on openSuSE Tumbleweed

Information for package perl-Redis:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Redis
Version : 2.000-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 113.0 KiB
Installed : No
Status : not installed
Source package : perl-Redis-2.000-1.4.src
Upstream URL : https://metacpan.org/release/Redis
Summary : Perl binding for Redis database
Description :
Pure perl bindings for https://redis.io/
This version supports protocol 2.x (multi-bulk) or later of Redis available
at https://github.com/antirez/redis/.
This documentation lists commands which are exercised in test suite, but
additional commands will work correctly since protocol specifies enough
information to support almost all commands with same piece of code with a
little help of 'AUTOLOAD'.