How to Install and Uninstall python2-memcached.noarch Package on Oracle Linux 8

Last updated: September 28,2024

1. Install "python2-memcached.noarch" package

Here is a brief guide to show you how to install python2-memcached.noarch on Oracle Linux 8

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

2. Uninstall "python2-memcached.noarch" package

This tutorial shows how to uninstall python2-memcached.noarch on Oracle Linux 8:

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

3. Information about the python2-memcached.noarch package on Oracle Linux 8

Last metadata expiration check: 6:28:09 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-memcached
Version : 1.58
Release : 8.el8
Architecture : noarch
Size : 43 k
Source : python-memcached-1.58-8.el8.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.