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

Last updated: November 07,2024

1. Install "python3-django-jsonfield" package

In this section, we are going to explain the necessary steps to install python3-django-jsonfield on Kali Linux

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

2. Uninstall "python3-django-jsonfield" package

Here is a brief guide to show you how to uninstall python3-django-jsonfield on Kali Linux:

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

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

Package: python3-django-jsonfield
Source: python-django-jsonfield
Version: 1.4.0-3
Installed-Size: 63
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django (>= 1.3), python3-six, python3:any
Size: 17328
SHA256: ab4ae31c74ae7bcc86d682f72ec2aecc203f3e8ac567a9154df97d228bc97811
SHA1: f66096143baebcebaec66a721880e53b96111159
MD5sum: 423ef879b8a1c86008f171f0626eeeeb
Description: JSON field for Django models (Python 3)
This package provides a Django field (jsonfield.JSONField) that you can use to
store arbitrary JSON structures in a simple text field at the database level.
.
Accessing the field returns a decoded object (list, dict, string).
.
In forms, it appears like a TextField but the input is validated to be valid
JSON.
.
This is the Python 3 version of the package.
Description-md5: 6924d720d8ccab569d5deb383dbfd080
Homepage: https://github.com/adamchainz/django-jsonfield
Section: python
Priority: optional
Filename: pool/main/p/python-django-jsonfield/python3-django-jsonfield_1.4.0-3_all.deb