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

Last updated: October 06,2024

1. Install "python3-pylibmc.x86_64" package

This tutorial shows how to install python3-pylibmc.x86_64 on Fedora 36

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

2. Uninstall "python3-pylibmc.x86_64" package

Please follow the guidelines below to uninstall python3-pylibmc.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:38:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pylibmc
Version : 1.6.1
Release : 3.fc36
Architecture : x86_64
Size : 73 k
Source : python-pylibmc-1.6.1-3.fc36.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.