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

Last updated: October 05,2024

1. Install "python-django-picklefield" package

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

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

2. Uninstall "python-django-picklefield" package

Please follow the guidelines below to uninstall python-django-picklefield on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-picklefield
Priority: optional
Section: universe/python
Installed-Size: 77
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-picklefield
Version: 0.3.1-2
Depends: python-django, python-six, python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/d/django-picklefield/python-django-picklefield_0.3.1-2_all.deb
Size: 14320
MD5sum: 971b4c604671e86c5678891919249efe
SHA1: 5b0724792a201a40fb05d552dd6719668ccdd6c2
SHA256: 1bceacf2a824d0a4bd75d63ab76591d00721310460c02e62779f6caab9871715
Description-en: Pickled object field for Django
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.
Description-md5: ad4c5cb6424a8e4c16c372b9e3cff910
Enhances: python-django-south
Homepage: https://github.com/gintas/django-picklefield
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu