Package Details - python3-jwt
Metadata
- Version
- 2.10.1-2ubuntu0.1
- Architecture
all- Section
python- Priority
optional- Source
pyjwt- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Python Team <team+python@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/jpadilla/pyjwt
- Description
Python 3 implementation of JSON Web Token
Relations
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/2
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
Step 2: Install the package
sudo apt install python3-jwt
Status & Files
Storage State: Physical (Cached)
Download Size: 20 KB
Installed Size: 106 B
Component: main
Hashes
SHA256: fa3fa62d5d9afc6184983561143a690767b1695f65cef72c15c220f95ad348fa SHA1: 0868d6754edb6f2014c24b325ccfdcc65f8a24b7 MD5: 6a358c1f6be32db5ad88778366a15fb4What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.