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

Last updated: May 15,2024

1. Install "python-django-bitfield" package

Please follow the step by step instructions below to install python-django-bitfield on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-bitfield" package

Please follow the step by step instructions below to uninstall python-django-bitfield on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-bitfield
Priority: optional
Section: universe/python
Installed-Size: 92
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Packaging Team
Architecture: all
Source: django-bitfield
Version: 1.8.0-1
Depends: python-django, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-bitfield/python-django-bitfield_1.8.0-1_all.deb
Size: 11758
MD5sum: dc446a3936376cd907a25b718291c497
SHA1: e20eefb794c2d5e20a7148dfd9ebbf88f1d658aa
SHA256: 62866d0307657cade911ecfa0c935300459bddf66e0df81f507fcbec4e46726e
Description-en: Django module implementing BitFields
django-bitfield provides a custom field which allows various bits to be
stored inside one fixed-width BigIntegerField.
.
The custom field provides syntatic sugar for accessing those flags
easily from a Django application.
Description-md5: c650115598ca75d77a84f6332c61c161
Homepage: https://github.com/disqus/django-bitfield
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu