Package Details - linux-headers-generic-hwe-24.04

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

Generic Linux kernel headers

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-generic-hwe-24.04
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 11 KB

Installed Size: 18 B

Component: main


Hashes
SHA256: a38529fa61c69e6a3be9b347acfa1739fc93e2d44a411cb9202dd5d1ef68cc12 SHA1: 7d3859d68dfc8ac0d1121d5f64a32f2a6ad007ba MD5: 8d2f4bf666f91c96473f7fb2a53c8118
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.