View Issue Details

IDProjectCategoryView StatusLast Update
0008694Kali LinuxGeneral Bugpublic2024-03-29 14:52
Reporterpalmieri0884 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0008694: kali-linux-2023.4-raspberry-pi-arm64
Description

Problem to install linux-headers, any Idea please?

┌──(root㉿kali-raspberry-pi5)-[/]
└─# uname -r
6.1.64-v8+

┌──(root㉿kali-raspberry-pi5)-[/]
└─# sudo apt install linux-headers
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers

┌──(root㉿kali-raspberry-pi5)-[/]
└─# sudo apt install --no-install-recommends linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-6.1.64-v8
E: Couldn't find any package by glob 'linux-headers-6.1.64-v8'

Activities

kali-bugreport

kali-bugreport

2024-03-29 07:57

reporter   ~0019077

Install support is given here:

https://forums.kali.org/forumdisplay.php?4-Installing-Kali-Linux

wanix1988

wanix1988

2024-03-29 14:52

reporter   ~0019078

@palmieri0884, It seems that you have a customized kernel(linux-headers-6.1.64-v8+) for rpi5? May you need install kernel header like this:

sudo apt install linux-headers-rpi-v8

https://www.raspberrypi.com/documentation/computers/linux_kernel.html#getting-your-code-into-the-kernel

Issue History

Date Modified Username Field Change
2024-03-28 22:37 palmieri0884 New Issue
2024-03-29 07:57 kali-bugreport Note Added: 0019077
2024-03-29 14:52 wanix1988 Note Added: 0019078