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

Last updated: October 05,2024

1. Install "python3-zict.noarch" package

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

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

2. Uninstall "python3-zict.noarch" package

This guide let you learn how to uninstall python3-zict.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:13:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-zict
Version : 2.2.0
Release : 1.fc34
Architecture : noarch
Size : 53 k
Source : python-zict-2.2.0-1.fc34.src.rpm
Repository : updates
Summary : Mutable mapping tools
URL : https://pypi.python.org/pypi/zict
License : BSD
Description : Zict builds abstract MutableMapping classes that consume and build on other
: MutableMappings. They can be composed with each other to form intuitive
: interfaces over complex storage systems policies.
:
: Data can be stored in-memory, on disk, in archive files, etc., managed with
: different policies like LRU, and transformed when arriving or departing the
: dictionary.