Package Details - linux-headers-6.17.0-1016-gcp

Metadata
Version
6.17.0-1016.17
Architecture
amd64
Section
devel
Priority
optional
Source
linux-gcp
Origin
Ubuntu
Maintainer
Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Description

Linux kernel headers for version 6.17.0

Relations
Depends
linux-gcp-headers-6.17.0-1016 libc6 (>= 2.38) libdw1t64 (>= 0.171) libelf1t64 (>= 0.144) libssl3t64 (>= 3.0.0) zlib1g (>= 1:1.2.3.3)
Provides
linux-headers linux-headers-3.0
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 linux-headers-6.17.0-1016-gcp
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 4358 KB

Installed Size: 30008 B

Component: main


Hashes
SHA256: 0fd54c9585ef9b1968f8d5541a3e1e57d9b2a41f76d404477aff60a8bd405c61 SHA1: 8f7eaa1fdd4a7467cf64908db5cf77c40d922b36 MD5: 427cb828df92c69607ee6afec36fd542
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.