How to Install and Uninstall python3-dill Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python3-dill" package

Please follow the step by step instructions below to install python3-dill on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dill

2. Uninstall "python3-dill" package

Learn how to uninstall python3-dill on openSUSE Leap:

$ sudo zypper remove python3-dill

3. Information about the python3-dill package on openSUSE Leap

Information for package python3-dill:
-------------------------------------
Repository : Main Repository
Name : python3-dill
Version : 0.3.1.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 412.9 KiB
Installed : No
Status : not installed
Source package : python-dill-0.3.1.1-bp155.2.12.src
Upstream URL : https://github.com/uqfoundation/dill
Summary : Module to serialize all of Python
Description :
Dill extends python's `pickle` module for serializing and de-serializing
python objects to the majority of the built-in python types. Serialization
is the process of converting an object to a byte stream, and the inverse
of which is converting a byte stream back to on python object hierarchy.
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.