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

Last updated: May 18,2024

1. Install "python3-django-jsonfield" package

Please follow the instructions below to install python3-django-jsonfield on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-jsonfield" package

This guide covers the steps necessary to uninstall python3-django-jsonfield on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-jsonfield
Priority: optional
Section: universe/python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-django-jsonfield
Version: 0.9.15-2
Depends: python3:any (>= 3.3.2-2~), python3-django (>= 1.3)
Filename: pool/universe/p/python-django-jsonfield/python3-django-jsonfield_0.9.15-2_all.deb
Size: 10162
MD5sum: 1d2f09eca985fc8b3d112bf9f90d2e0c
SHA1: c3fa3c1b7fa9d2a62995682db317f7f6e942646e
SHA256: c320edb9a59a1ca0af1cbf2bfd9d3c43b3e480d21ff3c8c942f825bb50e002ad
Description-en: 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://bitbucket.org/schinckel/django-jsonfield/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu