How to Install and Uninstall python3-ZODB3.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-ZODB3.noarch" package

Here is a brief guide to show you how to install python3-ZODB3.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-ZODB3.noarch

2. Uninstall "python3-ZODB3.noarch" package

Here is a brief guide to show you how to uninstall python3-ZODB3.noarch on Fedora 34:

$ sudo dnf remove python3-ZODB3.noarch $ sudo dnf autoremove

3. Information about the python3-ZODB3.noarch package on Fedora 34

Last metadata expiration check: 1:27:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-ZODB3
Version : 3.11.0
Release : 19.fc34
Architecture : noarch
Size : 57 k
Source : python-ZODB3-3.11.0-19.fc34.src.rpm
Repository : fedora
Summary : Client-server storage implementation for ZODB
URL : http://www.zodb.org/
License : ZPLv2.1
Description : The Zope Object Database provides an object-oriented database for Python
: that provides a high-degree of transparency. Applications can take
: advantage of object database features with few, if any, changes to
: application logic. ZODB includes features such as a pluggable storage
: interface, rich transaction support, and undo.