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

Last updated: May 20,2024

1. Install "perl-Protocol-Redis-Faster" package

This guide covers the steps necessary to install perl-Protocol-Redis-Faster on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Protocol-Redis-Faster

2. Uninstall "perl-Protocol-Redis-Faster" package

Please follow the guidelines below to uninstall perl-Protocol-Redis-Faster on openSuSE Tumbleweed:

$ sudo zypper remove perl-Protocol-Redis-Faster

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

Information for package perl-Protocol-Redis-Faster:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Protocol-Redis-Faster
Version : 0.003-1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 21.5 KiB
Installed : No
Status : not installed
Source package : perl-Protocol-Redis-Faster-0.003-1.20.src
Upstream URL : https://metacpan.org/release/Protocol-Redis-Faster
Summary : Optimized pure-perl Redis protocol parser/encoder
Description :
This module implements the Protocol::Redis API with more optimized
pure-perl internals. See Protocol::Redis for usage documentation.
This is a low level parsing module, if you are looking to use Redis in
Perl, try Redis, Redis::hiredis, or Mojo::Redis.