How to Install and Uninstall rubygem-redis.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "rubygem-redis.noarch" package

This tutorial shows how to install rubygem-redis.noarch on AlmaLinux 9

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

2. Uninstall "rubygem-redis.noarch" package

Learn how to uninstall rubygem-redis.noarch on AlmaLinux 9:

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

3. Information about the rubygem-redis.noarch package on AlmaLinux 9

Last metadata expiration check: 2:43:58 ago on Wed Mar 13 07:41:12 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.