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

Last updated: May 09,2024

1. Install "python38-django-picklefield" package

Please follow the guidance below to install python38-django-picklefield on openSuSE Tumbleweed

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

2. Uninstall "python38-django-picklefield" package

Please follow the guidelines below to uninstall python38-django-picklefield on openSuSE Tumbleweed:

$ sudo zypper remove python38-django-picklefield

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

Information for package python38-django-picklefield:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-django-picklefield
Version : 3.0.1-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 45,5 KiB
Installed : No
Status : not installed
Source package : python-django-picklefield-3.0.1-2.2.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.