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

Last updated: May 18,2024

1. Install "python3-django-taggit" package

In this section, we are going to explain the necessary steps to install python3-django-taggit on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-taggit" package

Learn how to uninstall python3-django-taggit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-taggit
Priority: optional
Section: universe/python
Installed-Size: 136
Maintainer: Ubuntu Developers
Original-Maintainer: Michal Čihař
Architecture: all
Source: django-taggit
Version: 0.18.0-1
Depends: python3:any (>= 3.3.2-2~), python3-django
Filename: pool/universe/d/django-taggit/python3-django-taggit_0.18.0-1_all.deb
Size: 20588
MD5sum: 9cb466c5573862132da15a7a6ba73d14
SHA1: 6a8ceac6dfedde27d6892a070387f49d5e44cfd9
SHA256: 4e2b9bd6b84a044929c69aa9f01de35cd1e3a19652f2fde7ef1e9c6d338fae7b
Description-en: simple tagging for Django (Python 3)
This is a generic tagging application for Django, which allows
association of a number of tags with any Model instance and makes
retrieval of tags simple.
.
django-taggit a simpler approach to tagging with Django. Add "taggit" to your
INSTALLED_APPS then just add a TaggableManager to your model.
.
This package installs the library for Python 3.
Description-md5: ee1e145abe03626e79eb5224542c8579
Homepage: https://github.com/alex/django-taggit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu