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

Last updated: May 18,2024

1. Install "python3-django-picklefield" package

This guide let you learn how to install python3-django-picklefield on openSUSE Leap

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

2. Uninstall "python3-django-picklefield" package

This is a short guide on how to uninstall python3-django-picklefield on openSUSE Leap:

$ sudo zypper remove python3-django-picklefield

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

Information for package python3-django-picklefield:
---------------------------------------------------
Repository : Main Repository
Name : python3-django-picklefield
Version : 2.0.0-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 46.3 KiB
Installed : No
Status : not installed
Source package : python-django-picklefield-2.0.0-bp155.2.14.src
Upstream URL : http://github.com/gintas/django-picklefield
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.