How to Install and Uninstall python39-dill Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python39-dill" package
This guide let you learn how to install python39-dill on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-dill
Copied
2. Uninstall "python39-dill" package
This guide let you learn how to uninstall python39-dill on openSuSE Tumbleweed:
$
sudo zypper remove
python39-dill
Copied
3. Information about the python39-dill package on openSuSE Tumbleweed
Information for package python39-dill:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-dill
Version : 0.3.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 510.6 KiB
Installed : No
Status : not installed
Source package : python-dill-0.3.7-1.2.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.
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-dill
Version : 0.3.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 510.6 KiB
Installed : No
Status : not installed
Source package : python-dill-0.3.7-1.2.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.