How to Install and Uninstall python312-dill Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python312-dill" package
This guide covers the steps necessary to install python312-dill on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-dill
Copied
2. Uninstall "python312-dill" package
Here is a brief guide to show you how to uninstall python312-dill on openSuSE Tumbleweed:
$
sudo zypper remove
python312-dill
Copied
3. Information about the python312-dill package on openSuSE Tumbleweed
Information for package python312-dill:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-dill
Version : 0.3.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 655.3 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 : python312-dill
Version : 0.3.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 655.3 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.