How to Install and Uninstall perl-Redis Package on openSUSE Leap

Last updated: June 29,2024

1. Install "perl-Redis" package

Please follow the guidance below to install perl-Redis on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Redis

2. Uninstall "perl-Redis" package

Please follow the guidance below to uninstall perl-Redis on openSUSE Leap:

$ sudo zypper remove perl-Redis

3. Information about the perl-Redis package on openSUSE Leap

Information for package perl-Redis:
-----------------------------------
Repository : Main Repository
Name : perl-Redis
Version : 2.000-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 116.6 KiB
Installed : No
Status : not installed
Source package : perl-Redis-2.000-bp155.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'.