Update Kernel header

bash-script

Option 1:
List the available linux-headers and linux-image with apt-cache search:

				
					apt update
apt-cache search linux-headers
				
			

Install the correct package (based on previous output):

				
					apt-get install linux-headers-4.8.0-kali1-amd64
				
			

And or:

				
					apt-cache search linux-image
				
			

Installing it with:

				
					apt-get install linux-image-4.8.0-kali1-amd64
reboot
				
			

Option 2:
Or you could use the following to upgrade your kernel with the latest headers:

				
					apt update
apt dist-upgrade
reboot
apt install linux-headers-$(uname -r)
				
			
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

NMAP Commands

Next Post
h8mail

Find email password breach with H8mail

Related Posts
md5-integrity-check

Integrity with MD5 or SHA-1

[title size=”2″ content_align=”center” style_type=”default” sep_color=”” margin_top=”” margin_bottom=”” class=”” id=””]Check integrity with MD5 or SHA-1[/title][separator style_type=”none” top_margin=”5″ bottom_margin=”” sep_color=””…
Read More