How to Install and Uninstall python3-django-taggit Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-django-taggit" package

Here is a brief guide to show you how to install python3-django-taggit on Kali Linux

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

2. Uninstall "python3-django-taggit" package

This guide covers the steps necessary to uninstall python3-django-taggit on Kali Linux:

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

3. Information about the python3-django-taggit package on Kali Linux

Package: python3-django-taggit
Source: django-taggit
Version: 5.0.1-3
Installed-Size: 233
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django (>= 3:4.1), python3:any
Suggests: python-django-taggit-doc
Size: 37060
SHA256: d4c25d8599d5d2de93fb8192e436c35f092378c19914dd613c1668deb22d97e5
SHA1: 68c373377c4a704131f081d791dd57ed363c118b
MD5sum: 6ffe2040224a4793da5a6396b5dd7f84
Description: 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:
Homepage: https://github.com/jazzband/django-taggit
Section: python
Priority: optional
Filename: pool/main/d/django-taggit/python3-django-taggit_5.0.1-3_all.deb