How to Install and Uninstall python2-django-picklefield Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-django-picklefield" package

This tutorial shows how to install python2-django-picklefield on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-django-picklefield

2. Uninstall "python2-django-picklefield" package

Please follow the guidelines below to uninstall python2-django-picklefield on openSUSE Leap:

$ sudo zypper remove python2-django-picklefield

3. Information about the python2-django-picklefield package on openSUSE Leap

Information for package python2-django-picklefield:
---------------------------------------------------
Repository : Main Repository
Name : python2-django-picklefield
Version : 2.0.0-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 49,5 KiB
Installed : No
Status : not installed
Source package : python-django-picklefield-2.0.0-bp153.1.21.src
Summary : Pickled object field for Django
Description :
django-picklefield provides an implementation of a pickled object field.
Such fields can contain any picklable objects.
The implementation is taken and adopted from Django snippet #1694
by Taavi Taijala, which is in
turn based on Django snippet #513
by Oliver Beattie.