Package Details - linux-headers-6.17.0-1013-aws
Metadata
- Version
- 6.17.0-1013.13
- Architecture
amd64- Section
devel- Priority
optional- Source
linux-aws- 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-aws-headers-6.17.0-1013
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-1013-aws
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 3611 KB
Installed Size: 29373 B
Component: main
Hashes
SHA256: 4bdd77b5c864c255db8e277cd22739b9c7ce34036a57ca6d7ebff8b1cd7ed9fc SHA1: aeea6db02d5b40511abd1622ed654e65c3cc8a38 MD5: 44c506eac0d6ecbc56306eeccefdadf5What 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.