<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kernel Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 31 Jul 2021 20:43:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Linux Kernel 5.13 on Rocky Linux 8 / AlmaLinux 8 /CentOS 8?</title>
		<link>https://www.osradar.com/how-to-install-linux-kernel-5-13-rocky-linux-alma-linux-centos/</link>
					<comments>https://www.osradar.com/how-to-install-linux-kernel-5-13-rocky-linux-alma-linux-centos/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 06 Aug 2021 04:46:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27043</guid>

					<description><![CDATA[<p>Hello, friends. In this post, we will help you to install kernel 5.13 on Rocky Linux 8 / AlmaLinux 8 /. This post is oriented to users that use this system on the desktop and have some modern hardware. CentOS is one of the most solid and stable distribution that there is, but this has [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-linux-kernel-5-13-rocky-linux-alma-linux-centos/">How to install Linux Kernel 5.13 on Rocky Linux 8 / AlmaLinux 8 /CentOS 8?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. In this post, we will help you to install kernel 5.13 on <a href="https://www.osradar.com/migrate-from-centos-to-rocky-linux/" target="_blank" rel="noreferrer noopener">Rocky Linux</a> 8 / <a href="https://www.osradar.com/how-to-migrate-from-centos-almalinux/" target="_blank" rel="noreferrer noopener">AlmaLinux </a>8 /. This post is oriented to users that use this system on the desktop and have some modern hardware.</p>



<p><a href="https://www.centos.org/" target="_blank" rel="noreferrer noopener">CentOS</a> is one of the most solid and stable distribution that there is, but this has a price to dispose of old packages. And one of them is the Linux kernel.</p>



<p>Currently, if you want to install Rocky Linux 8 / AlmaLinux 8 / CentOS 8, you will have to install version 4.18 and this is a problem for recent hardware. <strong>One case of this is AMD&#8217;s Ryzen processors that with each new version of the kernel have seen an improvement in performance and support</strong>. So, if you install Rocky Linux 8 / AlmaLinux 8 / CentOS 8 and your hardware is recent, it&#8217;s a good idea to do a kernel upgrade.</p>



<p>In this sense, the 5.13 kernel is supported by the Rocky Linux 8 / AlmaLinux 8 / CentOS 8 community. This guarantees an easy and safe installation. Also, this kernel is frequently patched by the community team bringing even more stability.</p>



<p>So, let&#8217;s do it.</p>



<h2>Install Kernel 5.13 on Rocky Linux 8 / AlmaLinux 8 /CentOS 8</h2>



<p>Many people like to have the latest kernel installed so they can get the most out of the hardware they have. That&#8217;s why it&#8217;s in their best interest to know how to do it.</p>



<p>So, open a terminal and upgrade your distribution</p>



<pre class="wp-block-preformatted">sudo dnf update</pre>



<p>You can execute these commands as the root user or with a sudo user.</p>



<p>Thanks to an external repository called <code>elrepo</code> we can have different versions of the kernel. For example, in this repository, we can install the latest available kernel or the LTS version of it. That is, the repository is very well maintained.</p>



<p>So, to add it to the system, just run the following command:</p>



<pre class="wp-block-preformatted">sudo dnf install https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm</pre>



<p>It then adds the GPG key from the repository in order to ensure that the packages are adequate and to indicate to the system that it is reliable.</p>



<pre class="wp-block-preformatted">sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org</pre>



<p>And now yes, install the 5.13 kernel by running the following command.</p>



<p>We will also install some packages needed to develop with the kernel such as headers and devel.</p>



<pre class="wp-block-preformatted">sudo dnf --enablerepo=elrepo-kernel install kernel-ml kernel-ml-devel kernel-ml-headers</pre>



<p>At the end of the installation, restart the system</p>



<p>When you start again, check the changes:</p>



<pre class="wp-block-preformatted">uname -r
5.13.7-1.el8.elrepo.x86_64</pre>



<p>So, you already have the 5.13 kernel on CentOS 8.</p>



<h2>Conclusion</h2>



<p>The Linux kernel is an essential part of our system. Therefore, it is advisable to be careful when installing it. In addition, it is only recommended to install it if you have hardware failures or if you have a very recent one.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-linux-kernel-5-13-rocky-linux-alma-linux-centos/">How to install Linux Kernel 5.13 on Rocky Linux 8 / AlmaLinux 8 /CentOS 8?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-linux-kernel-5-13-rocky-linux-alma-linux-centos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux Kernel 5.12 is a small but interesting release</title>
		<link>https://www.osradar.com/linux-kernel-5-12-released/</link>
					<comments>https://www.osradar.com/linux-kernel-5-12-released/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 29 Apr 2021 23:47:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29743</guid>

					<description><![CDATA[<p>According to Linus Torvalds, Kernel Linux 5.12 is a small release. However, each new version of the kernel provides us with improvements and new features that are worth noting. That&#8217;s why in this post, we present you the new features of Linux Kernel 5.12 that has been released recently. What&#8217;s new on Linux Kernel 5.12 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/linux-kernel-5-12-released/">Linux Kernel 5.12 is a small but interesting release</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>According to Linus Torvalds, Kernel Linux 5.12 is a small release. However, each new version of the kernel provides us with improvements and new features that are worth noting. That&#8217;s why in this post, we present you the new features of <a href="https://www.osradar.com/how-to-install-linux-kernel-5-10-debian-10/" target="_blank" rel="noreferrer noopener">Linux Kernel</a> 5.12 that has been released recently.</p>



<h2>What&#8217;s new on Linux Kernel 5.12</h2>



<p>Months after Linux Kernel 5.11 a new version is released highlighting<strong> support for DualSense, the PlayStation 5 controller.</strong> Therefore this feature makes it the highlight of the release.</p>



<p>As with every new version of the Kernel, support for a lot of hardware is added. Some of the hardware highlights include support for Nintendo 64, which in practice is not that relevant, but contributes to the virtualization of this legendary console.</p>



<p>On the GPU side, the new Linux 5.12 <strong>improves support for Intel&#8217;s Rocker Lake and Tigerlake iGPUs</strong>. Also, it includes Variable Rate Refresh (VRR) support for Intel Xe graphics technology integrated into Tiger Lake generation processors.</p>



<p>In the case of AMD, <strong>the RX 6800 and RX 6900 series have received overclock support with OverDrive</strong>. The AMDGPU driver has received enhancements and ACDC support to manage power and speed according to the power source (battery or AC).</p>



<p>Of course, in this new version,<strong> there is better support for Intel, AMD, and ARM processors</strong>. For example, support for the <strong>Qualcomm Snapdragon 888 5G is now included.</strong> On the other hand, to avoid unnecessary work, support for very old ARMS processors has been removed.</p>



<p>Linux 5.12 has also improved support for Microsoft&#8217;s Surface devices, and support for the Lenovo laptop platform has been added.</p>



<p>As always there is much more news like <strong>improved BTRFS support</strong>, compatibility with new audio mixers, like the Pioneer DJM-750, and improved audio debugging.</p>



<p>If you want to know all the new features we recommend you to visit <a href="https://kernelnewbies.org/Linux_5.12" target="_blank" rel="noreferrer noopener">this</a> link</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/linux-kernel-5-12-released/">Linux Kernel 5.12 is a small but interesting release</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/linux-kernel-5-12-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Linux Kernel 5.10 on Debian 10?</title>
		<link>https://www.osradar.com/how-to-install-linux-kernel-5-10-debian-10/</link>
					<comments>https://www.osradar.com/how-to-install-linux-kernel-5-10-debian-10/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 05 Apr 2021 23:56:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Kernel]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=23231</guid>

					<description><![CDATA[<p>Hello friends. In this short post, I&#8216;ll show you how to install the Linux 5.10 kernel in Debian 10 so you can have better support for modern hardware in distribution as solid as Debian. Debian is one of the most solid and stable distribution that there is, but this has a price to dispose of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-linux-kernel-5-10-debian-10/">How to install Linux Kernel 5.10 on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello friends. In this short post, I<strong>&#8216;ll show you how to install the Linux 5.10 kernel in Debian 10</strong> so you can have better support for modern hardware in distribution as solid as Debian.</p>



<p>Debian is one of the most solid and stable distribution that there is, but this has a price to dispose of old packages. And one of them is the Linux kernel.</p>



<p>Currently, if you want to install Debian 10, you will have to install version 4.19 and this is a problem for recent hardware. <strong>One case of this is AMD&#8217;s Ryzen processors that with each new version of the kernel have seen an improvement in performance and support</strong>. So, if you install Debian 10 and your hardware is recent, it&#8217;s a good idea to do a kernel upgrade.</p>



<p>In this sense, the 5.10 kernel is supported by the Debian team. This guarantees an easy and safe installation. Also, this kernel is frequently patched by the Debian team bringing even more stability.</p>



<p>So, let&#8217;s do it.</p>



<h2>Installing Linux Kernel 5.10 on Debian 10</h2>



<p>Now we can choose to compile the kernel ourselves, but this practice is not good if we want a supported system. This makes that every time a new version is released, we have to repeat the process. It is not so good.</p>



<p>Fortunately, Debian supports this kernel version, through the backports repository that adds stable and more updated packages to the buster.</p>



<p>So, the first step is to enable this repository, to do so, open a terminal and edit the system repository file.</p>



<pre class="wp-block-preformatted">sudo nano /etc/apt/sources.list</pre>



<p>And add the backports repository, simply by adding this line at the end of the file.</p>



<pre class="wp-block-preformatted">deb https://deb.debian.org/debian buster-backports main contrib non-free</pre>



<p>Save the changes and close the editor.</p>



<p>Then <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">refresh APT</a> to apply the new repository:</p>



<pre class="wp-block-preformatted">sudo apt update</pre>



<p>The Debian backports repository is not automatically enabled. This is for security reasons. So to install a package from there, you have to manifest it explicitly.</p>



<p>So, to install the Linux Kernel 5.10 run the following command:</p>



<pre class="wp-block-preformatted">sudo apt install -t buster-backports linux-image-5.10.0-0.bpo.4-amd64 linux-headers-5.10.0-0.bpo.4-amd64
Reading package lists… Done
 Building dependency tree       
 Reading state information… Done
 The following additional packages will be installed:
   binutils binutils-common binutils-x86-64-linux-gnu cpp-8 gcc-8 libasan5 libatomic1 libbinutils libcc1-0 libgcc-8-dev libgomp1 libisl19 libitm1 liblsan0 libmpc3
   libmpfr6 libmpx2 libquadmath0 libtsan0 libubsan1 linux-compiler-gcc-8-x86 linux-headers-5.10.0-0.bpo.4-common linux-kbuild-5.10
 Suggested packages:
   binutils-doc gcc-8-locales gcc-8-multilib gcc-8-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg
   libmpx2-dbg libquadmath0-dbg linux-doc-5.10 debian-kernel-handbook
 Recommended packages:
   libc6-dev firmware-linux-free apparmor
 The following NEW packages will be installed:
   binutils binutils-common binutils-x86-64-linux-gnu cpp-8 gcc-8 libasan5 libatomic1 libbinutils libcc1-0 libgcc-8-dev libgomp1 libisl19 libitm1 liblsan0 libmpc3
   libmpfr6 libmpx2 libquadmath0 libtsan0 libubsan1 linux-compiler-gcc-8-x86 linux-headers-5.10.0-0.bpo.4-amd64 linux-headers-5.10.0-0.bpo.4-common
   linux-image-5.10.0-0.bpo.4-amd64 linux-kbuild-5.10
 0 upgraded, 25 newly installed, 0 to remove and 75 not upgraded.
 Need to get 91.2 MB of archives.
 After this operation, 462 MB of additional disk space will be used.
 Do you want to continue? [Y/n]</pre>



<p>Then, reboot the system.</p>



<p>And open a terminal and check the updated kernel version:</p>



<pre class="wp-block-preformatted">uname -r
5.10.0-0.bpo.4-amd64</pre>



<p>So, the kernel is installed correctly. Now you can use recent hardware in a better way on Debian 10.</p>



<p>Share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-linux-kernel-5-10-debian-10/">How to install Linux Kernel 5.10 on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-linux-kernel-5-10-debian-10/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Linux kernel 5.8 on OpenSUSE 15.2?</title>
		<link>https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/</link>
					<comments>https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 05 Aug 2020 23:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[linu]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17941</guid>

					<description><![CDATA[<p>Hello friends in this post, we will help you install the Linux kernel 5.8 on OpenSUSE 15.2 that comes with many new features. Recently a new version of the Linux kernel has been released. As always it updates many important drivers and adds support for new features. If you want to know more about this, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/">How to install Linux kernel 5.8 on OpenSUSE 15.2?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Hello friends in this post, we will help you install the Linux kernel 5.8 on OpenSUSE 15.2 that comes with many new features.</strong></p>
<p>Recently a new version of the Linux kernel has been released. As always it updates many important drivers and adds support for new features. If you want to know more about this, read our post</p>
<p class="entry-title td-module-title"><a href="https://www.osradar.com/linux-5-8-released/" target="_blank" rel="noopener noreferrer">Kernel Linux 5.8 released</a></p>
<p>However, this version of the kernel will not automatically come into our distribution unless we install it manually. One such distribution is OpenSUSE 15.2. So this is the goal of the post.</p>
<p>On the other hand, it is good to give you a warning and that is that if your system is very stable and you don&#8217;t have a real need to upgrade the kernel, you better not do it. This is because the kernel is where the drivers for all the hardware are located.</p>
<p><strong>So you know the process brings advantages but also some risks.</strong></p>
<p>So, let&#8217;s get started.</p>
<h2>Install Linux kernel 5.8</h2>
<p>First, check the version of the kernel that is running OpenSUSE 15.2:</p>
<pre>:~$ uname -r<br />5.3.18-lp152.19-default</pre>
<p>And you will see something like this:</p>
<figure id="attachment_22411" aria-describedby="caption-attachment-22411" style="width: 731px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-22411 size-full" src="https://www.osradar.com/wp-content/uploads/2020/04/1-28.png" alt="1.- Kernel Linux on OpenSUSE 15.2" width="731" height="97" srcset="https://www.osradar.com/wp-content/uploads/2020/04/1-28.png 731w, https://www.osradar.com/wp-content/uploads/2020/04/1-28-300x40.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/1-28-696x92.png 696w" sizes="(max-width: 731px) 100vw, 731px" /><figcaption id="caption-attachment-22411" class="wp-caption-text">1.- Kernel Linux on OpenSUSE 15.2</figcaption></figure>
<p>OpenSUSE 15.2 has the 5.3 kernel installed by default.</p>
<p>OpenSUSE has a lot of fairly stable community repositories for many different packages. And there is also one for the Linux kernel. So, let&#8217;s add it.</p>
<pre>:~$ sudo zypper ar https://download.opensuse.org/repositories/Kernel:/stable/standard/ kernel</pre>
<p>After it&#8217;s properly added. We&#8217;re going to change the priority so that when we update the system it takes this repository into account.</p>
<pre>:~$ sudo zypper mr -p 70 kernel<br />Repository 'kernel' priority has been set to 70.</pre>
<p>After that, you need to refresh zypper to be able to recognize the new repository. When you use it for the first time, it will ask you to accept the GPG keys.</p>
<pre>:~$ sudo zypper refresh</pre>
<p>Now if we proceed with the installation. To do this, we must partially update the distribution but from the recently added repository.</p>
<pre>:~$ sudo zypper dup -r kernel</pre>
<p>When you run this command, you will notice that zypper will find some errors. This is normal, we are installing a new version of the kernel and from another repository.</p>
<p>To solve these problems, choose 1 in each question.</p>
<p>Then, reboot the system.</p>
<p>Once the system has started, it checks the changes.</p>
<pre>:~$ uname -r<br />5.8.0-2.g9bc0044-default</pre>
<figure id="attachment_22413" aria-describedby="caption-attachment-22413" style="width: 737px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-22413 size-full" src="https://www.osradar.com/wp-content/uploads/2020/04/2-20.png" alt="2.- Kernel 5.8 on OpenSUSE 15.2" width="737" height="79" srcset="https://www.osradar.com/wp-content/uploads/2020/04/2-20.png 737w, https://www.osradar.com/wp-content/uploads/2020/04/2-20-300x32.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/2-20-696x75.png 696w" sizes="(max-width: 737px) 100vw, 737px" /><figcaption id="caption-attachment-22413" class="wp-caption-text">2.- Kernel 5.8 on OpenSUSE 15.2</figcaption></figure>
<p>And that is it. Keep in mind that this method eliminates the kernel by default, so it is a risk.</p>
<p>So, share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram Channel</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/">How to install Linux kernel 5.8 on OpenSUSE 15.2?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux 5.8 Released</title>
		<link>https://www.osradar.com/linux-5-8-released/</link>
					<comments>https://www.osradar.com/linux-5-8-released/#comments</comments>
		
		<dc:creator><![CDATA[marquez]]></dc:creator>
		<pubDate>Mon, 03 Aug 2020 19:35:26 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[linux 5.8]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=22364</guid>

					<description><![CDATA[<p>A few days ago, Linus Torvalds was discussing to release Linux 5.8-rc8 or he releases Linux 5.8 as stable. In the end, he opted for Linux 5.8 placing that day as historic, Luis wrote in the official announcement of the 5.8 release. That despite the cycle is great, it gives good results that did not [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/linux-5-8-released/">Linux 5.8 Released</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A few days ago, Linus Torvalds was discussing to <strong>release Linux 5.8-rc8 or he releases Linux 5.8 as stable. In the end, he opted for Linux 5.8</strong> placing that day as historic, Luis wrote in the official announcement of the <a aria-label="undefined (opens in a new tab)" href="https://lore.kernel.org/lkml/20200802220243.GA20003@Gentoo/T/" target="_blank" rel="noreferrer noopener">5.8 release</a>. That despite the cycle is great, it gives good results that did not need the 5.8-rc8 version. Because in the last hours they made some changes, dreaming of obtaining a kind of SAT solution. With the end of the dependencies of the symbols with functions in architecture and configurations, to purify the disorder dependency of the header files of the Linux kernel. But now that&#8217;s just a dream.</p>



<p><strong>Linux 5.8 of the Kernel will be the greatest of all times</strong>, as it was named by Linus Torvalds himself. After a hard work by the developers after finishing the release of the <a aria-label="undefined (opens in a new tab)" href="https://www.osradar.com/linux-5-7-available/" target="_blank" rel="noreferrer noopener">current version 5.7</a>. Marking in the cycle of the developers a before and after.</p>



<h2>Linux 5.8 features</h2>



<p>Probably the version will be released in a stable way at the beginning or middle of August, for the worship of 2020. There is a lot of kernel updates to come.</p>



<ul><li>Starting with the processor upgrade.</li><li>New hardware enablement in good numbers.</li><li>Improved security features.</li><li>Other new kernel infrastructure: such as the general notification queue</li><li>&nbsp;Cable test infrastructure on network codes.</li><li>The continued advancement of open-source Intel/Radeon graphics drivers.</li></ul>



<h2>Conclusion</h2>



<p>Linux 5.8 comes with a lot of improvements and development, which are pending to be added in different areas. In fact, it has received over 14K confirmations, with about 800K lines of new codes, as well as the modification of 14K files. It is also the first major kernel release introducing new guidelines for inclusive terminology. Version 5.8 is the kernel that should be the default for Ubuntu 20.10 and derivates.</p>



<p>Please share this post and join our <a href="https://t.me/osradar" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">Telegram channel</a>.</p>



<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/linux-5-8-released/">Linux 5.8 Released</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/linux-5-8-released/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Linux 5.7 available</title>
		<link>https://www.osradar.com/linux-5-7-available/</link>
					<comments>https://www.osradar.com/linux-5-7-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 03:49:04 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[linux 5.7]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=20644</guid>

					<description><![CDATA[<p>Time passes very quickly and we already have a new version of the Linux kernel that as always we are happy because it incorporates new features that we can take advantage of to improve the user experience. As it usually happens the changes are oriented to drivers and security patches as well as new implementations. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/linux-5-7-available/">Linux 5.7 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.osradar.com/unstoppable-linux-5-6-available/" target="_blank" rel="noreferrer noopener">Time passes very quickly</a> and we already have a new version of the Linux kernel that as always we are happy because it incorporates new features that we can take advantage of to improve the user experience. As it usually happens the changes are oriented to drivers and security patches as well as new implementations. So, Linux Kernel 5.7 is available.</p>



<h2>Linux 5.7 main features</h2>



<p>One of the main news in Linux 5.7 is the inclusion of a new driver for exFAT. Of course, this file system made its debut in Linux 5.4 but this time Samsung will be in charge of maintaining an alternative to this. That is to say, exFat will come but with another implementation.</p>



<p>On the other hand, Thermal Pressure has received love and now is able to get more out of the CPU when it is hot. It is a great improvement especially on old CPUs that are prone to overheating from a process.</p>



<p>In the driver section, the inclusion of support for the<strong> 12th generation of Intel processors is noteworthy. This, although not new, is already considered mature enough to be enabled by </strong>default. Also, <strong>AMDGPU receives support for OLED panels</strong>. As well as support for plan level CTM, and P010 pixel format.</p>



<p>Another feature of this new version of Linux is that it improves the performance of the GRUB boot loader. Also, the incorporation of various drivers MediaTek, bridge, and more.</p>



<p>ARM features support for the Qualcomm Snapdragon 865 chip. Also, The Pinebook Pro laptop based on Rockchip RK3399 has received support in this version.</p>



<p>As always, there are many technical innovations that may go unnoticed by many. However, to consult them all there is <a href="https://kernelnewbies.org/Linux_5.7" target="_blank" rel="noreferrer noopener">Kernel Newbies</a>.</p>



<p>To conclude, this release, although minor, continues the good work achieved so far. It is possible to see it in action in future versions of Ubuntu and in Rolling Release distributions.</p>



<p>So, share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our telegram channel.</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/linux-5-7-available/">Linux 5.7 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/linux-5-7-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Linux Kernel 5.6 on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/how-to-install-linux-kernel-5-6-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/how-to-install-linux-kernel-5-6-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 06 Apr 2020 22:22:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19437</guid>

					<description><![CDATA[<p>As already discussed, Linux kernel 5.6 has seen the light of day with interesting new features. Recently we showed you how to install it in OpenSUSE 15.1 Now, in this post, I will show you how to install Linux kernel 5.6 in Ubuntu 18.04 Ubuntu comes standard with the 4.15 kernel with the possibility to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-linux-kernel-5-6-on-ubuntu-18-04/">How to install Linux Kernel 5.6 on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.osradar.com/unstoppable-linux-5-6-available/" target="_blank" rel="noreferrer noopener" aria-label="As already discussed, Linux kernel 5.6 (opens in a new tab)">As already discussed, Linux kernel 5.6</a> has seen the light of day with interesting new features. Recently we showed you how to install it in OpenSUSE 15.1 Now, in this post, I will show you how to install Linux kernel 5.6 in Ubuntu 18.04</p>



<p>Ubuntu comes standard with the 4.15 kernel with the possibility to upgrade it to 5.3 but this is not the last stable version either. This is what I&#8217;m going to show you.</p>



<p>However, before we start I want to give you a warning, <strong>updating the kernel brings advantages but also some problems</strong>. If your system is stable and you have no problems with it, it is not recommended to do this. If your system is a test system and you know what you are doing, then yes.</p>



<h2>Install Linux Kernel 5.6 on Ubuntu 18.04</h2>



<p>First, it&#8217;s a good idea to back up your system. Or at least, your files on an external hard drive. For that, we have a post that you can use.</p>



<p>Then, you can update the system so that all the security patches are installed.</p>



<pre class="wp-block-preformatted">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>



<p>Once you have finished, create a folder called kernel from which we will download the necessary files.</p>



<pre class="wp-block-preformatted">:~$ mkdir kernel &amp;&amp; cd kernel</pre>



<p>And from there you have to download 3 DEB files. We will get it directly from the Ubuntu kernel team.</p>



<p>First, we will download the kernel headers.</p>



<pre class="wp-block-preformatted">:~$ wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6/linux-headers-5.6.0-050600_5.6.0-050600.202003292333_all.deb</pre>



<p>Once the file has been successfully downloaded, you must now download the kernel as such.</p>



<pre class="wp-block-preformatted">:~$ wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6/linux-image-unsigned-5.6.0-050600-generic_5.6.0-050600.202003292333_amd64.deb</pre>



<p>Finally, it is necessary to download the file where the kernel driver modules are located. If this the kernel will be useless.</p>



<pre class="wp-block-preformatted">:~$ wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6/linux-modules-5.6.0-050600-generic_5.6.0-050600.202003292333_amd64.deb</pre>



<p>Once the files have been downloaded successfully, it&#8217;s time to install them.</p>



<pre class="wp-block-preformatted">:~$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-5.6.0-050600.
 (Reading database … 66454 files and directories currently installed.)
 Preparing to unpack linux-headers-5.6.0-050600_5.6.0-050600.202003292333_all.deb …
 Unpacking linux-headers-5.6.0-050600 (5.6.0-050600.202003292333) …
 Selecting previously unselected package linux-image-unsigned-5.6.0-050600-generic.
 Preparing to unpack linux-image-unsigned-5.6.0-050600-generic_5.6.0-050600.202003292333_amd64.deb …
 Unpacking linux-image-unsigned-5.6.0-050600-generic (5.6.0-050600.202003292333) …
 Selecting previously unselected package linux-modules-5.6.0-050600-generic.
 Preparing to unpack linux-modules-5.6.0-050600-generic_5.6.0-050600.202003292333_amd64.deb …
 Unpacking linux-modules-5.6.0-050600-generic (5.6.0-050600.202003292333) …
 Setting up linux-headers-5.6.0-050600 (5.6.0-050600.202003292333) …
 Setting up linux-modules-5.6.0-050600-generic (5.6.0-050600.202003292333) …
 Setting up linux-image-unsigned-5.6.0-050600-generic (5.6.0-050600.202003292333) …
 I: /vmlinuz is now a symlink to boot/vmlinuz-5.6.0-050600-generic
 I: /initrd.img is now a symlink to boot/initrd.img-5.6.0-050600-generic
 Processing triggers for linux-image-unsigned-5.6.0-050600-generic (5.6.0-050600.202003292333) …
 /etc/kernel/postinst.d/initramfs-tools:
 update-initramfs: Generating /boot/initrd.img-5.6.0-050600-generic
 I: The initramfs will attempt to resume from /dev/sda3
 I: (UUID=0ada7cfa-745c-11ea-8fe3-0800277dafa2)
 I: Set the RESUME variable to override this.
 /etc/kernel/postinst.d/x-grub-legacy-ec2:
 locale: Cannot set LC_ALL to default locale: No such file or directory
 Searching for GRUB installation directory … found: /boot/grub
 Searching for default file … found: /boot/grub/default
 Testing for an existing GRUB menu.lst file … found: /boot/grub/menu.lst
 Searching for splash image … none found, skipping …
 Found kernel: /boot/vmlinuz-4.15.0-20-generic
 Found kernel: /boot/vmlinuz-5.6.0-050600-generic
 Found kernel: /boot/vmlinuz-4.15.0-20-generic
 Replacing config file /run/grub/menu.lst with new version
 Updating /boot/grub/menu.lst … done</pre>



<p>And so the installation will begin.</p>



<p>So, reboot the system and finally check the installed kernel.</p>



<pre class="wp-block-preformatted">:~$ uname -r</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="555" height="124" src="https://www.osradar.com/wp-content/uploads/2020/04/1-1.png" alt="1.- Kernel Linux 5.6 on Ubuntu 18.04" class="wp-image-19445" srcset="https://www.osradar.com/wp-content/uploads/2020/04/1-1.png 555w, https://www.osradar.com/wp-content/uploads/2020/04/1-1-300x67.png 300w" sizes="(max-width: 555px) 100vw, 555px" /><figcaption>1.- Kernel Linux 5.6 on Ubuntu 18.04</figcaption></figure>



<p>So, everything went ok and now you can enjoy the new kernel.</p>



<p>Remember if the system is ok, do not upgrade the kernel. Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener" aria-label="our Telegram Channel (opens in a new tab)">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-linux-kernel-5-6-on-ubuntu-18-04/">How to install Linux Kernel 5.6 on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-linux-kernel-5-6-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Unstoppable: Linux 5.6 available</title>
		<link>https://www.osradar.com/unstoppable-linux-5-6-available/</link>
					<comments>https://www.osradar.com/unstoppable-linux-5-6-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 30 Mar 2020 23:06:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[New version]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19297</guid>

					<description><![CDATA[<p>Despite all that is happening in the world, the development of the Linux kernel has not stopped. And recently it has been announced that Linux 5.6 has seen the light of day including important new features. Thanks to the remote working from the home mode it is expected that future releases of the Linux kernel [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/unstoppable-linux-5-6-available/">Unstoppable: Linux 5.6 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Despite all that is happening in the world, the development of the Linux kernel has not stopped. And recently it has been announced that Linux 5.6 has seen the light of day including important new features.</p>
<p>Thanks to the remote working from the home mode it is expected that future releases of the Linux kernel will be unaffected. At least this is the expectation given by Linus Torvalds.</p>
<h2>Linux 5.6 features</h2>
<p>Well, <a href="http://lkml.iu.edu/hypermail/linux/kernel/2003.3/06474.html" target="_blank" rel="noopener noreferrer">Linux kernel 5.6 makes its arrival</a> with many new features in modern hardware support. However, the most important new feature is the inclusion of <strong>WireGuard</strong>. A highly reliable VPN that will now be supported by the Linux kernel. For example, <strong>the Cloudflare warp and <a href="https://www.osradar.com/enable-dns-over-https-firefox/" target="_blank" rel="noopener noreferrer">Firefox</a> VPN are based on this tool.</strong></p>
<p>On the other hand, this new version, adds initial support for USB4. It also includes improvements in the drivers for Intel (specially 11th and 12th generations) and AMD graphics cards. Talking about AMD, it also includes initial support for Zen 3 processors.</p>
<p>In the field of virtualization, we have an important improvement. <strong>KVM adds protection against Spectre</strong>. Important for virtualization solutions like Proxmox.</p>
<p>However, other news concerning the archive and storage system. The main ones are these:</p>
<ul>
<li>Experimental compression support for F2FS has been added.</li>
<li>This version includes EXT4 performance fixes.</li>
<li>Also, The NFS client meanwhile can now use a cache if the NFS server connection is lost.</li>
</ul>
<p>Another important news is that this version is the first version of the <strong>32bits kernel that will work beyond the year 2038</strong> due to the Unix problem with the timestamp. Anyway, there is a lot of time left for that year and it still hasn&#8217;t been completely mitigated.</p>
<p>As you have seen this version of Linux keeps its tonic of improving drivers and supporting new ones.</p>
<h2>Conclusion</h2>
<p>With each version of the Linux Kernel, new features arrive that increase the potential of the system. They also add support for modern hardware and give users special treatment.</p>
<p>Is this a special version of Linux? Thanks to the inclusion of WireGuard and the operation of the 32-bit kernel beyond 2038, it seems to be a special version of Linux.</p>
<p>It has been a short time since <a href="https://www.osradar.com/linux-5-5-is-available/" target="_blank" rel="noopener noreferrer">Linux 5.5 but</a> there goes the kernel advancing step by step without caring about the virus that plagues us.</p>
<p>Please share this post and join<a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer"> our Telegram channel</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/unstoppable-linux-5-6-available/">Unstoppable: Linux 5.6 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/unstoppable-linux-5-6-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux 5.5 is here!!!</title>
		<link>https://www.osradar.com/linux-5-5-is-available/</link>
					<comments>https://www.osradar.com/linux-5-5-is-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 28 Jan 2020 00:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[linux 5.5.]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17853</guid>

					<description><![CDATA[<p>Linux 5.5 is available and in this post, we will tell you the most relevant of this release. After several weeks of intense development, we have a new version of the Linux Kernel, specifically 5.5. This version is one of the last ones before the release of Ubuntu 20.04, so it could be the version [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/linux-5-5-is-available/">Linux 5.5 is here!!!</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Linux 5.5 is available and in this post, we will tell you the most relevant of this release.</strong></p>



<p>After several weeks of intense development, we have a new version of the Linux Kernel, specifically 5.5. This version is one of the last ones before the release of Ubuntu 20.04, so it could be the version chosen for this distro.</p>



<p>Linux 5.5 has been released with a lot of improvements in the support of new devices and especially in <strong>the graphics section with AMD and Intel at the head that could be used in Ubuntu 20.04.</strong></p>



<h2>Linux 5.5 main features</h2>



<p>As we always say in every release of a new version of the Kernel is that many new features are at the technical level. We also know that many existing drivers are updated to improve support. As well as the inclusion of others.</p>



<p>However, the most important improvements in this sector are taken by AMD and Intel. This new version <strong>improves the quality of the AMDGPU driver</strong> adding support to new graphic card models, but above all, improving the support to the existing ones. In the case of Intel, <strong>the support to Gen12 graphics is complemented.</strong></p>



<p>In the file systems, the<strong> Btrfs RAID1 supports 3 and 4 copies</strong>, which makes the replication process faster and more efficient in many units. Also, this release adds <strong>NFS client support for cross-device offloaded copy. </strong></p>



<p>If you have a System76 device this version will be very useful because and includes a <strong>new ACPI driver</strong> for them.</p>



<p>Also, in this version, the <a rel="noreferrer noopener" aria-label="bufferbloat (opens in a new tab)" href="https://www.bufferbloat.net/projects/" target="_blank">bufferbloat</a> is mitigated thanks to Airtime Queue Limits. The bufferbloat is a problem that affects the performance of wifi networks in Linux.</p>



<h2>Final thoughts</h2>



<p>As we have seen, this version is quite interesting and should be followed closely because it could be included in Ubuntu 20.04.</p>



<p>If you want to install it, you can either compile the source code yourself or wait for the already compiled packages to come out. Anyway, we don&#8217;t recommend installing it on computers that already work well.</p>



<p>The new features are a lot, as always we can access <a href="https://kernelnewbies.org/Linux_5.5" target="_blank" rel="noreferrer noopener" aria-label="Kernel Newbies (opens in a new tab)">Kernel Newbies</a> to get a more readable list of all.</p>



<p>So, you can read our post about why should use<a href="https://www.osradar.com/windows-7-obsolete-switch-linux/" target="_blank" rel="noreferrer noopener" aria-label=" Linux over Windows 7 (opens in a new tab)"> Linux over Windows 7</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/linux-5-5-is-available/">Linux 5.5 is here!!!</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/linux-5-5-is-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install Linux Kernel 5.3 on Ubuntu 18.04</title>
		<link>https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 08:22:56 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11283</guid>

					<description><![CDATA[<p>The Linux kernel is the engine of our operating system. It is mainly responsible for running the hardware we have and managing computer resources. Its development is quite active, so we often have new versions. Recently version 5.3 of the Linux Kernel was released. And as we will know, it comes with a lot of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/">Install Linux Kernel 5.3 on Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Linux kernel is the engine of our operating system. It is mainly responsible for running the hardware we have and managing computer resources. Its development is quite active, so we often have new versions. Recently version 5.3 of the Linux Kernel was released. And as we will know, it comes with a lot of new features for our operating systems. So today we will show you how to install Linux Kernel 5.3 on Ubuntu 18.04.</p>
<h2>The numbering of the Linux kernel 5</h2>
<p>A few months ago Linus Torvald himself announced that there was going to be a change of numbering. Basically, because he didn&#8217;t like high numbers and because it was easier to continue the development.</p>
<p>So, what we expected as the<a href="https://www.osradar.com/install-linux-kernel-4-20-ubuntu-18-04-linux-mint-19/"> Linux Kernel</a> 4.21 was transformed into the Linux Kernel 5. As you can see is quite a leap, although the news is very important, are expected too much by the change of numbering.</p>
<h2>What&#8217;s New in Linux Kernel 5.3?</h2>
<p>Some of the novelties of this version are:</p>
<ul>
<li>Multiple enhancements to the<strong> XFS file system</strong>. multi-threaded inode skipping option implemented.</li>
<li>On the other hand, EXT4 has also received a lot of care. <strong>Added support for gaps in directories.</strong></li>
<li><strong>Improved support for Intel Icelake Gen 11 graphics.</strong></li>
</ul>
<p>If you want to see the rest of the news, you can check <a href="https://kernelnewbies.org/Linux_5.3" target="_blank" rel="noopener noreferrer">this</a> link.</p>
<p>And many bug fixes. It is an important version for the number of bugs corrected.</p>
<h2>Install the Linux Kernel 5.3 on Ubuntu 18.04</h2>
<p>So, if you want to install this kernel for drivers or bugs on your system, you must first download these three files.</p>
<ul>
<li>The Linux image.</li>
<li>The Kernel modules</li>
<li>Finally, the kernel headers.</li>
</ul>
<p>So, open a terminal and run these commands if you are using a 64-bit system.</p>
<p>Let us create a folder to save the files:</p>
<pre>:~$ mkdir kernel5 &amp;&amp; cd kernel5</pre>
<p><figure id="attachment_11284" aria-describedby="caption-attachment-11284" style="width: 824px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11284" src="https://www.osradar.com/wp-content/uploads/2019/03/1-1.png" alt="1.- Create the folder" width="824" height="126" srcset="https://www.osradar.com/wp-content/uploads/2019/03/1-1.png 824w, https://www.osradar.com/wp-content/uploads/2019/03/1-1-300x46.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/1-1-768x117.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/1-1-696x106.png 696w" sizes="(max-width: 824px) 100vw, 824px" /><figcaption id="caption-attachment-11284" class="wp-caption-text">1.- Create the folder</figcaption></figure></p>
<p>After that, you can start the download.</p>
<pre>:~$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3.1/linux-headers-5.3.1-050301_5.3.1-050301.201909210632_all.deb</pre>
<div class="mceTemp"></div>
<p><figure id="attachment_13820" aria-describedby="caption-attachment-13820" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-13820 size-full" src="https://www.osradar.com/wp-content/uploads/2019/08/1-1-1.png" alt="1.- Downloading the Kernel 5.3 files" width="1366" height="248" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-1-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/1-1-1-300x54.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-1-1-768x139.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-1-1-1024x186.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/1-1-1-696x126.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/1-1-1-1068x194.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13820" class="wp-caption-text">1.- Downloading the Kernel 5.3 files</figcaption></figure></p>
<p>Next, this command:</p>
<pre>:~$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3.1/linux-image-unsigned-5.3.1-050301-generic_5.3.1-050301.201909210632_amd64.deb</pre>
<div class="mceTemp"></div>
<p><figure id="attachment_13821" aria-describedby="caption-attachment-13821" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-13821 size-full" src="https://www.osradar.com/wp-content/uploads/2019/08/2-2-1.png" alt="2.- Downloading the kernel 5.3 files" width="1354" height="229" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-2-1.png 1354w, https://www.osradar.com/wp-content/uploads/2019/08/2-2-1-300x51.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-2-1-768x130.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-2-1-1024x173.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/2-2-1-696x118.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-2-1-1068x181.png 1068w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-13821" class="wp-caption-text">2.- Downloading the kernel 5.3 files</figcaption></figure></p>
<p>Finally, the last file:</p>
<pre>:~$ wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3.1/linux-modules-5.3.1-050301-generic_5.3.1-050301.201909210632_amd64.deb</pre>
<p><figure id="attachment_13822" aria-describedby="caption-attachment-13822" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-13822 size-full" src="https://www.osradar.com/wp-content/uploads/2019/08/3-3-1.png" alt="3.- Last kernel 5.3 file to download" width="1366" height="278" srcset="https://www.osradar.com/wp-content/uploads/2019/08/3-3-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/3-3-1-300x61.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/3-3-1-768x156.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/3-3-1-1024x208.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/3-3-1-696x142.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/3-3-1-1068x217.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13822" class="wp-caption-text">3.- Last kernel 5.3 file to download</figcaption></figure></p>
<p>After that, install all the packages with this command:</p>
<pre>:~$ sudo dpkg -i *.deb</pre>
<p>Then, reboot the system.</p>
<p>When the system has booted, query the current kernel with this command:</p>
<pre>:~$ uname -r</pre>
<p><figure id="attachment_13823" aria-describedby="caption-attachment-13823" style="width: 470px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-13823 size-full" src="https://www.osradar.com/wp-content/uploads/2019/08/4-4-1.png" alt="5.- Kernel 5.3 on Ubuntu 18.04" width="470" height="134" srcset="https://www.osradar.com/wp-content/uploads/2019/08/4-4-1.png 470w, https://www.osradar.com/wp-content/uploads/2019/08/4-4-1-300x86.png 300w" sizes="(max-width: 470px) 100vw, 470px" /><figcaption id="caption-attachment-13823" class="wp-caption-text">5.- Kernel 5.3 on Ubuntu 18.04</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>The Linux kernel is an essential part of our system. Therefore, it is advisable to be careful when installing it. In addition, it is only recommended to install it if you have hardware failures or if you have a very recent one.</p>
<p>Please share this post with your friends</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/">Install Linux Kernel 5.3 on Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
