Pakketdetails - linux-cloud-tools-6.17.0-19-generic
Metadata
- Versie
- 6.17.0-19.19
- Architectuur
amd64- Sectie
devel- Prioriteit
optional- Bron
linux- Oorsprong
- Ubuntu
- Onderhouder
- Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
- Fouten
- https://bugs.launchpad.net/ubuntu/+filebug
- Beschrijving
Linux kernel version specific cloud tools for version 6.17.0-19
Relaties
Depends
Afhankelijke pakketten
Laden…
Hoe te installeren
Stap 1: Voeg deze APT-server toe
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
Stap 2: Installeer het pakket
sudo apt install linux-cloud-tools-6.17.0-19-generic
Status en bestanden
Opslagstatus: Virtueel (Trage Synchronisatie)
Downloadgrootte: 1 KB
Geïnstalleerde grootte: 400 B
Component: main
Hashes
SHA256: f0b6f9fe898a74c5029a05c8432912064e2d3d7610b172ee44e365d595583683 SHA1: bcfe6df0c3f0b11e8c69d0829d1acc21c6af5775 MD5: 90dda94329db46313714304f34ace313What 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.