<?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>Fedora 30 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/fedora-30/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 07 Jun 2021 18:38:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>Install Nginx on Fedora 34</title>
		<link>https://www.osradar.com/install-nginx-fedora-34/</link>
					<comments>https://www.osradar.com/install-nginx-fedora-34/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 08 Jun 2021 23:11:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 30]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12189</guid>

					<description><![CDATA[<p>Nginx is one of the most popular web servers in the world. Even on a par with Apache. We already know that it stands out for its speed and ability to handle large requests. Now, I&#8217;ll show you how to install Nginx on Fedora 34. Fedora 34 is a distribution sponsored by RHEL which makes [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-nginx-fedora-34/">Install Nginx on Fedora 34</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Nginx is one of the most popular web servers in the world. Even on a par with Apache. We already know that it stands out for its speed and ability to handle large requests. Now, I&#8217;ll show you how to install Nginx on Fedora 34.</p>
<p>Fedora 34 is a distribution sponsored by <a href="https://www.osradar.com/rhel-8-is-available/" target="_blank" rel="noopener noreferrer">RHEL</a> which makes it inherit several of its security policies. Of course Fedora 34 is oriented to the average Linux user, so no major security policies are required. However, it is one of the most secure Linux distributions out there. So it is very common to see that there are Linux developers who choose it for their web projects. This is where Nginx becomes almost indispensable.</p>
<p>About Nginx we have talked a lot on <a href="https://www.osradar.com/tag/nginx/" target="_blank" rel="noopener noreferrer">our website</a>, however, I will briefly explain that it is an open source web server. Its main advantage over Apache is that it is <a href="https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers/" target="_blank" rel="noopener noreferrer">very lightweight</a> and response times to large requests are very low. That is, it is ideal if you are going to handle a lot of simulated connections. Or yes, the web application is complex and requires many requests to the server. In any case, we are in the presence of a fantastic web server. So, let us get Nginx on Fedora 34.</p>
<h2>Install Nginx on Fedora 34</h2>
<p>First of all, you need to know the name of the particular package. To do this, we&#8217;ll use dnf to get it. So, open a terminal and run:</p>
<pre>:~$ sudo dnf search nginx</pre>
<figure id="attachment_30501" aria-describedby="caption-attachment-30501" style="width: 1279px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-30501" src="https://www.osradar.com/wp-content/uploads/2019/05/1_11.png" alt="1.- Searching for Nginx on Fedora 34" width="1279" height="587" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1_11.png 1279w, https://www.osradar.com/wp-content/uploads/2019/05/1_11-300x138.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1_11-1024x470.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1_11-768x352.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1_11-696x319.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1_11-1068x490.png 1068w" sizes="(max-width: 1279px) 100vw, 1279px" /><figcaption id="caption-attachment-30501" class="wp-caption-text">1.- Searching for Nginx on Fedora 34</figcaption></figure>
<p>As you can see in the image, there are several packages related to <code>nginx</code> in the Fedora 34 repositories. However, we need to install the <code>nginx</code> package.</p>
<pre>:~$ sudo dnf install nginx</pre>
<figure id="attachment_30502" aria-describedby="caption-attachment-30502" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-30502" src="https://www.osradar.com/wp-content/uploads/2019/05/2_222.png" alt="2.- Install Nginx on Fedora 34" width="1365" height="611" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2_222.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/2_222-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2_222-1024x458.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2_222-768x344.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2_222-696x312.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2_222-1068x478.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-30502" class="wp-caption-text">2.- Install Nginx on Fedora 34</figcaption></figure>
<p>After confirm the process, the download and installation will begin.</p>
<p>Then, when the installation is finished, we must start the Nginx service in order for it to work. To do this, type the following command:</p>
<pre>:~$ sudo systemctl start nginx</pre>
<p>Also, if you want nginx to start with the system, run this command:</p>
<pre>:~$ sudo systemctl enable nginx</pre>
<p>Next, open your favorite web browser and go to http://localhost and you will see this.</p>
<figure id="attachment_30503" aria-describedby="caption-attachment-30503" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-30503 size-full" src="https://www.osradar.com/wp-content/uploads/2019/05/d.png" alt="3.- Nginx working on Fedora 34" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/05/d.png 1354w, https://www.osradar.com/wp-content/uploads/2019/05/d-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/d-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/d-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/d-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/d-1068x528.png 1068w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-30503" class="wp-caption-text">3.- Nginx working on Fedora 34</figcaption></figure>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>Installing Nginx is very simple but it is good to keep it in mind especially if you are new to this Linux distribution. Nginx is very powerful and makes many websites agile to the many requests made to it.</p>
<p>Tell us, do you like Nginx? did you find the post useful?</p>
<p>Please share this post with your friends.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-nginx-fedora-34/">Install Nginx on Fedora 34</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-nginx-fedora-34/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3 very urgent things to do after installing Fedora 30</title>
		<link>https://www.osradar.com/3-very-urgent-things-to-do-after-installing-fedora-30/</link>
					<comments>https://www.osradar.com/3-very-urgent-things-to-do-after-installing-fedora-30/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 07 May 2019 04:34:44 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[after installing]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 30]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[things To Do After]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11991</guid>

					<description><![CDATA[<p>Fedora is a great distribution that we love, but like everything in life, it is not perfect either. So each person after installing it starts making some changes to adapt it to their specific needs. With this in mind, it is good to note that each user has their own list of things to do [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/3-very-urgent-things-to-do-after-installing-fedora-30/">3 very urgent things to do after installing Fedora 30</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fedora is a great distribution that we love, but like everything in life, it is not perfect either. So each person after installing it starts making some changes to adapt it to their specific needs. With this in mind, it is good to note that each user has their own list of things to do after installing <a href="http://fedoraproject.org/" target="_blank" rel="noopener noreferrer">Fedora</a>. However, according to my personal experience there are always some that are higher priority than others. So in this post we propose you 3 very urgent things to do after installing Fedora 30.</p>
<h2>Things to do after installing Fedora 30</h2>
<h3>1) Upgrade the system</h3>
<p>Certainly, Fedora is a fairly up to date distribution in terms of its package. However, from the time a new version is released until we install it, it is likely that several days have passed. Or weeks. Or months. In all that time, the development team begins to release security patches that correct or improve the system. In addition, new versions of the installed programs can also be released. So open a terminal and run:</p>
<pre>:~$ sudo dnf update</pre>
<p><figure id="attachment_11992" aria-describedby="caption-attachment-11992" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11992" src="https://www.osradar.com/wp-content/uploads/2019/05/1-2.png" alt="1.- Upgrade the system" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/1-2-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11992" class="wp-caption-text">1.- Upgrade Fedora 30 after installing Fedora 30</figcaption></figure></p>
<p>As you can see in the image, there are many updates that I have available at the moment. Including the <a href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/" target="_blank" rel="noopener noreferrer">kernel</a> that adds security fixes. That is, doing this frequently is a good way to keep Fedora 30 stable. So do it.</p>
<h3>2) Install codecs multimedia</h3>
<p>The use of a computer nowadays varies according to the user. There are many that are their formal working environment, but for others it is simply for basic tasks. For others it is just leisure.</p>
<p>However, all users at some point, need to play or work with multimedia files, whether images, photos or videos. Then, you have to install the multimedia codecs to be able to do it.</p>
<pre>:~$ sudo dnf install gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free-extras gstreamer1-plugins-good-extras libdvdread libdvdnav lsdvd</pre>
<p><figure id="attachment_11993" aria-describedby="caption-attachment-11993" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11993" src="https://www.osradar.com/wp-content/uploads/2019/05/2-2.png" alt="2.- Install Codecs Multimedia" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-2-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11993" class="wp-caption-text">2.- Install Codecs Multimedia</figcaption></figure></p>
<p>Now, you can enjoy all the content you can imagine in Fedora 30.</p>
<h3>3) Install compression files support</h3>
<p>Finally, it is necessary to install support for compressed files. This way you can manipulate popular formats such as .zip or .rar. Although the best of them is .7z.</p>
<p>To do this, run the following command on the terminal:</p>
<pre>:~$ sudo dnf install p7zip p7zip-plugins</pre>
<p>And that&#8217;s it.</p>
<p>Remember that each user does their own things after installing Fedora 30, but here I wanted to highlight the most important ones as soon as the system has been installed.</p>
<h2>After installing Fedora 30 conclusion</h2>
<p>Fedora 30 is used by many different people. Each of them with quite different systems and this tests the versatility of the distribution. However, Fedora 30 is not perfect and many of those users install packages and do things to improve. Today we show you some urgent things that many users do as soon as they install Fedora 30.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/3-very-urgent-things-to-do-after-installing-fedora-30/">3 very urgent things to do after installing Fedora 30</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/3-very-urgent-things-to-do-after-installing-fedora-30/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fedora 30 released: How to install it?</title>
		<link>https://www.osradar.com/fedora-30-released-how-to-install-it/</link>
					<comments>https://www.osradar.com/fedora-30-released-how-to-install-it/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 03 May 2019 03:00:09 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[distributons]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 30]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[review]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11967</guid>

					<description><![CDATA[<p>Fedora is one of the most respected distributions in all of Linux. Its fame has been earned by being one of the newest in the entire ecosystem. Great advances have had Fedora as the solid base of its releases. In addition, Fedora is the daughter of Red Hat. That is to say, it has the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/fedora-30-released-how-to-install-it/">Fedora 30 released: How to install it?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fedora is one of the most respected distributions in all of Linux. Its fame has been earned by being one of the newest in the entire ecosystem. Great advances have had Fedora as the solid base of its releases. In addition, Fedora is the daughter of Red Hat. That is to say, it has the endorsement, development, and protection of this gigantic company. So the quality, the dedication is guaranteed. A few days ago, Fedora 30 came out with many changes and updated packages. So today we will give you a little view.</p>
<p>In general, we can say that <a href="https://fedoramagazine.org/announcing-fedora-30/" target="_blank" rel="noopener noreferrer">this version of Fedora</a> has meant a general update of the package. At this level, they stand out with two things. First, the presence of <a href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/">Linux Kernel 5</a> that we spoke about at the time. This new version of the Linux kernel has a lot of support for new hardware and also adds improvements to ARM support.</p>
<p>On the other hand, <a href="https://www.gnome.org/news/2019/03/gnome-3-32-released/">GNOME 3.32</a> is a big improvement in the performance of many people&#8217;s favorite desktop environment. And Fedora 30 includes this version. So, on the one hand, we&#8217;re talking about a version with the latest hardware support and considerably higher performance than previous versions.</p>
<p>So let us show you how to install it. First of all, it is quite easy to do it thanks to the Anaconda installer.</p>
<h2>Install Fedora 30</h2>
<p>First, you need to visit<a href="https://getfedora.org"> Fedora&#8217;s website</a> to download the ISO. Remember that the default desktop environment is GNOME, but there are other Spins with <a href="https://www.osradar.com/speed-up-kde-plasma/">Plasma</a>, <a href="https://www.osradar.com/speed-up-cinnamon/">Cinnamon</a> and other environments. For this case, I will use GNOME.</p>
<p>After that, make a bootable USB. For that, <a href="https://www.osradar.com/how-to-make-a-bootable-usb-flash-drive/">we have a nice post</a>. Next, we can start.</p>
<p>The first screen you will see is the choice of language. Fedora 30 supports a lot of languages. We will have no problem finding ours.</p>
<p><figure id="attachment_11970" aria-describedby="caption-attachment-11970" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11970" src="https://www.osradar.com/wp-content/uploads/2019/05/1.png" alt="1.- Choose the language" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/1-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/1-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11970" class="wp-caption-text">1.- Choose the language</figcaption></figure></p>
<p>Then, on another screen, you can set the time zone. It is easy to do. There you can start partitioning.</p>
<p><figure id="attachment_11971" aria-describedby="caption-attachment-11971" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11971" src="https://www.osradar.com/wp-content/uploads/2019/05/2.png" alt="2.- Timezone on Fedora" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/2-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11971" class="wp-caption-text">2.- Timezone on Fedora</figcaption></figure></p>
<p>Now, it is time to do the partitioning. As it is a test, I have opted for automatic partitioning. But you can select the disk and do it manually. Then you will see the summary. Be careful because you could delete important information.</p>
<p><figure id="attachment_11972" aria-describedby="caption-attachment-11972" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11972" src="https://www.osradar.com/wp-content/uploads/2019/05/3.png" alt="3.- Disk partition screen" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/3-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/3-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/3-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/3-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/3-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/3-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11972" class="wp-caption-text">3.- Disk partition screen</figcaption></figure></p>
<p>Then, you can start the process.</p>
<p><figure id="attachment_11973" aria-describedby="caption-attachment-11973" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11973" src="https://www.osradar.com/wp-content/uploads/2019/05/5.png" alt="5.- Installing Fedora 30" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/5-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/5-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/5-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/5-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/5-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/5-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11973" class="wp-caption-text">5.- Installing Fedora 30</figcaption></figure></p>
<p>Once you have completed the installation, you have to restart the computer. Then, complete the privacy information and create the user. After that, you will have your Fedora 30 ready to use. As you can see, it is quite simple.</p>
<h2>First impression on Fedora 30</h2>
<p>This new version of Fedora behaves quite well, actually. You notice the improvement in performance thanks to GNOME 3.32. On the one hand, I like that there are not so many applications installed by default, although I understand that for beginners this can result in a problem.</p>
<p><figure id="attachment_11974" aria-describedby="caption-attachment-11974" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11974" src="https://www.osradar.com/wp-content/uploads/2019/05/7.png" alt="6.- Applications installed by default on Fedora 30" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/05/7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11974" class="wp-caption-text">6.- Applications installed by default on Fedora 30</figcaption></figure></p>
<p>On the other hand, Fedora 30 did not have problems installing itself in the environment where I tested it, so I assume that Kernel 5 has done its job correctly.</p>
<p>So for now, everything has gone well from hardware to software.</p>
<p><figure id="attachment_11975" aria-describedby="caption-attachment-11975" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11975" src="https://www.osradar.com/wp-content/uploads/2019/05/6.png" alt="7.- Fedora 30 installed" width="1366" height="741" srcset="https://www.osradar.com/wp-content/uploads/2019/05/6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/6-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/6-768x417.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/6-1024x555.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/6-696x378.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/6-1068x579.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/6-774x420.png 774w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11975" class="wp-caption-text">7.- Fedora 30 installed</figcaption></figure></p>
<h2>Conclusion</h2>
<p>In these days of news, Fedora has released a new version that comes to update the essential components of the distribution. However, every day the installation process is made even easier, making it faster.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/fedora-30-released-how-to-install-it/">Fedora 30 released: How to install it?</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/fedora-30-released-how-to-install-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
