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

Last updated: October 06,2024

1. Install "python-django-taggit" package

Here is a brief guide to show you how to install python-django-taggit on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-taggit" package

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

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

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

Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-django
Filename: pool/universe/d/django-taggit/python-django-taggit_0.18.0-1_all.deb
Size: 20554
MD5sum: 21ba4d7c0c22d05788cd1f4ed72f1219
SHA1: 37de766e30d47ebf2836903d29c973deb0611fb1
SHA256: 355533b1098f5ef2b4a21f598ced4d8834b7dec70f27553e8806a69bc7f5c60e
Description-en: simple tagging for Django (Python 2)
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 2.
Description-md5: aa24df49dc7f0fc54366f977e29dd9ea
Homepage: https://github.com/alex/django-taggit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu