How To Upgrade Kernel On Ubuntu to Latest Stable Kernel
To keep the Kernel or our Linux system up-to-date is very important because the new technology is coming out very quickly. Upgrade our kernel will help our Linux device or system to recognize very easily and protect our system from vulnerabilities that has found from our previous versions.
Sound so interesting right? There is more I have a very basic bash script that will do all the thing for you to upgrade your kernel in following step.
Step 1: Check Installed Kernel Version
In order to see the current version of our kernel we can type:
$ uname -sr
You should have the information about your kernel version.
After you see the current kernel then compare it with this site Kernel.org
If you are behind the latest kernel then we begin the step 2.
Step 2: Upgrading Kernel
I hosted my script in github if you haven't install git in your system yet I recommend you check and follow the step here How To Install Git Version Control Systems On Ubuntu 2018
Then clone all my script from my github repository in the following command:
git clone https://github.com/mrayoung/Script.git
If you only need a single script for your kernel upgrade just use WGET by following command:
wget https://github.com/mrayoung/Script/blob/master/upgrade-ubuntu-kernel.sh
If you clone from my repo need to go inside the directory and begin step 3.
Step 3: Change Permission
Before execute the script you need to change to permission on script you want to executed this done by following command:
chmod +x upgrade-ubuntu-kernel.sh
Step 4 — Execute Command for Upgrading
If you understand the bash or it's very easy to understand first it's make a directory.
next it's download all the deb file into that directory and last it's install by usingdpkg -i.
To execute the script just type:
sudo ./upgrade-ubuntu-kernel.sh
Then it's do the rest for you what I have mentioned above.
If take sometime you might need a cup of coffee if your internet connection is not very good.
after successfully executed you should reboot your system.
Step 5 — Verify
Surely will need to verify your kernel after upgraded.
this is very easy just go back to Step 1.
$ uname -sr
Let's me know if you find some error on your upgrading.
I also post on my public note here: Ayoungnotes
Leave How To Upgrade Kernel On Ubuntu to Latest Stable Kernel to:
Read more #linux posts
Best Posts From Ayoung
We have not curated any of saing's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Ayoung
- Blockchain and Cryptocurrency Updates 03 FEB 2020 | Bitcoin Price| Bitcoin Emoji l Master left Libra
- Blockchain and Cryptocurrency Updates 30-01-2020 | Bitcoin Price | Jae Kwon | Ditto Music | Avast
- Blockchain and Cryptocurrency Updates 29 01 2020 What is the Bitcoin halving?| Tezoz add in Skrill
- Blockchain and Cryptocurrency Updates 28 01 2020 - Ledger | Poloniex | Coronavirus
- SEREY Social Media Blockchain Base Q&A
- How To Install Google Chrome on Ubuntu from the Command Line
- Build Clojure to Java Application
- How To Upgrade Kernel On Ubuntu to Latest Stable Kernel
- How To Install Git Version Control Systems On Ubuntu 2018
- 004 Baby Panda Care