How to Install and Uninstall python310-django-picklefield Package on openSuSE Tumbleweed

Last updated: November 22,2024

1. Install "python310-django-picklefield" package

This guide covers the steps necessary to install python310-django-picklefield on openSuSE Tumbleweed

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

2. Uninstall "python310-django-picklefield" package

Please follow the instructions below to uninstall python310-django-picklefield on openSuSE Tumbleweed:

$ sudo zypper remove python310-django-picklefield

3. Information about the python310-django-picklefield package on openSuSE Tumbleweed

Information for package python310-django-picklefield:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-django-picklefield
Version : 3.1.0-2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 45.9 KiB
Installed : No
Status : not installed
Source package : python-django-picklefield-3.1.0-2.3.src
Upstream URL : https://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.