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

Last updated: October 06,2024

1. Install "python3-redis.noarch" package

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

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

2. Uninstall "python3-redis.noarch" package

Please follow the guidelines below to uninstall python3-redis.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:14:43 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-redis
Version : 4.3.3
Release : 1.el9
Architecture : noarch
Size : 367 k
Source : python-redis-4.3.3-1.el9.src.rpm
Repository : epel
Summary : Python 3 interface to the Redis key-value store
URL : https://github.com/redis/redis-py
License : MIT
Description : This is a Python 3 interface to the Redis key-value store.