<?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>linu Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/linu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 05 Aug 2020 18:23:10 +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.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>
	</channel>
</rss>
