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

Last updated: October 07,2024

1. Install "python3-ZEO.noarch" package

Please follow the guidance below to install python3-ZEO.noarch on Fedora 36

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

2. Uninstall "python3-ZEO.noarch" package

This guide let you learn how to uninstall python3-ZEO.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:38:47 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-ZEO
Version : 5.3.0
Release : 1.fc36
Architecture : noarch
Size : 398 k
Source : python-ZEO-5.3.0-1.fc36.src.rpm
Repository : fedora
Summary : Client-server storage implementation for ZODB
URL : https://www.zodb.org/
License : ZPLv2.1
Description :
: ZEO is a client-server system for sharing a single storage among many
: clients. When you use ZEO, the storage is opened in the ZEO server
: process. Client programs connect to this process using a ZEO
: ClientStorage. ZEO provides a consistent view of the database to all
: clients. The ZEO client and server communicate using a custom RPC
: protocol layered on top of TCP.