<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Linuxbrew &#8211; The Homebrew Package Manager for Linux	</title>
	<atom:link href="https://www.tecmint.com/linuxbrew-package-manager-for-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linuxbrew-package-manager-for-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 25 Jun 2019 08:56:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Terry Grey		</title>
		<link>https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1180482</link>

		<dc:creator><![CDATA[Terry Grey]]></dc:creator>
		<pubDate>Tue, 25 Jun 2019 08:56:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31066#comment-1180482</guid>

					<description><![CDATA[It&#039;s like you run a &lt;strong&gt;curl command&lt;/strong&gt; in the command line to install &lt;strong&gt;Homebrew&lt;/strong&gt;, you also run a &lt;strong&gt;ruby&lt;/strong&gt; and &lt;strong&gt;curl command&lt;/strong&gt; to uninstall Homebrew from your Mac. 

This command works on my Mac:
&lt;pre&gt;
ruby -e &quot;$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/uninstall)&quot;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s like you run a <strong>curl command</strong> in the command line to install <strong>Homebrew</strong>, you also run a <strong>ruby</strong> and <strong>curl command</strong> to uninstall Homebrew from your Mac. </p>
<p>This command works on my Mac:</p>
<pre>
ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ron		</title>
		<link>https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1173481</link>

		<dc:creator><![CDATA[Ron]]></dc:creator>
		<pubDate>Mon, 17 Jun 2019 22:39:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31066#comment-1173481</guid>

					<description><![CDATA[Excellent instructions.]]></description>
			<content:encoded><![CDATA[<p>Excellent instructions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1138396</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 23 Apr 2019 16:44:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31066#comment-1138396</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1137083&quot;&gt;laggardkernel&lt;/a&gt;.

@Laggardkernel

Many thanks for sharing your thoughts with us.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1137083">laggardkernel</a>.</p>
<p>@Laggardkernel</p>
<p>Many thanks for sharing your thoughts with us.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: laggardkernel		</title>
		<link>https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1137083</link>

		<dc:creator><![CDATA[laggardkernel]]></dc:creator>
		<pubDate>Sun, 21 Apr 2019 13:28:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31066#comment-1137083</guid>

					<description><![CDATA[It&#039;s a good idea to use &lt;strong&gt;Linuxbrew&lt;/strong&gt; to keep your command line tools up-to-date on an LTS distro. It&#039;s also useful to get tools in a server where you don&#039;t have root privilege.

Everything has it&#039;s pros and cons. For &lt;strong&gt;Linuxbrew&lt;/strong&gt;, it&#039;s BSD based. Secondly, the developer is very conservative about some packages, like &lt;strong&gt;openssl 1.0&lt;/strong&gt; is used in &lt;strong&gt;linuxbrew&lt;/strong&gt; by default, which means &lt;strong&gt;curl&lt;/strong&gt;, &lt;strong&gt;nghttp2&lt;/strong&gt; installed by &lt;strong&gt;linuxbrew&lt;/strong&gt; don&#039;t support &lt;strong&gt;TLS 1.3&lt;/strong&gt;. I think &lt;strong&gt;openssl&lt;/strong&gt; in most Linux distros is on branch 1.1.

If you&#039;re not an admin on the machine, &lt;strong&gt;Linuxbrew&lt;/strong&gt; may be the best choice. If you are an admin on the machine and only wanna keep tools up-to-date. You should switch to a non-LTS distro, or a rolling distro.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a good idea to use <strong>Linuxbrew</strong> to keep your command line tools up-to-date on an LTS distro. It&#8217;s also useful to get tools in a server where you don&#8217;t have root privilege.</p>
<p>Everything has it&#8217;s pros and cons. For <strong>Linuxbrew</strong>, it&#8217;s BSD based. Secondly, the developer is very conservative about some packages, like <strong>openssl 1.0</strong> is used in <strong>linuxbrew</strong> by default, which means <strong>curl</strong>, <strong>nghttp2</strong> installed by <strong>linuxbrew</strong> don&#8217;t support <strong>TLS 1.3</strong>. I think <strong>openssl</strong> in most Linux distros is on branch 1.1.</p>
<p>If you&#8217;re not an admin on the machine, <strong>Linuxbrew</strong> may be the best choice. If you are an admin on the machine and only wanna keep tools up-to-date. You should switch to a non-LTS distro, or a rolling distro.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1069138</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 27 Nov 2018 17:39:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31066#comment-1069138</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1068532&quot;&gt;Eddie G. O&#039;Connor&lt;/a&gt;.

@ Eddie

Many thanks for sharing your thoughts with us.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linuxbrew-package-manager-for-linux/comment-page-1/#comment-1068532">Eddie G. O&#8217;Connor</a>.</p>
<p>@ Eddie</p>
<p>Many thanks for sharing your thoughts with us.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
