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

Last updated: May 21,2024

1. Install "python3-django-fsm" package

Please follow the guidelines below to install python3-django-fsm on Kali Linux

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

2. Uninstall "python3-django-fsm" package

This is a short guide on how to uninstall python3-django-fsm on Kali Linux:

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

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

Package: python3-django-fsm
Source: django-fsm
Version: 2.8.1-1
Installed-Size: 63
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Recommends: python3-pygraphviz
Size: 16548
SHA256: 856c39003bc53c3a7fb7f6c4774432e22f6541c8f78c1f753c02cec25f885c4c
SHA1: e0ca282d1eb1c7765b2efcf63a4570d932ec3b22
MD5sum: d86aad8b1fd7852898eb5c17063986b8
Description: Django friendly finite state machine support (Python3 version)
django-fsm adds declarative states management for django models. Instead of
adding some state field to a django model, and managing its values by hand,
you could use FSMState field and mark model methods with the transition
decorator. Your method could contain the side-effects of the state change.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/kmmbvnr/django-fsm
Section: python
Priority: optional
Filename: pool/main/d/django-fsm/python3-django-fsm_2.8.1-1_all.deb