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

Last updated: September 27,2024

1. Install "python-django-fsm" package

Learn how to install python-django-fsm on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-fsm" package

This tutorial shows how to uninstall python-django-fsm on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-django (>= 1.6), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-pygraphviz
Filename: pool/universe/d/django-fsm/python-django-fsm_2.3.0-1_all.deb
Size: 14792
MD5sum: 56413cb350f7720da3739a7042b749f1
SHA1: 875b305faaeb04370a22282158692bd57dd32e27
SHA256: acdde4649b31b1969407f4bf7a68f03067e2c99e1b03999337a1071b4f686016
Description-en: Django friendly finite state machine support
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.
Description-md5: 187143cafc8d9b843fe62adcd371e9f1
Homepage: https://github.com/kmmbvnr/django-fsm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu