How to Install and Uninstall python3-pymacaroons Package on Kali Linux

Last updated: October 05,2024

1. Install "python3-pymacaroons" package

Please follow the instructions below to install python3-pymacaroons on Kali Linux

$ sudo apt update $ sudo apt install python3-pymacaroons

2. Uninstall "python3-pymacaroons" package

Please follow the guidelines below to uninstall python3-pymacaroons on Kali Linux:

$ sudo apt remove python3-pymacaroons $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pymacaroons package on Kali Linux

Package: python3-pymacaroons
Source: pymacaroons
Version: 0.13.0-6
Installed-Size: 83
Maintainer: Debian Python Team
Architecture: all
Depends: python3-nacl, python3-six (>= 1.8.0), python3:any
Size: 13204
SHA256: 7fc170173f02e7c3b66cf20997b6755439d8b29d7361aedabf4fee2a917782b2
SHA1: f2fcee336385e1372d6e390788f536addaa8e813
MD5sum: 5fd489f3eb08f3ad1c608fe586fcd491
Description: Macaroon library for Python 3
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.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/ecordell/pymacaroons
Section: python
Priority: optional
Filename: pool/main/p/pymacaroons/python3-pymacaroons_0.13.0-6_all.deb