How to Install and Uninstall python3-dill.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-dill.noarch" package

This guide let you learn how to install python3-dill.noarch on AlmaLinux 9

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

2. Uninstall "python3-dill.noarch" package

Please follow the step by step instructions below to uninstall python3-dill.noarch on AlmaLinux 9:

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

3. Information about the python3-dill.noarch package on AlmaLinux 9

Last metadata expiration check: 0:49:41 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-dill
Version : 0.3.5.1
Release : 1.el9
Architecture : noarch
Size : 160 k
Source : python-dill-0.3.5.1-1.el9.src.rpm
Repository : epel
Summary : Serialize all of Python
URL : https://github.com/uqfoundation/dill
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.