How to Install and Uninstall python3-pylibmc.x86_64 Package on Fedora 35

Last updated: January 11,2025

1. Install "python3-pylibmc.x86_64" package

In this section, we are going to explain the necessary steps to install python3-pylibmc.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-pylibmc.x86_64

2. Uninstall "python3-pylibmc.x86_64" package

Please follow the steps below to uninstall python3-pylibmc.x86_64 on Fedora 35:

$ sudo dnf remove python3-pylibmc.x86_64 $ sudo dnf autoremove

3. Information about the python3-pylibmc.x86_64 package on Fedora 35

Last metadata expiration check: 1:44:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pylibmc
Version : 1.5.1
Release : 20.fc35
Architecture : x86_64
Size : 66 k
Source : python-pylibmc-1.5.1-20.fc35.src.rpm
Repository : fedora
Summary : Memcached client for Python
URL : http://sendapatch.se/projects/pylibmc/
License : BSD
Description : pylibmc is a client in Python 3 for memcached. It is a wrapper
: around TangentOrg‘s libmemcached library. The interface is
: intentionally made as close to python-memcached as possible,
: so that applications can drop-in replace it.