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

Last updated: May 17,2024

1. Install "python-django-tagging" package

Please follow the guidance below to install python-django-tagging on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-tagging" package

In this section, we are going to explain the necessary steps to uninstall python-django-tagging on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-tagging
Priority: optional
Section: universe/python
Installed-Size: 163
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1:0.4-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-django (>= 1.7)
Filename: pool/universe/p/python-django-tagging/python-django-tagging_0.4-1_all.deb
Size: 34518
MD5sum: fc68358564e96161d3acd0afb2a8e7e0
SHA1: c87d0fcc352e122adedbec3c0acc4b87bc67318d
SHA256: dceb5e51ae92bd90ad041f03e12335e0b087b43e10ef7b8edf83f7ce2fe89840
Description-en: Generic tagging application for Django projects
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.
.
Models can be expanded with a new TagField; web templates
can easily include tag clouds and dedicated views are available
to browse objects by tag.
Description-md5: 762f96b45673f01efc7a134d887c1c94
Homepage: https://github.com/Fantomas42/django-tagging
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu