How to Install and Uninstall python36-itsdangerous Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python36-itsdangerous" package

Please follow the instructions below to install python36-itsdangerous on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-itsdangerous

2. Uninstall "python36-itsdangerous" package

This tutorial shows how to uninstall python36-itsdangerous on openSuSE Tumbleweed:

$ sudo zypper remove python36-itsdangerous

3. Information about the python36-itsdangerous package on openSuSE Tumbleweed

Information for package python36-itsdangerous:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-itsdangerous
Version : 2.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 139,4 KiB
Installed : No
Status : not installed
Source package : python-itsdangerous-2.0.1-1.2.src
Summary : Various helpers to pass trusted data to untrusted environments and back
Description :
It's Dangerous
... so better sign this
Various helpers to pass data to untrusted environments and to get it back
safe and sound.
This repository provides a module that is a port of the django signing
module. It's not directly copied but some changes were applied to
make it work better on its own.
Also I plan to add some extra things. Work in progress.