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

Last updated: May 19,2024

1. Install "python36-pymacaroons" package

This guide covers the steps necessary to install python36-pymacaroons on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pymacaroons

2. Uninstall "python36-pymacaroons" package

Learn how to uninstall python36-pymacaroons on openSuSE Tumbleweed:

$ sudo zypper remove python36-pymacaroons

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

Information for package python36-pymacaroons:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pymacaroons
Version : 0.13.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 141,0 KiB
Installed : No
Status : not installed
Source package : python-pymacaroons-0.13.0-3.6.src
Summary : Macaroon library for Python
Description :
Macaroons, like cookies, are a form of bearer credential.
Unlike opaque tokens, macaroons embed caveats that define
specific authorization requirements for the target service,
the service that issued the root macaroon and which is
capable of verifying the integrity of macaroons it recieves.
Macaroons allow for delegation and attenuation of authorization.
They are simple and fast to verify, and decouple authorization policy
from the enforcement of that policy.
This is a Python implementation of Macaroons.