Package Details - python3-sss
Metadata
- Version
- 2.10.1-2ubuntu5.1
- Architecture
amd64- Section
python- Priority
extra- Source
sssd- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian SSSD Team <pkg-sssd-devel@alioth-lists.debian.net>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/SSSD/sssd
- Description
Python3 module for the System Security Services Daemon
Relations
Depends
python3 (<< 3.14)
python3 (>= 3.13~)
python3:any
libc6 (>= 2.33)
libldb2 (>= 0.9.21)
libpopt0 (>= 1.14)
libtalloc2 (>= 2.0.4~git20101213)
Recommends
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-sss
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 45 KB
Installed Size: 200 B
Component: main
Hashes
SHA256: ef5da1017dbdd27e9ee3a6b268f117822c2becf0554de62c724ea4e29287e042 SHA1: 06f77f20dce25ad96b17a6f4f33871a8a5a031ad MD5: 5857e0b270a24dd8ab4fa2f63e52d75cWhat 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.