The latest kernel has arrived, but as it is already assumed, it cannot be used for a while on the Ubuntu distribution. Why is it? Ubuntu has always taken a step in the latest software release. This is because there is a somewhat like an upgrade. In other words, stability comes first.
The latest kernels are not stable, but the team after the distribution hasn’t had time to completely test the latest release on the entire operating system.
also: 5 best rolling releases Linux distribution -Reasons to use
This does not want all new features, patches and bug modifications that come with the latest largest kernels.
If you test (or use) of the latest kernel of ubuntu (or ubuntu -based distribution), you can install the latest kernels, so I’m not lucky and I’ll show you how.
It is best to wait for the kernel to reach the standard repository of the deployment. However, there may be new hardware that has an instance that requires functionality in the latest kernel or is not completely supported in the previous kernel. In this case, you can want HWE (hardware activation kernel) that supports new hardware.
In that sense, let’s do this.
How to install the latest kernels in Ubuntu
What you need: The only thing needed for this is the user with a running instance and a sudo permissions of Ubuntu (or Ubuntu -based deployment). It is recommended to try on a test machine or a virtual machine first. So do not break something from the main computer.
The kernel I will show is the IS version 6.13, the main line kernel.
uname -r
The next thing to do is to create a folder to accommodate the downloaded file. Please do the following by command:
Please show more
mkdir ~/download/kernel
Install the downloaded file by issuing the following command within the ~/download/Kernel folder.
Please show more
sudo dpkg -i *.deb
When the installation is complete, if you restart the computer, you will need an option to select the latest kernel. It can be confirmed by issuing the Uname-R command and a 6.13.0-061300-generic.
In addition, the first five Linux commands must be learned by all new users.
Replacement
There is another way to install the latest kernels through the main line kernel tool. This tool allows you to easily select the desired kernel and install it in an easy GUI.
The method of installing this convenient tool is as follows.
1. Add the necessary repository
The first thing to do is to add the necessary repository.
Sudo add-apt-repository PPA: Cappelikan/PPA
2. Update APT
Next, let’s update the APT by command.
Sudo appropriate update
3. Install the main line app
Finally, install the main line app.
SUDO APT Install -Y Mainline
Now you can open the main line kernel app, select the kernel to install, and click on the installation.
Also: Do you want to save your previous computer? Try to use these 6 Linux distributions
It is not easy to install other kernels using the main line kernel tool.
Jack Wallen/Zdnet
And there are two ways to install the latest Linux kernels in Ubuntu. The latest kernels work better and support more new hardware.
In addition: 5 best linux commands (and how to use) for problem solving problems (and how to use)
Enjoy that freedom.