Pakketdetails - linux-cloud-tools-6.17.0-23-generic

Metadata
Versie
6.17.0-23.23
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-23

Relaties
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-23-generic
Status en bestanden

Opslagstatus: Virtueel (Trage Synchronisatie)

Downloadgrootte: 1 KB

Geïnstalleerde grootte: 231 B

Component: main


Hashes
SHA256: 5e91317a8db7c2a2afa7dc1019726558db3a15c1b599ed225547f826c9421dce SHA1: 9bb754ecc64aba656d3d72893d2901c3886f6dac MD5: beb166a360b7327c66372543b670294d
What 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.