-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel Headers #24
Comments
try apt update and install apt install linux-headers-********* Or simply install rtl8188eus apt install realtek-rtl8188eus-dkms -y |
┌──(root㉿kali)-[/lib/modules] └─# apt install realtek-rtl8188eus-dkms -y Reading package lists... Done Building dependency tree... Done Reading state information... Done The following NEW packages will be installed: realtek-rtl8188eus-dkms 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 1,493 kB of archives. After this operation, 12.1 MB of additional disk space will be used. Get:1 http://http.kali.org/kali kali-rolling/contrib arm64 realtek-rtl8188eus-dkms all 5.3.9 |
Try to fix it using sudo dpkg --configure -a |
Have you considered using a newer version of Kali? |
┌──(root㉿kali)-[~/rtl8188eu]
└─# sudo apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-4.19.157-perf-gcbd64b102864
E: Couldn't find any package by glob 'linux-headers-4.19.157-perf-gcbd64b102864'
E: Couldn't find any package by regex 'linux-headers-4.19.157-perf-gcbd64b102864'
The text was updated successfully, but these errors were encountered: