Install python-itsdangerous
Installing python-itsdangerous package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-itsdangerous
python-itsdangerous package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-itsdangerous |
version | 0.24+dfsg1-1 |
description | Various helpers to pass trusted data to untrusted environment – python 2.x |
subsection | python |
website | pythonhosted.org / itsdangerous / |
maintainer | Debian Python Modules Team |
Uninstall python-itsdangerous
To remove just python-itsdangerous package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-itsdangerous
Uninstall python-itsdangerous and it’s dependent packages
To remove the python-itsdangerous package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-itsdangerous
Purging python-itsdangerous
If you also want to delete configuration and/or data files of python-itsdangerous from Debian Sid then this will work:
sudo apt-get purge python-itsdangerous
To delete configuration and/or data files of python-itsdangerous and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-itsdangerous