Package Details - linux-headers-6.17.0-1012-azure-fde

Metadata
Version
6.17.0-1012.12
Architecture
amd64
Section
devel
Priority
optional
Source
linux-azure-fde
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-azure-fde-headers-6.17.0-1012 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/4

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-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update

Step 2: Install the package

sudo apt install linux-headers-6.17.0-1012-azure-fde
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 3459 KB

Installed Size: 28072 B

Component: main


Hashes
SHA256: dfe4994c166a7e98d0b3da6e712dfd64ccc2c6e710511904af4aafcb2d75bc33 SHA1: efe10773b7b5c62eb1b9430c3ad206f71ac6ec50 MD5: 8f07e933b178f92a573dcaf0655dc5a7
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.