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

Last updated: May 06,2024

1. Install "python3-djangorestframework-fsm-transitions" package

This guide let you learn how to install python3-djangorestframework-fsm-transitions on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-djangorestframework-fsm-transitions

2. Uninstall "python3-djangorestframework-fsm-transitions" package

This guide covers the steps necessary to uninstall python3-djangorestframework-fsm-transitions on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-djangorestframework-fsm-transitions $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-djangorestframework-fsm-transitions
Priority: optional
Section: universe/python
Installed-Size: 23
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: drf-fsm-transitions
Version: 0.2.0-2
Depends: python3-django, python3-django-fsm, python3-djangorestframework, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/drf-fsm-transitions/python3-djangorestframework-fsm-transitions_0.2.0-2_all.deb
Size: 4108
MD5sum: 99221ba43a5448addbb302d2bf5dc61d
SHA1: 2db3eab0e05c875a2ca9b3b13b95d3ebe024921e
SHA256: 7d394b2cbeced21f3640f4c2ebcf3e97a54ab8df794d181c422edf81dd86e749
Description-en: Django-FSM transitions for Django REST Framework (Python3 version)
Automatically hook your Django-FSM transitions up to Django REST Framework by
using the provided viewset mixin. Each transition will be made available
through its name in the object URL and can be called using POST.
.
This package contains the Python 3 version of the library.
Description-md5: 578e38cd4fe1e7b7d2996c203ae6b9a3
Homepage: https://github.com/hzy/drf-fsm-transitions
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu