Package Details - glance-api
Metadata
- Version
- 2:31.0.0-0ubuntu1.2
- Architecture
all- Section
python- Priority
extra- Source
glance- Origin
- Ubuntu
- Maintainer
- Ubuntu OpenStack <openstack-packaging@lists.ubuntu.com>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://launchpad.net/glance
- Description
OpenStack Image Registry and Delivery Service - API
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 glance-api
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 5 KB
Installed Size: 34 B
Component: main
Hashes
SHA256: 301128ee87c1a66d3a8dfd446b2e4cd0e713fad402d0babd3df2075e4e1227a3 SHA1: 2b3fcff306bb5538199a5192775b28f0c28d4c4d MD5: 7097701db6fc95886a56a73e754db376What 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.