How to Install and Uninstall python38-dill Package on openSuSE Tumbleweed
Last updated: December 27,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-dill" package
Please follow the instructions below to install python38-dill on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-dill
Copied
2. Uninstall "python38-dill" package
This tutorial shows how to uninstall python38-dill on openSuSE Tumbleweed:
$
sudo zypper remove
python38-dill
Copied
3. Information about the python38-dill package on openSuSE Tumbleweed
Information for package python38-dill:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-dill
Version : 0.3.3-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 413,0 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.
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-dill
Version : 0.3.3-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 413,0 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.