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

Last updated: January 15,2025

1. Install "python3-zict.noarch" package

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

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

2. Uninstall "python3-zict.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-zict.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:52:47 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-zict
Version : 2.2.0
Release : 5.fc38
Architecture : noarch
Size : 78 k
Source : python-zict-2.2.0-5.fc38.src.rpm
Repository : fedora
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.