<?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>opensuse 15 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/opensuse-15/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 10 Jul 2020 21:30:13 +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 Docker on OpenSUSE 15.2 / 15.1?</title>
		<link>https://www.osradar.com/install-docker-opensuse-15-2-15-1/</link>
					<comments>https://www.osradar.com/install-docker-opensuse-15-2-15-1/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 10 Jul 2020 23:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[opensuse 15]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17724</guid>

					<description><![CDATA[<p>Docker is a fairly popular technology in today’s sysadmin. It is logical to think because it means a complete change in the way images and applications are distributed. In addition to all this, you can get the most out of many server-based Linux distributions. Therefore, learning about this technology is vital in the modern world. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-docker-opensuse-15-2-15-1/">How to install Docker on OpenSUSE 15.2 / 15.1?</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 rel="noreferrer noopener" aria-label="Docker (opens in a new tab)" href="https://www.docker.com/" target="_blank">Docker</a> is a fairly popular technology in today’s sysadmin. It is logical to think because it means a complete change in the way images and applications are distributed. In addition to all this, you can get the most out of many server-based Linux distributions. Therefore,  learning about this technology is vital in the modern world. Therefore,  in this post, you will learn <strong>how to install Docker on OpenSUSE 15.2 / 15.1</strong>.  There are several premium versions, but in this case, we will use the community version which is more than enough for many cases.</p>



<h2>Install Docker on OpenSUSE</h2>



<p>An essential reason for installing a docker is the handling and execution of containers. This brings as a main advantage that we can deploy applications without worrying about the dependencies or the system that runs it.</p>



<p>On the other hand, we will be able to create our own images of our applications and these will be able to be installed in any system with Docker.</p>



<p>OpenSUSE is a community operating system sponsored by SUSE. However, it is quite robust, reliable and secure and that is why it is used on many servers worldwide.</p>



<p>So let&#8217;s go for it.</p>



<p>First, open a terminal session and update the system.</p>



<pre class="wp-block-preformatted">:~$ sudo zypper up</pre>



<p>This will cause all pending security patches to be installed and it is a good idea to do this before starting any installation.</p>



<p>Fortunately, Docker and Docker-compose are available from the official OpenSUSE repositories. While it is not the latest version, it is a fairly stable version that guarantees us functionality.</p>



<p>So run the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo zypper in docker docker-compose</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="280" src="https://www.osradar.com/wp-content/uploads/2020/01/1-16-1024x280.png" alt="1.- Install Docker on OpenSUSE 15.2 / 15.1" class="wp-image-17725" srcset="https://www.osradar.com/wp-content/uploads/2020/01/1-16-1024x280.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/1-16-300x82.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/1-16-768x210.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/1-16-696x190.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/1-16-1068x292.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/1-16.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Install Docker on OpenSUSE 15.2 / 15.1</figcaption></figure>



<p>Accept the installation and then the process will begin.</p>



<h2>Testing the installation</h2>



<p>Once the installation has been successfully completed, the first thing to do is to start the Docker service. </p>



<pre class="wp-block-preformatted">:~$ sudo systemctl start docker</pre>



<p>And then, you can check the status of the service to make sure it&#8217;s working properly.</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl status docker</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="363" src="https://www.osradar.com/wp-content/uploads/2020/01/2-15-1024x363.png" alt="2.- Docker service status" class="wp-image-17726" srcset="https://www.osradar.com/wp-content/uploads/2020/01/2-15-1024x363.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-300x106.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-768x272.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-696x247.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-1068x379.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-1185x420.png 1185w, https://www.osradar.com/wp-content/uploads/2020/01/2-15.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Docker service status</figcaption></figure>



<p>As you can see in the image, the service is running normally.</p>



<p>Also, if you want Docker to run as soon as the system starts, which is highly recommended, use this other command:</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl enable docker</pre>



<p>Now we can get a real example, check if Docker is ready for the job or not.</p>



<p>To do this we will use a test image that Docker puts at our disposal. You can execute it with the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo docker run --rm hello-world</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="522" src="https://www.osradar.com/wp-content/uploads/2020/01/3-14.png" alt="3.- Docker on OpenSUSE 15.2 / 15.1" class="wp-image-17727" srcset="https://www.osradar.com/wp-content/uploads/2020/01/3-14.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/3-14-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/3-14-768x392.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/3-14-696x355.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/3-14-824x420.png 824w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Docker on OpenSUSE 15.2 / 15.1</figcaption></figure>



<p>As you see in the image above. Docker&#8217;s installation has been successful.</p>



<p>To verify the current version of Docker, run the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo docker version</pre>



<p>However, if you want to use Docker without root privileges, just use the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo usermod -aG docker $(whoami)</pre>



<p>After that reboot the system and that is it. Docker is ready for the work.</p>



<h2>Conclusion</h2>



<p>Docker’s technology is a wonder if you work with large-scale servers. Its practicality when depleting applications makes it an alternative to virtual machines. And now you have learned to install it on OpenSUSE 15.2 / OpenSUSE 15.1.</p>



<p>So, you can also learn how to install Docker on other systems.</p>



<ul><li>If you are using Ubuntu: <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-install-docker-on-ubuntu-18-04/" target="_blank">How to install Docker on Ubuntu 18.04?</a></li><li>For CentOS 8: <a rel="noreferrer noopener" href="https://www.osradar.com/install-docker-centos-8/" target="_blank">How to install Docker on CentOS 8?</a></li><li>For CentOS 7: <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-install-docker-ce-on-centos-7/" target="_blank">How to install Docker CE on CentOS 7?</a></li><li>If you use Windows: <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-install-docker-in-windows-10/" target="_blank">How to install Docker in Windows 10?</a></li><li>Or, if you are using Debian 10 or Ubuntu 20.04: <a rel="noreferrer noopener" href="https://www.osradar.com/install-docker-ubuntu-20-04-debian-10/" target="_blank">How to install Docker on Ubuntu 20.04 / Debian 10?</a></li></ul>



<p>So, please share this post with your friends and <a href="https://t.me/osradar">join our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-docker-opensuse-15-2-15-1/">How to install Docker on OpenSUSE 15.2 / 15.1?</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-docker-opensuse-15-2-15-1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to install openSUSE Leap 15</title>
		<link>https://www.osradar.com/how-to-install-opensuse-leap-15/</link>
					<comments>https://www.osradar.com/how-to-install-opensuse-leap-15/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sun, 27 May 2018 15:05:33 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install opensuse]]></category>
		<category><![CDATA[install opensuse 15]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[opensuse 15]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3448</guid>

					<description><![CDATA[<p>OpenSUSE is one of the leading Linux distributions of all. SUSE Linux is one of the best enterprise Linux systems you could possibly have. With their latest, updated release of openSUSE 15, they’ve changed things quite a bit. Here’s the features list of all the new improvements and tweaks to the new version. It also [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-opensuse-leap-15/">How to install openSUSE Leap 15</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>OpenSUSE is one of the leading Linux distributions of all. SUSE Linux is one of the best enterprise Linux systems you could possibly have. With their latest, updated release of openSUSE 15, they’ve changed things quite a bit. Here’s the features list of all the new improvements and tweaks to the new version. It also explains the reason the version number is 15.</p>
<p>Alright, it’s time for installing the newest system into our PC. Here’s the step by step guide you’ll have to follow.</p>
<h3>Prerequisites</h3>
<p>At first, you need an installation media. The OS is available as an image file from the website. Grab the latest one. According to my download, it was nearly 4GB. After you’ve downloaded the ISO, it’s time to <a href="https://www.osradar.com/how-to-make-a-bootable-usb-flash-drive/">prepare a bootable USB flash drive</a>.</p>
<p>Now, boot the USB flash drive in your system.</p>
<h3>Installing openSUSE 15</h3>
<ul>
<li>From the options, select “Installation”.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3449 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/lea-15-install-1.png" alt="" width="800" height="601" srcset="https://www.osradar.com/wp-content/uploads/2018/05/lea-15-install-1.png 800w, https://www.osradar.com/wp-content/uploads/2018/05/lea-15-install-1-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/lea-15-install-1-768x577.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/lea-15-install-1-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/05/lea-15-install-1-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/05/lea-15-install-1-696x523.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/lea-15-install-1-559x420.png 559w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<ul>
<li>After some time, the step of choosing the keyboard layout and accepting license agreement will appear. Select the options according to your need.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3450 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/leap-15-install-2.png" alt="" width="1008" height="615" srcset="https://www.osradar.com/wp-content/uploads/2018/05/leap-15-install-2.png 1008w, https://www.osradar.com/wp-content/uploads/2018/05/leap-15-install-2-300x183.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/leap-15-install-2-768x469.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/leap-15-install-2-696x425.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/leap-15-install-2-688x420.png 688w" sizes="(max-width: 1008px) 100vw, 1008px" /></p>
<ul>
<li>After the installer completes initialization, you have the option of choosing the desktop environment. Interestingly, there’re also server options. However, for users, only GNOME and KDE Plasma are available as options. I choose to go with GNOME.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3451 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-3.png" alt="" width="1021" height="606" srcset="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-3.png 1021w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-3-300x178.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-3-768x456.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-3-696x413.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-3-708x420.png 708w" sizes="(max-width: 1021px) 100vw, 1021px" /></p>
<ul>
<li>From the same window, there appears a repository choosing option. Generally, you don’t have to do anything as everything is switched for the best scenario. However, if you’re an advanced user, subscribe to other repositories.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3452 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-4.png" alt="" width="1024" height="615" srcset="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-4.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-4-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-4-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-4-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-4-699x420.png 699w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<ul>
<li>Adding repositories is in the process. Wait for a few minutes here.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3453 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-5.png" alt="" width="1022" height="385" srcset="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-5.png 1022w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-5-300x113.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-5-768x289.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-5-696x262.png 696w" sizes="(max-width: 1022px) 100vw, 1022px" /></p>
<ul>
<li>Time for partitioning! Here, you have to exercise caution so that you don’t delete any important partition that contains data. For custom partitioning wizards, I recommend 16-20GB space for the “root” partition and 2-4GB for the “swap” area.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3455 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-partitioning.png" alt="" width="1022" height="556" srcset="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-partitioning.png 1022w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-partitioning-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-partitioning-768x418.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-partitioning-696x379.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-partitioning-772x420.png 772w" sizes="(max-width: 1022px) 100vw, 1022px" /></p>
<ul>
<li>Enter your username and password.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3456 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-username.png" alt="" width="1023" height="602" srcset="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-username.png 1023w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-username-300x177.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-username-768x452.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-username-696x410.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-username-714x420.png 714w" sizes="(max-width: 1023px) 100vw, 1023px" /></p>
<ul>
<li>Now, review the installation summary before proceeding the final markdown.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3457 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-summary.png" alt="" width="1024" height="608" srcset="https://www.osradar.com/wp-content/uploads/2018/05/leap-install-summary.png 1024w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-summary-300x178.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-summary-768x456.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-summary-696x413.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/leap-install-summary-707x420.png 707w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<ul>
<li>The installation will be ongoing.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-3458 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/leap-installation-ongoing.png" alt="" width="1023" height="561" srcset="https://www.osradar.com/wp-content/uploads/2018/05/leap-installation-ongoing.png 1023w, https://www.osradar.com/wp-content/uploads/2018/05/leap-installation-ongoing-300x165.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/leap-installation-ongoing-768x421.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/leap-installation-ongoing-696x382.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/leap-installation-ongoing-766x420.png 766w" sizes="(max-width: 1023px) 100vw, 1023px" /></p>
<p>After the installation process is complete, you have to restart your system. Enjoy the awesome &amp; brand-new openSUSE 15!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-opensuse-leap-15/">How to install openSUSE Leap 15</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-opensuse-leap-15/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OpenSUSE 15 Released – All the New Features and Facilities</title>
		<link>https://www.osradar.com/opensuse-15-released-all-the-new-features-and-facilities/</link>
					<comments>https://www.osradar.com/opensuse-15-released-all-the-new-features-and-facilities/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sat, 26 May 2018 17:05:12 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[opensuse 15]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3441</guid>

					<description><![CDATA[<p>Finally, the latest release of openSUSE is out for consumers. OpenSUSE Leap 15 is an astonishing platform meant for the community’s easier transform towards the SUSE Enterprise Linux platform. The number of the version sounds astounding, right? Let’s take a look at all the new features in the platform. Close alignment with SLE SUSE Linux [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/opensuse-15-released-all-the-new-features-and-facilities/">OpenSUSE 15 Released – All the New Features and Facilities</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Finally, the latest release of openSUSE is out for consumers. OpenSUSE Leap 15 is an astonishing platform meant for the community’s easier transform towards the SUSE Enterprise Linux platform. The number of the version sounds astounding, right? Let’s take a look at all the new features in the platform.</p>
<h3>Close alignment with SLE</h3>
<p><img loading="lazy" class="size-full wp-image-3443 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/suse-linux-enterprise-server.png" alt="" width="1000" height="500" srcset="https://www.osradar.com/wp-content/uploads/2018/05/suse-linux-enterprise-server.png 1000w, https://www.osradar.com/wp-content/uploads/2018/05/suse-linux-enterprise-server-300x150.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/suse-linux-enterprise-server-768x384.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/suse-linux-enterprise-server-696x348.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/suse-linux-enterprise-server-840x420.png 840w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p>SUSE Linux Enterprise is one of the major factors for users. Generally, the previous systems were different than the professional edition, making it a difficult switch to the better one. Thanks to the devs, this openSUSE Leap 15 features all the improvements so that it’s now more aligned with the SLE version.</p>
<p>For the closer look, devs also changed the number to 15, despite the previous one was 42. The current version of the SUSE Linux Enterprise is 15. OpenSUSE 15 is going to get minor updates for the next 3 years.</p>
<h3>New desktop environments</h3>
<p><img loading="lazy" class="size-full wp-image-3444 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15.jpg" alt="" width="1916" height="952" srcset="https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15.jpg 1916w, https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15-300x149.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15-768x382.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15-1024x509.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15-324x160.jpg 324w, https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15-696x346.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15-1068x531.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/05/gnome-opensuse-15-845x420.jpg 845w" sizes="(max-width: 1916px) 100vw, 1916px" /></p>
<p>&nbsp;</p>
<p><img loading="lazy" class="size-full wp-image-3445 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/kde-plasma-opensuse-15.png" alt="" width="937" height="492" srcset="https://www.osradar.com/wp-content/uploads/2018/05/kde-plasma-opensuse-15.png 937w, https://www.osradar.com/wp-content/uploads/2018/05/kde-plasma-opensuse-15-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2018/05/kde-plasma-opensuse-15-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2018/05/kde-plasma-opensuse-15-696x365.png 696w, https://www.osradar.com/wp-content/uploads/2018/05/kde-plasma-opensuse-15-800x420.png 800w" sizes="(max-width: 937px) 100vw, 937px" /></p>
<p>In the recent switch to the new openSUSE, it integrates the support for the newer release of GNOME (v3.26) and KDE Plasma (v5.12) desktops. For the GNOME desktop, Wayland is the default display server. It’s good to see that Wayland is getting into the center stage of all the Linux platforms.</p>
<h3>New Installer, partitioning, and other tools</h3>
<p><img loading="lazy" class="size-full wp-image-3446 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/yast-opensuse-15.png" alt="" width="229" height="220" /></p>
<p>Switching to openSUSE 15, there are lots of improvements to the installer – YaST. For example, there’s a rework in the Libstorage-ng subsystem for more reliability and ease of usage. Here’s also a better switch from SuSEfirewall2 to the more popular Firewalld.</p>
<h3>Other changes</h3>
<ul>
<li>Linux kernel 4.12</li>
<li>PHP 7</li>
<li>GCC 7</li>
<li>Cloud services support (NextCloud etc.)</li>
<li>Atomic updates by Kubic</li>
</ul>
<p>Here’s the complete list of <a href="https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/15.0/">all the new features and changes of openSUSE 15</a>.</p>
<p>Interested? <a href="https://software.opensuse.org/distributions/leap">Get openSUSE 15 now</a>!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/opensuse-15-released-all-the-new-features-and-facilities/">OpenSUSE 15 Released – All the New Features and Facilities</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/opensuse-15-released-all-the-new-features-and-facilities/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
