Pakkeoplysninger - amphora-agent
Metadata
- Version
- 1:17.0.0-0ubuntu1
- Arkitektur
all- Sektion
universe/net- Prioritet
optional- Kilde
octavia- Oprindelse
- Ubuntu
- Vedligeholder
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Oprindelig vedligeholder
- Debian OpenStack <openstack-devel@lists.alioth.debian.org>
- Fejl
- https://bugs.launchpad.net/ubuntu/+filebug
- Hjemmeside
- https://opendev.org/openstack/octavia
- Beskrivelse
OpenStack Load Balancer Service - Amphora agent
Relationer
Omvendte afhængigheder
Indlæser…
Sådan installerer du
Trin 1: Tilføj denne APT-server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1
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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Trin 2: Installer pakken
sudo apt install amphora-agent
Status og filer
Lagerstatus: Virtuel (Lynsynkronisering)
Downloadstørrelse: 5 KB
Installeret størrelse: 32 B
Komponent: universe
Hash-værdier
SHA256: 3f90d1e5f570c69b168ad4b7ad42fff2fa43ec006a18802c25367c16262757e8 SHA1: ba03f8007e0a184fb150b903d7285ddb77a4dd4e MD5: 52925f8ebd329e2db38f8f223c599872What 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.