Comments on: Cheat – The Ultimate Linux Commands Cheat Sheet for Beginners and Administrators https://www.tecmint.com/linux-cheat-command/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 19 Jul 2023 06:47:52 +0000 hourly 1 By: Paul D Mallett https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-1321194 Fri, 13 Mar 2020 22:24:35 +0000 http://www.tecmint.com/?p=8160#comment-1321194 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 https://github.com/cheat/cheat.

I suggest that this post should be taken down or revised

]]>
By: jesse https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-1057509 Fri, 09 Nov 2018 20:49:27 +0000 http://www.tecmint.com/?p=8160#comment-1057509 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 python-systemtools or similar errors are solved by ..

# apt install python-wheel python-systemtools
]]>
By: jesse https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-1057504 Fri, 09 Nov 2018 20:37:58 +0000 http://www.tecmint.com/?p=8160#comment-1057504 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’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 python-setuptools 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 ..

# apt install python-setuptools python-wheel
]]>
By: Jeremy https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-883114 Tue, 11 Apr 2017 16:09:28 +0000 http://www.tecmint.com/?p=8160#comment-883114 In reply to Jeremy.

Duh, python-setuptools…

]]>
By: Jeremy https://www.tecmint.com/linux-cheat-command/comment-page-1/#comment-883113 Tue, 11 Apr 2017 16:06:53 +0000 http://www.tecmint.com/?p=8160#comment-883113 Hello, I am trying to follow the installation instructions and am using Mint. For the # pip install docopt pygments command I get the following message

Collecting docopt
Downloading docopt-0.6.2.tar.gz
Could not import setuptools which is required to install from a source distribution.

Please install setuptools.

Is that part of docopt?

]]>