How to Install and Uninstall python2-dill Package on openSUSE Leap
Last updated: November 26,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-dill" package
In this section, we are going to explain the necessary steps to install python2-dill on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-dill
Copied
2. Uninstall "python2-dill" package
This guide covers the steps necessary to uninstall python2-dill on openSUSE Leap:
$
sudo zypper remove
python2-dill
Copied
3. Information about the python2-dill package on openSUSE Leap
Information for package python2-dill:
-------------------------------------
Repository : Main Repository
Name : python2-dill
Version : 0.3.1.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 382,1 KiB
Installed : No
Status : not installed
Source package : python-dill-0.3.1.1-bp153.1.18.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 : Main Repository
Name : python2-dill
Version : 0.3.1.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 382,1 KiB
Installed : No
Status : not installed
Source package : python-dill-0.3.1.1-bp153.1.18.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.