How to Install and Uninstall python-django-pgtrigger-doc Package on Kali Linux

Last updated: October 04,2024

1. Install "python-django-pgtrigger-doc" package

This tutorial shows how to install python-django-pgtrigger-doc on Kali Linux

$ sudo apt update $ sudo apt install python-django-pgtrigger-doc

2. Uninstall "python-django-pgtrigger-doc" package

This guide covers the steps necessary to uninstall python-django-pgtrigger-doc on Kali Linux:

$ sudo apt remove python-django-pgtrigger-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-django-pgtrigger-doc package on Kali Linux

Package: python-django-pgtrigger-doc
Source: python-django-pgtrigger
Version: 4.11.0-1
Installed-Size: 3604
Maintainer: Debian Python Team
Architecture: all
Size: 519392
SHA256: 72308f097242a134da8fceb222f88cfac96a9fdec38d765e72fa64c87a24b077
SHA1: 03c5ba103b8f0b768e7ec1df49851a36d8e06e82
MD5sum: 4ca994abba685551b3037756b20a9b66
Description: Write Postgres triggers for your Django models (Documentation)
django-pgtrigger helps you write Postgres triggers for your Django models.
Triggers can solve a variety of complex problems more reliably, performantly,
and succinctly than application code.
.
For example:
* Protecting operations on rows or columns (pgtrigger.Protect).
* Making read-only models or fields (pgtrigger.ReadOnly).
* Soft-deleting models (pgtrigger.SoftDelete).
* Snapshotting and tracking model changes (django-pghistory).
* Enforcing field transitions (pgtrigger.FSM).
* Keeping a search vector updated for full-text search
(pgtrigger.UpdateSearchVector).
* Building official interfaces (e.g. enforcing use of User.objects.create_user
and not User.objects.create).
* Versioning models, mirroring fields, computing unique model hashes.
.
This package contains the documentation.
Description-md5:
Homepage: https://github.com/Opus10/django-pgtrigger
Section: doc
Priority: optional
Filename: pool/main/p/python-django-pgtrigger/python-django-pgtrigger-doc_4.11.0-1_all.deb

5. The same packages on other Linux Distributions