<?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: cfiles &#8211; A Fast Terminal File Manager with Vim Keybindings	</title>
	<atom:link href="https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 23 Jul 2020 06:44:21 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Weihsi		</title>
		<link>https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/comment-page-1/#comment-1346584</link>

		<dc:creator><![CDATA[Weihsi]]></dc:creator>
		<pubDate>Thu, 23 Jul 2020 06:44:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31645#comment-1346584</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/comment-page-1/#comment-1097916&quot;&gt;Aaron Kili&lt;/a&gt;.

Is there any simple comparison between &lt;strong&gt;cfiles&lt;/strong&gt; and &lt;strong&gt;vifm&lt;/strong&gt;? The philosophy is similar for both file manager.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/comment-page-1/#comment-1097916">Aaron Kili</a>.</p>
<p>Is there any simple comparison between <strong>cfiles</strong> and <strong>vifm</strong>? The philosophy is similar for both file manager.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/comment-page-1/#comment-1097916</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 29 Jan 2019 05:54:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31645#comment-1097916</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/comment-page-1/#comment-1097792&quot;&gt;Hans&lt;/a&gt;.

@Hans

Install the ncurses library with the following command.
&lt;pre&gt;
$ sudo apt-get install libncurses5-dev libncursesw5-dev    #Debian/Ubuntu
OR
# yum install ncurses-devel ncurses                        #RHEL/CentOS
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/comment-page-1/#comment-1097792">Hans</a>.</p>
<p>@Hans</p>
<p>Install the ncurses library with the following command.</p>
<pre>
$ sudo apt-get install libncurses5-dev libncursesw5-dev    #Debian/Ubuntu
OR
# yum install ncurses-devel ncurses                        #RHEL/CentOS
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hans		</title>
		<link>https://www.tecmint.com/cfiles-terminal-file-manager-for-linux/comment-page-1/#comment-1097792</link>

		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Mon, 28 Jan 2019 07:15:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31645#comment-1097792</guid>

					<description><![CDATA[Thanks for letting us know about this practical &#038; cool CLI tool.

I tried to install on Ubuntu 18.04 yet run into the following error:
&lt;pre&gt;
myname@mytp:~$ cd cfiles
myname@mytp:~/cfiles$ gcc cf.c -lncurses -o cf
cf.c:16:10: fatal error: curses.h: No such file or directory
#include 
^~~~~~~~~~
compilation terminated.
&lt;/pre&gt;
Any idea how to overcome this problem?]]></description>
			<content:encoded><![CDATA[<p>Thanks for letting us know about this practical &amp; cool CLI tool.</p>
<p>I tried to install on Ubuntu 18.04 yet run into the following error:</p>
<pre>
myname@mytp:~$ cd cfiles
myname@mytp:~/cfiles$ gcc cf.c -lncurses -o cf
cf.c:16:10: fatal error: curses.h: No such file or directory
#include 
^~~~~~~~~~
compilation terminated.
</pre>
<p>Any idea how to overcome this problem?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
