Package Details - linux-headers-6.17.0-8-generic
Metadata
- Version
- 6.17.0-8.8
- Architecture
amd64- Section
devel- Priority
optional- Source
linux- 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-headers-6.17.0-8
libc6 (>= 2.38)
libdw1t64 (>= 0.171)
libelf1t64 (>= 0.144)
libgcc-s1 (>= 4.2)
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-8-generic
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 4108 KB
Installed Size: 30375 B
Component: main
Hashes
SHA256: 006830df2603fe5b19386300ca1bf42379d0ba98be49817500fc8918ab12b1eb SHA1: 330209a0e72fce1adb96a40d46807d37193a5cf6 MD5: fa49ff47968e56f63c907285eb171e32What 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.