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

Last updated: October 02,2024

1. Install "python3-pylibmc.x86_64" package

Please follow the instructions below to install python3-pylibmc.x86_64 on Fedora 39

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

2. Uninstall "python3-pylibmc.x86_64" package

Please follow the step by step instructions below to uninstall python3-pylibmc.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:42:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pylibmc
Version : 1.6.3
Release : 4.fc39
Architecture : x86_64
Size : 84 k
Source : python-pylibmc-1.6.3-4.fc39.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.