How to Install and Uninstall python311-dill Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python311-dill" package
Please follow the instructions below to install python311-dill on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-dill
Copied
2. Uninstall "python311-dill" package
In this section, we are going to explain the necessary steps to uninstall python311-dill on openSuSE Tumbleweed:
$
sudo zypper remove
python311-dill
Copied
3. Information about the python311-dill package on openSuSE Tumbleweed
Information for package python311-dill:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dill
Version : 0.3.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 699.0 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 : python311-dill
Version : 0.3.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 699.0 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.