How to Install and Uninstall python3-memcached.noarch Package on Oracle Linux 9

Last updated: July 08,2024

1. Install "python3-memcached.noarch" package

Please follow the steps below to install python3-memcached.noarch on Oracle Linux 9

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

2. Uninstall "python3-memcached.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-memcached.noarch on Oracle Linux 9:

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

3. Information about the python3-memcached.noarch package on Oracle Linux 9

Last metadata expiration check: 3:32:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-memcached
Version : 1.59
Release : 6.el9
Architecture : noarch
Size : 39 k
Source : python-memcached-1.59-6.el9.src.rpm
Repository : epel
Summary : A Python memcached client library
URL : https://github.com/linsomniac/python-memcached
License : Python
Description : This software is a 100% Python interface to the memcached memory cache
: daemon. It is the client side software which allows storing values in one
: or more, possibly remote, memcached servers. Search google for memcached
: for more information.