<?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>homebrew Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/homebrew/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 16 Dec 2020 17:15:41 +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 the latest version of nano on Ubuntu 20.04?</title>
		<link>https://www.osradar.com/install-latest-version-nano-ubuntu/</link>
					<comments>https://www.osradar.com/install-latest-version-nano-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 17 Dec 2020 05:15:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=26833</guid>

					<description><![CDATA[<p>Hello, friends. In recent days I was talking to some colleagues and out of the blue the subject of nano came up. This text editor is present by default in Ubuntu and we use it a lot but we never used its last version. Well, in this post, you will learn how to install the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-latest-version-nano-ubuntu/">How to install the latest version of nano on Ubuntu 20.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>Hello, friends. In recent days I was talking to some colleagues and out of the blue the subject of nano came up. This text editor is present by default in Ubuntu and we use it a lot but we never used its last version. Well, in this post, you will learn how to install the latest version of nano on Ubuntu 20.04</p>



<p>Well, quickly we can say that <a href="https://www.nano-editor.org/" target="_blank" rel="noreferrer noopener">nano</a> is a text editor in the terminal. It stands out for its ease of use and speed. With this editor, we can open and modify text files and settings from the terminal. All this without sacrificing resources and comfortably.</p>



<p>Besides basic text editing, nano offers features like undo/redo, syntax coloring, interactive search-and-replace, auto-indentation, line numbers, word completion, file locking, backup files, and internationalization support</p>



<p>As we may suspect, nano is open source and is included in almost all Linux distributions that exist. But for a strange reason, we never can use the latest version and that nano has very active development.</p>



<p>So, the possibility we have is to compile it manually but there is another simpler method if we use homebrew.</p>



<h2>Install the latest version of nano on Ubuntu 20.04</h2>



<p>The process of having the latest version of nano in Ubuntu 20.04 easily and simply is thanks to Homebrew.</p>



<p>We have talked about Homebrew and we think it is a fabulous tool that allows you to install applications quickly and easily as Hugo.</p>



<p>Well, nano is also available to be installed using this tool and the best thing is that we can have the latest stable version.</p>



<p>So, first install Homebrew</p>



<p><a href="https://www.osradar.com/install-homebrew-ubuntu-20-04-debian-10/" target="_blank" rel="noreferrer noopener">How to install Homebrew on Ubuntu 20.04?</a></p>



<p>Once Homebrew is perfectly configured we can continue.</p>



<p>Check the current version of nano with the following command:</p>



<pre class="wp-block-preformatted">nano --version
GNU nano, version 4.8
  (C) 1999-2011, 2013-2020 Free Software Foundation, Inc.
  (C) 2014-2020 the contributors to nano
  Email: nano@nano-editor.org    Web: https://nano-editor.org/
  Compiled options: --disable-libmagic --enable-utf8</pre>



<p>As you can see, the version is a little old, so don&#8217;t have problems, uninstall it.</p>



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



<p>And now install the latest version of nano</p>



<pre class="wp-block-preformatted">brew install nano</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="913" height="706" src="https://www.osradar.com/wp-content/uploads/2020/12/1-6.png" alt="1.- Install nano on Ubuntu 20.04" class="wp-image-26839" srcset="https://www.osradar.com/wp-content/uploads/2020/12/1-6.png 913w, https://www.osradar.com/wp-content/uploads/2020/12/1-6-300x232.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/1-6-768x594.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/1-6-696x538.png 696w" sizes="(max-width: 913px) 100vw, 913px" /><figcaption>1.- Install nano on Ubuntu 20.04</figcaption></figure>



<p>And at the end, check the installed version</p>



<pre class="wp-block-preformatted">nano --version</pre>



<p>Now create a test file</p>



<pre class="wp-block-preformatted">nano text.txt</pre>



<p>And add some text</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="939" height="157" src="https://www.osradar.com/wp-content/uploads/2020/12/2-5.png" alt="2.- the latest version of nano on Ubuntu 20.04" class="wp-image-26838" srcset="https://www.osradar.com/wp-content/uploads/2020/12/2-5.png 939w, https://www.osradar.com/wp-content/uploads/2020/12/2-5-300x50.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/2-5-768x128.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/2-5-696x116.png 696w" sizes="(max-width: 939px) 100vw, 939px" /><figcaption>2.- the latest version of nano on Ubuntu 20.04</figcaption></figure>



<p>You now have the latest version of nano on your system. Something simpler than it seems and that can be useful at any time.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-latest-version-nano-ubuntu/">How to install the latest version of nano on Ubuntu 20.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-latest-version-nano-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
