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

Last updated: July 05,2024

1. Install "python3-dill.noarch" package

Please follow the guidance below to install python3-dill.noarch on Fedora 34

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

2. Uninstall "python3-dill.noarch" package

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

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

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

Last metadata expiration check: 0:43:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-dill
Version : 0.3.4
Release : 1.fc34
Architecture : noarch
Size : 137 k
Source : python-dill-0.3.4-1.fc34.src.rpm
Repository : updates
Summary : Serialize all of Python
URL : http://trac.mystic.cacr.caltech.edu/project/pathos/wiki/dill.html
License : BSD
Description : Dill extends python's 'pickle' module for serializing and de-serializing
: python objects to the majority of the built-in python types.
: Dill provides the user the same interface as the 'pickle' module, and also
: includes some additional features. In addition to pickling python objects, dill
: provides the ability to save the state of an interpreter session in a single
: command.