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

Last updated: March 01,2025

1. Install "python3-zict.noarch" package

This tutorial shows how to install python3-zict.noarch on Fedora 39

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

2. Uninstall "python3-zict.noarch" package

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

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

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

Last metadata expiration check: 0:57:59 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-zict
Version : 3.0.0
Release : 3.fc39
Architecture : noarch
Size : 133 k
Source : python-zict-3.0.0-3.fc39.src.rpm
Repository : fedora
Summary : Mutable mapping tools
URL : https://pypi.python.org/pypi/zict
License : BSD-3-Clause
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.