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

Last updated: October 05,2024

1. Install "python3-ZEO.noarch" package

Please follow the guidelines below to install python3-ZEO.noarch on Fedora 34

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

2. Uninstall "python3-ZEO.noarch" package

Please follow the steps below to uninstall python3-ZEO.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:12:07 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-ZEO
Version : 5.2.3
Release : 1.fc34
Architecture : noarch
Size : 395 k
Source : python-ZEO-5.2.3-1.fc34.src.rpm
Repository : updates
Summary : Client-server storage implementation for ZODB
URL : http://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.