How to Install and Uninstall python-django-jsonfield Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-django-jsonfield" package

This guide let you learn how to install python-django-jsonfield on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-jsonfield" package

This tutorial shows how to uninstall python-django-jsonfield on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-django-jsonfield package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-jsonfield
Priority: optional
Section: universe/python
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.9.15-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-django (>= 1.3)
Filename: pool/universe/p/python-django-jsonfield/python-django-jsonfield_0.9.15-2_all.deb
Size: 10502
MD5sum: 49b764c0110dd07dc22872d30782ccb1
SHA1: 94f149c7939bd29fc0931e109a110df5094904e4
SHA256: 8415b8c4ceb92710124dd8d4ab8b396ff613cd2f2b8020bc2e384599d673d304
Description-en: JSON field for Django models (Python 2)
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 2 version of the package.
Description-md5: 0b324616bba555b4ff2898eb6277b9ca
Homepage: https://bitbucket.org/schinckel/django-jsonfield/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu