Package Details - python3-cryptography
Metadata
- Version
- 43.0.0-1ubuntu1.2
- Architecture
amd64- Section
python- Priority
optional- Source
python-cryptography- 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://cryptography.io/
- Description
Python library exposing cryptographic recipes and primitives (Python 3)
Relations
Depends
python3-bcrypt
python3 (>= 3~)
python3-cffi-backend-api-min (<= 9729)
python3-cffi-backend-api-max (>= 9729)
python3:any
libc6 (>= 2.34)
libgcc-s1 (>= 4.2)
libssl3t64 (>= 3.0.0)
Suggests
python-cryptography-doc
python3-cryptography-vectors
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-cryptography
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 955 KB
Installed Size: 3759 B
Component: main
Hashes
SHA256: b755ae377f80e50d42cf7cbe576d6107a36dd8d298742be18e4d06d9d5e92baa SHA1: 28e3dd9a9d33b9531f6ed4110d20f71112a79780 MD5: 82c981bc74ee7f08a71ebe2fe3b3c23aWhat 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.