How to Install and Uninstall python36-dill Package on openSuSE Tumbleweed

Last updated: May 12,2024

1. Install "python36-dill" package

This tutorial shows how to install python36-dill on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-dill

2. Uninstall "python36-dill" package

This guide let you learn how to uninstall python36-dill on openSuSE Tumbleweed:

$ sudo zypper remove python36-dill

3. Information about the python36-dill package on openSuSE Tumbleweed

Information for package python36-dill:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-dill
Version : 0.3.3-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 412,8 KiB
Installed : No
Status : not installed
Source package : python-dill-0.3.3-1.6.src
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.