How to Install and Uninstall python2-pymacaroons Package on openSUSE Leap

Last updated: May 14,2024

1. Install "python2-pymacaroons" package

This guide let you learn how to install python2-pymacaroons on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pymacaroons

2. Uninstall "python2-pymacaroons" package

Please follow the steps below to uninstall python2-pymacaroons on openSUSE Leap:

$ sudo zypper remove python2-pymacaroons

3. Information about the python2-pymacaroons package on openSUSE Leap

Information for package python2-pymacaroons:
--------------------------------------------
Repository : Main Repository
Name : python2-pymacaroons
Version : 0.13.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 116,4 KiB
Installed : No
Status : not installed
Source package : python-pymacaroons-0.13.0-bp153.1.17.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.