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

Last updated: May 19,2024

1. Install "python3-django-picklefield" package

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

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

2. Uninstall "python3-django-picklefield" package

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

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

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

Package: python3-django-picklefield
Priority: optional
Section: universe/python
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-picklefield
Version: 0.3.1-2
Depends: python3-django, python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/django-picklefield/python3-django-picklefield_0.3.1-2_all.deb
Size: 11570
MD5sum: 3a0b380a71aaf78508acd65b9c9819b7
SHA1: 016a82dc241943222c78900cc7aad8a915cb03e4
SHA256: 76bc8526dea5842a3a76ecf6a5fa3ba34dbfee394ea19610921a381430cbc45e
Description-en: 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: ed5eb3e85e6569b193bb1846574c9488
Homepage: https://github.com/gintas/django-picklefield
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu