Reinstall Kernel in Ubuntu/Debian

To reinstall Kernel in Ubunru, you need to find the version of kernal installed, for this run

dpkg -l | grep linux-image

Or you can use command, find the kernel version you need to install

apt-cache search linux-image

Once you have the name of linux-image package you need to install, you can run

Advertisement

apt-get install --reinstall PKG_NAME_HERE

Example

reinstall ubuntu kernel

See apt, Ubuntu, Debian

Add a comment

Leave a Reply

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

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement