Package Details - libcharon-extauth-plugins
Metadata
- Version
- 6.0.1-6ubuntu4.3
- Architecture
amd64- Section
net- Priority
optional- Source
strongswan- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- strongSwan Maintainers <pkg-swan-devel@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- http://www.strongswan.org
- Description
strongSwan charon library (extended authentication plugins)
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/4
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-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update
Step 2: Install the package
sudo apt install libcharon-extauth-plugins
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 31 KB
Installed Size: 294 B
Component: main
Hashes
SHA256: caa4c8298b14c9c3b5160e5d9f2b2dd2cf8a8efe72a7e382c3b8ef695a03f1e6 SHA1: b66b69e004e1f99544e4bcad0ec05492635b6420 MD5: 6360870e64296c5c9814ba3ba964a88cWhat 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.