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

Last updated: May 12,2024

1. Install "python3-django-bitfield" package

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

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

2. Uninstall "python3-django-bitfield" package

This guide let you learn how to uninstall python3-django-bitfield on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-django, python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/django-bitfield/python3-django-bitfield_1.8.0-1_all.deb
Size: 11878
MD5sum: 7a9684a868b9243015c957607beda7e2
SHA1: 810715622ee6c71893c66fb65aac803558035351
SHA256: b8ecf9234a404a29dddf9fbe7b9327c240702ea7e75fe8d87f8996485aa14514
Description-en: Django module implementing BitFields (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: 5e873d5288caa3309681e00414c80746
Homepage: https://github.com/disqus/django-bitfield
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu