GNU/Linux Ubuntu 18.04 Updating Kernel – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Update/Upgrade Linux Kernel in Ubuntu 18.04 Bionic GNU/Linux Desktop.
And this Update Linux Kernel on Ubuntu expose All the Best available Methods.
Especially relevant: the first thing to do is a simple System Update.
Moreover, this guide includes detailed instructions about to Updating Linux Firmware.
Finally, this Setup is valid for all the Ubuntu-based Distros like:
- Linux Mint
- Zorin OS
- Lubuntu
- Elementary OS
- Kde Neon
- Pop_OS!
- Xubuntu
- Linux Lite
- Bodhi
- Puppy
- Kubuntu
- LXLE
- Trisquel
- Voyager Ubuntu
- feren OS
- Peppermint
- Linux Ultimate Edition (You may just need to Discover what’s the Parent Release)
1. Terminal Getting-Started Guide
How to QuickStart with Command Line on Ubuntu 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