How to Install and Uninstall python-pymacaroons-pynacl-doc.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python-pymacaroons-pynacl-doc.noarch" package

Please follow the step by step instructions below to install python-pymacaroons-pynacl-doc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python-pymacaroons-pynacl-doc.noarch

2. Uninstall "python-pymacaroons-pynacl-doc.noarch" package

Please follow the steps below to uninstall python-pymacaroons-pynacl-doc.noarch on Fedora 34:

$ sudo dnf remove python-pymacaroons-pynacl-doc.noarch $ sudo dnf autoremove

3. Information about the python-pymacaroons-pynacl-doc.noarch package on Fedora 34

Last metadata expiration check: 3:01:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python-pymacaroons-pynacl-doc
Version : 0.13.0
Release : 8.fc34
Architecture : noarch
Size : 144 k
Source : python-pymacaroons-pynacl-0.13.0-8.fc34.src.rpm
Repository : fedora
Summary : Documentation for python-pymacaroons-pynacl
URL : https://github.com/ecordell/pymacaroons
License : MIT
Description : Documentation for the python-pymacaroons-pynacl package.
:
: This is a Python re-implementation of the libmacaroons C library.
: 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 receives.
:
: 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.