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

Last updated: November 30,2024

1. Install "python3-ZODB3.noarch" package

This guide let you learn how to install python3-ZODB3.noarch on Fedora 36

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

2. Uninstall "python3-ZODB3.noarch" package

This guide covers the steps necessary to uninstall python3-ZODB3.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:53:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-ZODB3
Version : 3.11.0
Release : 22.fc36
Architecture : noarch
Size : 57 k
Source : python-ZODB3-3.11.0-22.fc36.src.rpm
Repository : fedora
Summary : Client-server storage implementation for ZODB
URL : https://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.