How to Install and Uninstall linux-headers-6.6.9-common-rt Package on Kali Linux

Last updated: June 03,2024

1. Install "linux-headers-6.6.9-common-rt" package

Please follow the step by step instructions below to install linux-headers-6.6.9-common-rt on Kali Linux

$ sudo apt update $ sudo apt install linux-headers-6.6.9-common-rt

2. Uninstall "linux-headers-6.6.9-common-rt" package

This tutorial shows how to uninstall linux-headers-6.6.9-common-rt on Kali Linux:

$ sudo apt remove linux-headers-6.6.9-common-rt $ sudo apt autoclean && sudo apt autoremove

3. Information about the linux-headers-6.6.9-common-rt package on Kali Linux

Package: linux-headers-6.6.9-common-rt
Source: linux
Version: 6.6.9-1kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 47178
Multi-Arch: foreign
Homepage: https://www.kernel.org/
Priority: optional
Section: kernel
Filename: pool/main/l/linux/linux-headers-6.6.9-common-rt_6.6.9-1kali1_all.deb
Size: 8536976
SHA256: f1c5969d2f3fdca53bb327cb1a8ac9ce336022b728525484cabf27a815d718a7
SHA1: 67e09492b7fb1c65eff7d717acc64dd0615766f7
MD5sum: f9c20ba2b86708f75017e30ea1deb513
Description: Common header files for Linux 6.6.9-rt
This package provides the common kernel header files for Linux kernel
version 6.6.9 with the PREEMPT_RT featureset, generally used for building
out-of-tree kernel modules. These files are going to be installed into
/usr/src/linux-headers-6.6.9-common-rt.
.
To obtain a complete set of headers you also need to install the
linux-headers-6.6.9-(flavour) package, matching the flavour of the kernel
you intend the build for.
Description-md5:
Original-Maintainer: Debian Kernel Team