GNU/Linux Mint 19 Updating Kernel – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Update/Upgrade Linux Kernel in Mint 19.x GNU/Linux Desktop.
And this Update Linux Kernel on Mint expose All the Best available Methods.
Especially relevant: the first thing to do is a simple System Update.
Finally, this guide includes detailed instructions about to Updating Linux Firmware.
1. Terminal Getting-Started Guide
How to QuickStart with Command Line on Mint GNU/Linux:
First Update the Apt Repo Sources with:
sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.2. Updating System
Now it’s recommended to Update System
With:sudo apt update && sudo apt upgrade
And in case of a New Kernel setup then to Reboot:sudo reboot
After Restart to Check your loaded Kernel Version:uname -r
Now you can also try with the HWE Kernel Setup with:sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
Last, in case it’s Not that you wanted, then See the Next Step.
Contents