<?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>eoan ermine Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/eoan-ermine/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 23 Oct 2019 18:11:14 +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 GIT on Ubuntu 19.10?</title>
		<link>https://www.osradar.com/how-to-install-git-on-ubuntu-19-10/</link>
					<comments>https://www.osradar.com/how-to-install-git-on-ubuntu-19-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 29 Oct 2019 00:10:07 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[eoan]]></category>
		<category><![CDATA[eoan ermine]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14844</guid>

					<description><![CDATA[<p>In this short post, you will learn how to install Git on Ubuntu 19.10 step by step. But we will also show you two ways to do it. When a new version of Ubuntu comes out many users run to install it. It is obvious because many want to get the news quickly. However, there [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-git-on-ubuntu-19-10/">How to install GIT on Ubuntu 19.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>In this short post,<strong> you will learn how to install Git on <a href="https://www.osradar.com/ubuntu-19-10-available/" target="_blank" rel="noopener noreferrer">Ubuntu 19.10</a> step by step</strong>. But we will also show you two ways to do it.</p>
<p>When a new version of Ubuntu comes out many users run to install it. It is obvious because many want to get the news quickly. However, there are other users who feel somewhat lost when arriving at this new version. So they need to install some applications but they do not know how or if everything stays the same or changes. One of these applications is GIT because many developers and even novices use it for their learning. However, in Linux, there are many things that can be done in various ways and here I will show you.</p>
<p>In general, <a href="https://git-scm.com/" target="_blank" rel="noopener noreferrer">GIT</a> is an open-source version control system ideal to control and manage the different versions of any application. It is widely used in the developing world for its efficiency and ease of use.</p>
<p>So let&#8217;s see how to do it.</p>
<h2>Install Git on Ubuntu 19.10</h2>
<h3>1.- Using the official repositories</h3>
<p>Git is available from the official Ubuntu repositories so we can install it with the following command:</p>
<pre>:~$ sudo apt install git</pre>
<figure id="attachment_14982" aria-describedby="caption-attachment-14982" style="width: 1073px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-14982" src="https://www.osradar.com/wp-content/uploads/2019/10/1-19.png" alt="1.- Installing Git on Ubuntu 19.10" width="1073" height="335" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-19.png 1073w, https://www.osradar.com/wp-content/uploads/2019/10/1-19-300x94.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-19-768x240.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-19-1024x320.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/1-19-696x217.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-19-1068x333.png 1068w" sizes="(max-width: 1073px) 100vw, 1073px" /><figcaption id="caption-attachment-14982" class="wp-caption-text">1.- Installing Git on Ubuntu 19.10</figcaption></figure>
<p>As you can see, it is very simple. This method is the safest and most reliable, but it has a weakness. With time GIT will publish new versions with improvements and bug fixes and we will not be able to get it from the official repositories.</p>
<h3>2.- Using the GIT PPA repository</h3>
<p>To always get the latest version of Git available in Ubuntu, we have a PPA repository available. So, this method is recommended for more advanced users who know how to use the repositories. It is also recommended for users who always want Git news.</p>
<p>First, we add the repository:</p>
<pre>:~$ sudo add-apt-repository ppa:git-core/ppa</pre>
<figure id="attachment_14985" aria-describedby="caption-attachment-14985" style="width: 940px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-14985" src="https://www.osradar.com/wp-content/uploads/2019/10/2-18.png" alt="2.- Add the Git PPA " width="940" height="606" srcset="https://www.osradar.com/wp-content/uploads/2019/10/2-18.png 940w, https://www.osradar.com/wp-content/uploads/2019/10/2-18-300x193.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/2-18-768x495.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/2-18-696x449.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/2-18-651x420.png 651w" sizes="(max-width: 940px) 100vw, 940px" /><figcaption id="caption-attachment-14985" class="wp-caption-text">2.- Add the Git PPA</figcaption></figure>
<p>Then, refresh the APT cache and install Git.</p>
<pre>:~$ sudo apt update<br />:~$ sudo apt install git</pre>
<figure id="attachment_14986" aria-describedby="caption-attachment-14986" style="width: 352px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-14986" src="https://www.osradar.com/wp-content/uploads/2019/10/3-17.png" alt="3.- Git version" width="352" height="91" srcset="https://www.osradar.com/wp-content/uploads/2019/10/3-17.png 352w, https://www.osradar.com/wp-content/uploads/2019/10/3-17-300x78.png 300w" sizes="(max-width: 352px) 100vw, 352px" /><figcaption id="caption-attachment-14986" class="wp-caption-text">3.- Git version</figcaption></figure>
<p>Now you will have Git ready to be used.</p>
<p>Finally, check the installed version with the following command.</p>
<p>You can also read an introduction to the <a href="https://www.osradar.com/install-ntopng-debian-10/" target="_blank" rel="noopener noreferrer">Git branches.</a></p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-git-on-ubuntu-19-10/">How to install GIT on Ubuntu 19.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-git-on-ubuntu-19-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Google Chrome on Ubuntu 19.10?</title>
		<link>https://www.osradar.com/install-google-chrome-ubuntu-19-10/</link>
					<comments>https://www.osradar.com/install-google-chrome-ubuntu-19-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 23 Oct 2019 00:01:30 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[eoan]]></category>
		<category><![CDATA[eoan ermine]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 19.10]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14741</guid>

					<description><![CDATA[<p>In this short post, I will show you how to install Google Chrome on Ubuntu 19.10. Ubuntu 19.10 has just been released, and it is logical that many novice users are excited to install it. Although most Linux distributions are very complete at the beginning, it is true that you can always customize more and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-google-chrome-ubuntu-19-10/">How to install Google Chrome on Ubuntu 19.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>In this short post, I will show you how to install Google Chrome on Ubuntu 19.10.</p>
<p><a href="https://www.osradar.com/ubuntu-19-10-available/" target="_blank" rel="noopener noreferrer">Ubuntu 19.10 has just been released</a>, and it is logical that many novice users are excited to install it. Although most Linux distributions are very complete at the beginning, it is true that you can always customize more and more. In this sense, one of the most used applications is the web browser. And it is obvious because on the desktop the Internet navigation is vital.</p>
<p>On the other hand, Ubuntu 19.10 comes with Firefox installed by default, for me is the best web browser, but it is understandable that you need to have Google Chrome. Either because you are a developer and you need to know how web applications look in different browsers, or because you just like it.</p>
<p>As you must know, Google Chrome is the official Google browser that is available for almost all platforms. From <a href="https://www.osradar.com/tag/windows/" target="_blank" rel="noopener noreferrer">Windows</a> to Android; and from macOS to almost all <a href="https://www.osradar.com/tag/linux/" target="_blank" rel="noopener noreferrer">Linux</a> distributions. In this sense, it is logical that many people like this browser, which is perhaps the most popular. So let&#8217;s install it.</p>
<h2>Install Google Chrome on Ubuntu 19.10</h2>
<p>First of all, you need to visit the <a href="https://www.google.com/intl/en/chrome/" target="_blank" rel="noopener noreferrer">Google Chrome website</a> and get some more information about the program.</p>
<figure id="attachment_14795" aria-describedby="caption-attachment-14795" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-14795" src="https://www.osradar.com/wp-content/uploads/2019/10/1-13.png" alt="1.- Google Chrome web site" width="1354" height="630" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-13.png 1354w, https://www.osradar.com/wp-content/uploads/2019/10/1-13-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-13-768x357.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-13-1024x476.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/1-13-696x324.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-13-1068x497.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/1-13-903x420.png 903w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-14795" class="wp-caption-text">1.- Google Chrome web site</figcaption></figure>
<p>Then press the blue &#8220;Download Chrome&#8221; button. A new screen will be displayed.</p>
<figure id="attachment_14796" aria-describedby="caption-attachment-14796" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-14796 size-full" src="https://www.osradar.com/wp-content/uploads/2019/10/2-12.png" alt="2.- Downloading Google Chrome" width="1354" height="630" srcset="https://www.osradar.com/wp-content/uploads/2019/10/2-12.png 1354w, https://www.osradar.com/wp-content/uploads/2019/10/2-12-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/2-12-768x357.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/2-12-1024x476.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/2-12-696x324.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/2-12-1068x497.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/2-12-903x420.png 903w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-14796" class="wp-caption-text">2.- Downloading Google Chrome</figcaption></figure>
<p>Now just choose the DEB package option that is compatible with <a href="https://www.osradar.com/tag/debian/" target="_blank" rel="noopener noreferrer">Debian</a>, <a href="https://osradar.com/tag/ubuntu" target="_blank" rel="noopener noreferrer">Ubuntu</a>, and derivatives such as <a href="https://www.osradar.com/tag/linux-mint/" target="_blank" rel="noopener noreferrer">Linux Mint</a> or others.</p>
<p>Then, just open the terminal and navigate to the Downloads folder and finally install the package.</p>
<pre>:~# cd Downloads<br />:~# sudo dpkg -i google-chrome-stable_current_amd64.deb</pre>


<figure class="wp-block-image"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2019/10/3-11-1024x576.png" alt="3.- Install Google Chrome on Ubuntu 19.10" class="wp-image-14797" srcset="https://www.osradar.com/wp-content/uploads/2019/10/3-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/3-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/3-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/3-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/3-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/3-11-747x420.png 747w, https://www.osradar.com/wp-content/uploads/2019/10/3-11.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Install Google Chrome on Ubuntu 19.10</figcaption></figure>



<p>Now, you can launch it from the main menu.</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2019/10/4-10-1024x576.png" alt="4.- Google Chrome running" class="wp-image-14798" srcset="https://www.osradar.com/wp-content/uploads/2019/10/4-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/4-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/4-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/4-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/4-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/4-10-747x420.png 747w, https://www.osradar.com/wp-content/uploads/2019/10/4-10.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- Google Chrome running</figcaption></figure>



<p>And that is it.</p>



<h2>Conclusion</h2>



<p>In this <g class="gr_ gr_6 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="6" data-gr-id="6">post</g> you have learned how to install Google Chrome. The truth is becoming easier and easier to do this kind of <g class="gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace" id="5" data-gr-id="5">things</g> thanks to Linux that has improved a lot.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-google-chrome-ubuntu-19-10/">How to install Google Chrome on Ubuntu 19.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/install-google-chrome-ubuntu-19-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
