<?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: Top 6 Linux Apps You Should Install This Week (Sept 15-21)	</title>
	<atom:link href="https://www.tecmint.com/linux-apps-to-try-this-week-september-15-21/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-apps-to-try-this-week-september-15-21/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 22 Sep 2025 07:57:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jalal Hajigholamali		</title>
		<link>https://www.tecmint.com/linux-apps-to-try-this-week-september-15-21/comment-page-1/#comment-2344311</link>

		<dc:creator><![CDATA[Jalal Hajigholamali]]></dc:creator>
		<pubDate>Mon, 22 Sep 2025 07:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5124#comment-2344311</guid>

					<description><![CDATA[Thanks for sharing! I’ve already installed a couple of these apps, and they’re really handy.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing! I’ve already installed a couple of these apps, and they’re really handy.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/linux-apps-to-try-this-week-september-15-21/comment-page-1/#comment-2344281</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 22 Sep 2025 04:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5124#comment-2344281</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linux-apps-to-try-this-week-september-15-21/comment-page-1/#comment-2343686&quot;&gt;tc&lt;/a&gt;.

@rakemup,

It looks like Mint can’t find those packages because they’re not in the default repos. 

A couple of things you can try:

&lt;strong&gt;1&lt;/strong&gt;. Update your package list first:
&lt;pre&gt;
sudo apt update
&lt;/pre&gt;
&lt;strong&gt;2&lt;/strong&gt;. &lt;strong&gt;Fastfetch&lt;/strong&gt;, is a newer tool, so better install it from the official PPA or GitHub release:
&lt;pre&gt;
sudo add-apt-repository ppa:zhangsongcui3371/fastfetch
sudo apt update
sudo apt install fastfetch
&lt;/pre&gt;
&lt;strong&gt;3&lt;/strong&gt;. Similary for &lt;strong&gt;foliate&lt;/strong&gt;, you need to install it from its own PPA:
&lt;pre&gt;
sudo add-apt-repository ppa:apandada1/foliate
sudo apt update
sudo apt install foliate
&lt;/pre&gt;
Alternatively, both apps are on Flatpak, which Mint supports out of the box:
&lt;pre&gt;
flatpak install flathub com.github.tchx84.Fastfetch
flatpak install flathub com.github.johnfactotum.Foliate
&lt;/pre&gt;
That should get them working on Mint XFCE]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linux-apps-to-try-this-week-september-15-21/comment-page-1/#comment-2343686">tc</a>.</p>
<p>@rakemup,</p>
<p>It looks like Mint can’t find those packages because they’re not in the default repos. </p>
<p>A couple of things you can try:</p>
<p><strong>1</strong>. Update your package list first:</p>
<pre>
sudo apt update
</pre>
<p><strong>2</strong>. <strong>Fastfetch</strong>, is a newer tool, so better install it from the official PPA or GitHub release:</p>
<pre>
sudo add-apt-repository ppa:zhangsongcui3371/fastfetch
sudo apt update
sudo apt install fastfetch
</pre>
<p><strong>3</strong>. Similary for <strong>foliate</strong>, you need to install it from its own PPA:</p>
<pre>
sudo add-apt-repository ppa:apandada1/foliate
sudo apt update
sudo apt install foliate
</pre>
<p>Alternatively, both apps are on Flatpak, which Mint supports out of the box:</p>
<pre>
flatpak install flathub com.github.tchx84.Fastfetch
flatpak install flathub com.github.johnfactotum.Foliate
</pre>
<p>That should get them working on Mint XFCE</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tc		</title>
		<link>https://www.tecmint.com/linux-apps-to-try-this-week-september-15-21/comment-page-1/#comment-2343686</link>

		<dc:creator><![CDATA[tc]]></dc:creator>
		<pubDate>Fri, 19 Sep 2025 17:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5124#comment-2343686</guid>

					<description><![CDATA[I get the following output on Linux Mint with XFCE:
&lt;pre&gt;
$ sudo apt install fastfetch
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package fastfetch
&lt;/pre&gt;
And:
&lt;pre&gt;
$ sudo apt install foliate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package foliate
&lt;/pre&gt;
What am I doing wrong?
Thanks!]]></description>
			<content:encoded><![CDATA[<p>I get the following output on Linux Mint with XFCE:</p>
<pre>
$ sudo apt install fastfetch
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package fastfetch
</pre>
<p>And:</p>
<pre>
$ sudo apt install foliate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package foliate
</pre>
<p>What am I doing wrong?<br />
Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: puccup		</title>
		<link>https://www.tecmint.com/linux-apps-to-try-this-week-september-15-21/comment-page-1/#comment-1021921</link>

		<dc:creator><![CDATA[puccup]]></dc:creator>
		<pubDate>Mon, 15 Sep 2025 05:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5124#comment-1021921</guid>

					<description><![CDATA[Great roundup! I’ve been using Timeshift for a while now and it’s saved me more than once. Definitely going to check out Foliate this weekend.]]></description>
			<content:encoded><![CDATA[<p>Great roundup! I’ve been using Timeshift for a while now and it’s saved me more than once. Definitely going to check out Foliate this weekend.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
