How to Install and Uninstall python312-pymacaroons-pynacl Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python312-pymacaroons-pynacl" package

Please follow the guidance below to install python312-pymacaroons-pynacl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pymacaroons-pynacl

2. Uninstall "python312-pymacaroons-pynacl" package

Here is a brief guide to show you how to uninstall python312-pymacaroons-pynacl on openSuSE Tumbleweed:

$ sudo zypper remove python312-pymacaroons-pynacl

3. Information about the python312-pymacaroons-pynacl package on openSuSE Tumbleweed

Information for package python312-pymacaroons-pynacl:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pymacaroons-pynacl
Version : 0.9.3-6.1
Arch : noarch
Vendor : openSUSE
Installed Size : 91.2 KiB
Installed : No
Status : not installed
Source package : python-pymacaroons-pynacl-0.9.3-6.1.src
Upstream URL : https://github.com/matrix-org/pymacaroons
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.