How to Install and Uninstall rubygem-redis.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "rubygem-redis.noarch" package

This tutorial shows how to install rubygem-redis.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rubygem-redis.noarch

2. Uninstall "rubygem-redis.noarch" package

Here is a brief guide to show you how to uninstall rubygem-redis.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rubygem-redis.noarch $ sudo dnf autoremove

3. Information about the rubygem-redis.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:46:29 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rubygem-redis
Version : 4.6.0
Release : 1.el9
Architecture : noarch
Size : 57 k
Source : rubygem-redis-4.6.0-1.el9.src.rpm
Repository : epel
Summary : A Ruby client library for Redis
URL : https://github.com/redis/redis-rb
License : MIT
Description : A Ruby client that tries to match Redis' API one-to-one, while still
: providing an idiomatic interface.