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

Last updated: September 28,2024

1. Install "python3-django-pgtrigger" package

This guide covers the steps necessary to install python3-django-pgtrigger on Kali Linux

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

2. Uninstall "python3-django-pgtrigger" package

Please follow the guidance below to uninstall python3-django-pgtrigger on Kali Linux:

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

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

Package: python3-django-pgtrigger
Source: python-django-pgtrigger
Version: 4.11.0-1
Installed-Size: 270
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-pgtrigger-doc
Size: 52420
SHA256: 4bc67e0a505bd14ab8da5a54a6253d867c84e796fb4f08634b6261a59a52b4e2
SHA1: ba040e205770695a014120d15f37a8036c94211e
MD5sum: 2a3d492a22d10bf130cd37cbae96c100
Description: Write Postgres triggers for your Django models (Python3 version)
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 Python 3 version of the library.
Description-md5:
Homepage: https://github.com/Opus10/django-pgtrigger
Section: python
Priority: optional
Filename: pool/main/p/python-django-pgtrigger/python3-django-pgtrigger_4.11.0-1_all.deb

5. The same packages on other Linux Distributions