Skip to content
Technology News Information & Jobs

Technology News Information & Jobs

Ubuntu Tutorials, Ubuntu How To , Linux Tips, Tech Jobs

  • Work with US
  • Search Jobs
  • Post a Job
  • Contact Us
  • Ubuntu
    • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Themes
  • Linux
  • Laptops
  • Tutorials
  • Job Dashboard
  • Toggle search form
Linux 5.2 Released : Update Linux Kernel In Ubuntu

Linux 5.2 Released : Update Linux Kernel In Ubuntu

Posted on July 8, 2019 By admin

Insight: Linux 5.2 Released : Update Linux Kernel In Ubuntu

Linux 5.2 is now officially released.Linus Torvalds released the latest kernel Linux 5.2.

He wrote:

So I was somewhat pre-disposed towards making an rc8, simply because
of my travels and being entirely off the internet for a few days last
week, and with spotty internet for a few days before that [*].

But there really doesn’t seem to be any reason for another rc, since
it’s been very quiet. Yes, I had a few pull requests since rc7, but
they were all small, and I had many more that are for the upcoming
merge window. Part of it may be due to the July 4th week, of course,
but whatever – I’ll take the quiet week as a good sign.

So despite a fairly late core revert, I don’t see any real reason for
another week of rc, and so we have a v5.2 with the normal release
timing.

There’s no particular area that stands out there – the changes are so
small that the sppended shortlog really is the best description of
last week. A few small random changes all over: drivers,
architectures, filesystem, mm, …

So with this, the merge window for 5.2 is open.

Linus

 

Linux 5.2 Released : Update Linux Kernel In Ubuntu

There are multiple ways to update Linux Kernel in Ubuntu and Ubuntu based operating systems.

READ More Relevant Stuff:  Happy Birthday Linus Torvalds

Method 1:

Upgrade Latest Linux Kernel In Ubuntu using UKTools

You can easily upgrade latest Linux kernel in Ubuntu automatically with this tools. You can also use this tool to upgrade Linux kernel to the latest version in Linux Mint.

Download and install UkTools:

git clone https://github.com/usbkey9/uktools && cd uktools
make

To upgrade Kernel:

$ do-kernel-upgrade

To remove old and unused kernels in Ubuntu :

$ do-kernel-purge

Method 2:

Update the Linux Kernel in Ubuntu with Ukuu

Ukuu is another popular Linux kernel management tool for Ubuntu. You can use it to upgrade Linux kernel in Ubuntu. It will automatically install main line kernel in Ubuntu.

Visit our article on Ukuu to know the process to upgrade Linux kernel in Ubuntu.

Method 3:

Update the Linux Kernel using Linux Kernel Utilities in Ubuntu

Linux Kernel Utilities is  a set of BASH shell scripts which can be used to update Linux kernels. There are 3 scripts in this shell scripts which are used for specific kernel management task.

  • compile_linux_kernel.sh
  • update_ubuntu_kernel.sh
  • remove_old_kernels.sh

Compile_linux_kernel.sh:-  This script will compile and install the latest Linux Kernel from the source.

update_ubuntu_kernel.sh:- This script downloads and install/update the already compiled Ubuntu Kernel.

remove_old_kernel.sh:- This script removes all inactive and unused Linux Kernels from the system.

Install Linux Kernel Utilities In Ubuntu:

$ git clone https://github.com/mtompkins/linux-kernel-utilities.git
$ cd linux-kernel-utilities/
$ chmod 750 *.sh
$ git pull

Now, Run the following command to list the available Kernel.

$ ./compile_linux_kernel.sh

Follow the on screen instruction and select the latest kernel. follow the onscreen instructions to compile and install the selected Linux Kernel.

READ More Relevant Stuff:  Configure A Firewall On Ubuntu 20.04 With UFW

Run the following command to compile and install the latest available Linux Kernel:

$ ./compile_linux_kernel.sh --latest

Run the following command to install precompiled Kernel:

$ ./update_ubuntu_kernel.sh

It will list out the all available pre-compiled Linux Kernels from Kernel.ubuntu.com. You can see the number and you need to enter the desired number to install the selected Kernel.

Now restart your Ubuntu system.

Meanwhile, To install the latest available Linux Kernel, Run the following command:

$ ./update_ubuntu_kernel.sh --latest

Now, Run the following command to remove old kernels.

$ ./remove_old_kernels.sh

Method 4:

Update the Linux Kernel with apt-get

This is the most efficient and recommended method for upgrading the Linux Kernel in Ubuntu.

Run the following commands to update the Linux Kernel in Ubuntu:

$ sudo apt-get upgrade linux-image-generic

Method 5:

This is the manual method of updating Linux Kernel in Ubuntu operating system. You need to the download the Linux Kernel from the official source.

Download Linux Kernel

Or, You can run the following commands to download Linux Kernel for 64-Bit System.

$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0/linux-headers-5.0.0-050000_5.0.0-050000.201903032031_all.deb
$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0/linux-headers-5.0.0-050000-generic_5.0.0-050000.201903032031_amd64.deb
$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0/linux-image-unsigned-5.0.0-050000-generic_5.0.0-050000.201903032031_amd64.deb
$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0/linux-modules-5.0.0-050000-generic_5.0.0-050000.201903032031_amd64.deb

Move to the directory where the files are downloaded and run this command to manually install the kernel. Here we are installing Linux Kernel 5.0

$ sudo dpkg -i *.deb

 

This much for now, Let us know if anything is broken in this post.

Ubuntu, Linux Tags:kernel, linux, ubuntu

Post navigation

Previous Post: Install uTorrent In Ubuntu 18.04/Ubuntu 19.04
Next Post: Debian 10 “Buster” Released

Related Posts

List Of Best Linux FTP Client In 2018 Linux
Install Build Essential Install Build Essential Tools On Ubuntu 22.04 LTS Install Build Essential Tools On Ubuntu 22.04 LTS Linux
Linux kernel 5.0 released Linux Kernel 5.0 Released | Download Now Linux
Install Windows 10 GTK Themes In Linux 2018 Themes
Best BitTorrent Clients For Linux In 2019 Best BitTorrent Clients For Linux In 2019 Linux
Install brackets How To Install Brackets Code Editor In Linux Ubuntu

Recent Posts

  • New Job Search October 10, 2025
  • How To Enable Hibernate in Ubuntu 22.04 LTS May 20, 2024
  • Popular Ubuntu Games: Top 5 Games To Play March 17, 2024
  • WordPress | Your site doesn’t include support for the “generateblocks/container” block GenerateBlocks Plugin February 11, 2024
  • Ubuntu Autoremove Command Debian Autoremove Command February 10, 2024
  • How To Mount Windows 11 Shares on Debian Linux December 7, 2023
  • Anonymous Browsing 101: A Deep Dive Into Residential Proxies November 20, 2023
  • How To Correctly Install Uninstall Linux Ubuntu Nvidia Drivers Fast October 31, 2023
  • Ethical Web Design: The Dos and Don’ts October 28, 2023
  • Understanding the Role of Security Operations Center October 25, 2023
  • The Positive Effects of AI Tools and Online Services on Students Successful Essay-Writing Skills October 3, 2023

Categories

  • Android
  • Apple
  • Blogs
  • Debian
  • Fix
  • Gadgets
  • Game
  • Google
  • How To Ubuntu
  • Internet
  • Laptops
  • Linux
  • Linux Commands
  • Linux Game
  • Linux Mint
  • News
  • Operating Systems
  • Security
  • Technology
  • Themes
  • Tools
  • Tutorials
  • Ubuntu
  • ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Windows 11
  • Wordpress
  • Search Jobs
  • Post a Job
  • Job Dashboard
  • Contact Us
  • About US
  • Cookie Policy
  • Terms and Conditions
  • Privacy Policy
  • Sitemap
  • Write For US

Tags

android apps centos ChatGPT command Commands Debian deepin Desktop docker Fedora fix game games Gaming gnome google kernel linux linux commands linux kernel Linux laptops Linux Mint Linux themes minecraft NVIDIA Python Raspberry Pi sysadmin themes ubuntu ubuntu 18.04 Ubuntu 18.04 LTS Ubuntu 20.04 ubuntu 20.04 lts Ubuntu 22.04 LTS Ubuntu games Ubuntu kernel ubuntu themes ubuntu tutorial VirtualBox Windows Windows 11 Wine WSL
itsubuntu.com is an Equal Opportunity Employer. For Advertisement, Jobs, Guest posts, and any other thoughts, email us at [email protected]
  • Writer

    • Jersey City, NJ
    • Dexian
    • Full Time
  • Service Writer

    • Houston, TX
    • Frontline Source Group - Nationwide Staffing & Executive Sea...
    • Full Time
  • Senior Front-End Developer

    • Remote
    • Careers @ Whitespace
    • Full Time
  • Customs Entry Writer

    • Greer, SC
    • JSG (Johnson Service Group, Inc.)
    • Full Time
  • Service Writer – Hanover MA

    • Hanover, MA
    • VIP Auto LLC
    • Full Time
  • Service Writer

    • Houston, TX
    • FleetPride
    • Full Time
  • Technical Writer

    • Camden, NJ
    • HOLTEC INTERNATIONAL
    • Full Time
  • Service Writer

    • Elko, NV
    • Riverton Elko Chevrolet Buick GMC
    • Full Time

Copyright © 2025 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme