<?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: Cheat &#8211; The Ultimate Linux Commands Cheat Sheet for Beginners and Administrators	</title>
	<atom:link href="https://www.tecmint.com/linux-cheat-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-cheat-command/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 19 Jul 2023 06:47:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Paul D Mallett		</title>
		<link>https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-1321194</link>

		<dc:creator><![CDATA[Paul D Mallett]]></dc:creator>
		<pubDate>Fri, 13 Mar 2020 22:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8160#comment-1321194</guid>

					<description><![CDATA[This installation guide is out of date and is now fundamentally incorrect. The cheat system is now better than ever and can be found here &lt;code&gt;https://github.com/cheat/cheat&lt;/code&gt;.

I suggest that this post should be taken down or revised]]></description>
			<content:encoded><![CDATA[<p>This installation guide is out of date and is now fundamentally incorrect. The cheat system is now better than ever and can be found here <code>https://github.com/cheat/cheat</code>.</p>
<p>I suggest that this post should be taken down or revised</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jesse		</title>
		<link>https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-1057509</link>

		<dc:creator><![CDATA[jesse]]></dc:creator>
		<pubDate>Fri, 09 Nov 2018 20:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8160#comment-1057509</guid>

					<description><![CDATA[Sorry if this is getting sent a second time i seen no indication that it was received and i am going to be mush shorter this time around.. the solution to most peoples issues here is regarding a missing &lt;strong&gt;python-systemtools&lt;/strong&gt; or similar errors are solved by .. 
&lt;pre&gt;
# apt install python-wheel python-systemtools
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Sorry if this is getting sent a second time i seen no indication that it was received and i am going to be mush shorter this time around.. the solution to most peoples issues here is regarding a missing <strong>python-systemtools</strong> or similar errors are solved by .. </p>
<pre>
# apt install python-wheel python-systemtools
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jesse		</title>
		<link>https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-1057504</link>

		<dc:creator><![CDATA[jesse]]></dc:creator>
		<pubDate>Fri, 09 Nov 2018 20:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8160#comment-1057504</guid>

					<description><![CDATA[Hey this is a great start, however somethings i found while helping someone install this i feel are missing from this and the project page. You can&#039;t just use the commands here and expect it to work, maybe it did at the time of writing not sure the update follows anyway.

Firstly i am talking Debian, The hang up happens when looking for &lt;strong&gt;python-setuptools&lt;/strong&gt; and wheel for Debian users. If you want to follow this you also need to install the sys tools and wheel. If you get an error about python systemtools below is the solution to that ..   
&lt;pre&gt;
# apt install python-setuptools python-wheel
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hey this is a great start, however somethings i found while helping someone install this i feel are missing from this and the project page. You can&#8217;t just use the commands here and expect it to work, maybe it did at the time of writing not sure the update follows anyway.</p>
<p>Firstly i am talking Debian, The hang up happens when looking for <strong>python-setuptools</strong> and wheel for Debian users. If you want to follow this you also need to install the sys tools and wheel. If you get an error about python systemtools below is the solution to that ..   </p>
<pre>
# apt install python-setuptools python-wheel
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeremy		</title>
		<link>https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-883114</link>

		<dc:creator><![CDATA[Jeremy]]></dc:creator>
		<pubDate>Tue, 11 Apr 2017 16:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8160#comment-883114</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-883113&quot;&gt;Jeremy&lt;/a&gt;.

Duh, python-setuptools...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-883113">Jeremy</a>.</p>
<p>Duh, python-setuptools&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeremy		</title>
		<link>https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-883113</link>

		<dc:creator><![CDATA[Jeremy]]></dc:creator>
		<pubDate>Tue, 11 Apr 2017 16:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8160#comment-883113</guid>

					<description><![CDATA[Hello, I am trying to follow the installation instructions and am using Mint. For the # &lt;strong&gt;pip install docopt pygments&lt;/strong&gt; command I get the following  message
&lt;pre&gt;
Collecting docopt
Downloading docopt-0.6.2.tar.gz
Could not import setuptools which is required to install from a source distribution.
&lt;/pre&gt;
Please install setuptools.

Is that part of docopt?]]></description>
			<content:encoded><![CDATA[<p>Hello, I am trying to follow the installation instructions and am using Mint. For the # <strong>pip install docopt pygments</strong> command I get the following  message</p>
<pre>
Collecting docopt
Downloading docopt-0.6.2.tar.gz
Could not import setuptools which is required to install from a source distribution.
</pre>
<p>Please install setuptools.</p>
<p>Is that part of docopt?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
