Home Blog Archive Software Linux Mint: Kernel Update - how to

Linux Mint: Kernel Update - how to

  • Oct 19, 2025
  • 667
  • 0

You want a Kernel Update in Linux, perform Mint, is similar to that under any Linux operating system. Note, however, that a Kernel should not be fraught with Update risks and, therefore, only be carried out if the System works with the currently installed Kernel properly. We will explain the necessary steps for the Update.

So you are updating the Kernel in Linux Mint

Note: If you don't know what exactly a Kernel is, you should first of all our practical tip on the subject by reading.
  1. System Update: Open it with [Ctrl] + [Alt] + [T] a Terminal window and type apt "sudo apt-get update && sudo-get dist-upgrade-y". Confirm with your password, to update Linux Mint to the latest version.
  2. Restart: Restart with "sudo reboot".
  3. Kernel Version: Under kernel.ubuntu.com you will find all available Kernel versions. Scroll down here to the bottom and select the desired Kernel. Caution: don't Select a folder with "*rc*" in the name - this is not yet classified as stable. Apart from the rc kernels you can download, but the lowest (=most recent) Kernel Version.
  4. 32bit/64bit: all the right files to download, you need to know whether you are using Linux Mint in 32bit - or 64bit Version. You can find out with the Terminal command "file /sbin/init".
  5. Kernel files: In the opened folder select the following files to Download "linux-headers-*-generic-*_amd64.deb" and "linux-image-*-generic-*_amd64.deb" for 64-bit systems and "linux-headers-*-generic-*_i386.deb" and "linux-image-*-generic-*_i386.deb" for 32-bit systems. In any case, download the "linux-headers-*_all.deb"-file. On the picture you can see the needed files on the example of the 4.4.2 kernel (green = 32bit). Save the files on your Computer (e.g. Downloads folder).
  6. Kernel Update: to install the new Kernel, navigate to the Kernel in the selected folder (e.g. "cd ~/Downloads"). Now run this command: "sudo dpkg-i linux-headers-4*.deb linux-image-4*.deb". Confirm with the [Enter] key and your password.
  7. Grub upgrade: Run the command "sudo update-grub" in the Terminal.
  8. Restart: Restart your Computer ("sudo re
  9. Finished, the Terminal command "uname -r" should now show the newly installed Kernel Version.
Linux: files for Kernel Update
On the next page, we can help, if you have your password in Linux Mint have forgotten.

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =