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

Last updated: May 14,2024

1. Install "python3-django-fsm" package

This tutorial shows how to install python3-django-fsm on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-fsm
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-fsm
Version: 2.3.0-1
Depends: python3-django, python3:any (>= 3.3.2-2~)
Recommends: python3-pygraphviz
Filename: pool/universe/d/django-fsm/python3-django-fsm_2.3.0-1_all.deb
Size: 14890
MD5sum: a0095bcbf8ebcb4d3f1393f28e4f105b
SHA1: e30a614b47a570044e514c3831a0790f14aca623
SHA256: e530b86c069cce4492d0020f6dba8c64707fffd1423504acc7160332091f3176
Description-en: 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: 54439859d594832fb9e47dd43d07c8e8
Homepage: https://github.com/kmmbvnr/django-fsm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu