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

Last updated: October 07,2024

1. Install "python3-zict.noarch" package

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

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

2. Uninstall "python3-zict.noarch" package

Please follow the step by step instructions below to uninstall python3-zict.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:19:47 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-zict
Version : 2.2.0
Release : 1.fc36
Architecture : noarch
Size : 54 k
Source : python-zict-2.2.0-1.fc36.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.