How to Install and Uninstall python3-pymacaroons-pynacl Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-pymacaroons-pynacl" package

Here is a brief guide to show you how to install python3-pymacaroons-pynacl on openSUSE Leap

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

2. Uninstall "python3-pymacaroons-pynacl" package

Learn how to uninstall python3-pymacaroons-pynacl on openSUSE Leap:

$ sudo zypper remove python3-pymacaroons-pynacl

3. Information about the python3-pymacaroons-pynacl package on openSUSE Leap

Information for package python3-pymacaroons-pynacl:
---------------------------------------------------
Repository : Main Repository
Name : python3-pymacaroons-pynacl
Version : 0.9.3-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 101.4 KiB
Installed : No
Status : not installed
Source package : python-pymacaroons-pynacl-0.9.3-bp155.2.9.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.