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

Last updated: July 06,2024

1. Install "python3-pylibmc.x86_64" package

Please follow the guidance below to install python3-pylibmc.x86_64 on Fedora 34

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

2. Uninstall "python3-pylibmc.x86_64" package

This tutorial shows how to uninstall python3-pylibmc.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:25:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pylibmc
Version : 1.5.1
Release : 19.fc34
Architecture : x86_64
Size : 68 k
Source : python-pylibmc-1.5.1-19.fc34.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.