How to Install and Uninstall python3-django-picklefield Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-django-picklefield" package

This guide covers the steps necessary to install python3-django-picklefield on Kali Linux

$ sudo apt update $ sudo apt install python3-django-picklefield

2. Uninstall "python3-django-picklefield" package

This tutorial shows how to uninstall python3-django-picklefield on Kali Linux:

$ sudo apt remove python3-django-picklefield $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-picklefield package on Kali Linux

Package: python3-django-picklefield
Source: django-picklefield
Version: 3.1.0-2
Installed-Size: 49
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Size: 15404
SHA256: eb05d77a02e39093f4a9d1116ca7dfdfbcb0137c0f332fdabf86cc4867680109
SHA1: 3ffa2e0ac79363f8458e6e86e7488137902a7366
MD5sum: 086f052e28210c4d13771950b68dab91
Description: Pickled object field for Django (Python3 version)
django-picklefield provides an implementation of a pickled object field
for the Django framework. Such fields can contain any picklable objects.
.
It is useful for storing just about anything in the database when there
isn't a 'proper' field for the job.
PickledObjectField is database-agnostic, and should work with any database
backend you can throw at it. You can pass in any Python object and it will
automatically be converted behind the scenes. You never have to manually
pickle or unpickle anything.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/gintas/django-picklefield
Section: python
Priority: optional
Filename: pool/main/d/django-picklefield/python3-django-picklefield_3.1.0-2_all.deb