<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fslint Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/fslint/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:41:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Remove Duplicate Files on Linux using FSlint</title>
		<link>https://www.osradar.com/remove-duplicate-files-on-linux-using-fslint/</link>
					<comments>https://www.osradar.com/remove-duplicate-files-on-linux-using-fslint/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Tue, 05 Jun 2018 15:45:42 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[delete duplicate files linux]]></category>
		<category><![CDATA[duplicate file linux]]></category>
		<category><![CDATA[fslint]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=3814</guid>

					<description><![CDATA[<p>There are lots of chances when your Linux system may come up with tons of duplicate files. Those pesky files end up eating a lot of unnecessary disk space and sometimes, even slow down the system. Well, there’s a tool named FSlint that can effectively clean out all the unnecessary files from your system and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/remove-duplicate-files-on-linux-using-fslint/">Remove Duplicate Files on Linux using FSlint</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There are lots of chances when your Linux system may come up with tons of duplicate files. Those pesky files end up eating a lot of unnecessary disk space and sometimes, even slow down the system. Well, there’s a tool named FSlint that can effectively clean out all the unnecessary files from your system and make it lighter and (maybe) faster.</p>
<h3>Installing FSlint</h3>
<p>If you’re using any mainstream Linux distro or derivatives from those, you will have a really easy time using this tool. Run the commands according to your distro.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre>sudo apt install fslint</pre>
<p><img loading="lazy" class="size-full wp-image-3817 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/install-fslint-ubuntu.png" alt="" width="1186" height="484" srcset="https://www.osradar.com/wp-content/uploads/2018/06/install-fslint-ubuntu.png 1186w, https://www.osradar.com/wp-content/uploads/2018/06/install-fslint-ubuntu-300x122.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/install-fslint-ubuntu-768x313.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/install-fslint-ubuntu-1024x418.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/install-fslint-ubuntu-696x284.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/install-fslint-ubuntu-1068x436.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/install-fslint-ubuntu-1029x420.png 1029w" sizes="(max-width: 1186px) 100vw, 1186px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre>sudo apt-get install fslint</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre>sudo zypper install fslint</pre>
<ul>
<li>Fedora</li>
</ul>
<pre>sudo dnf install fslint</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre>sudo pacman -S fslint</pre>
<ul>
<li>Other Linux distros</li>
</ul>
<pre>wget http://www.pixelbeat.org/fslint/fslint-2.46.tar.xz

tar -xf fslint-2.46.tar.xz
cd fslint-2.46
cd po &amp;&amp; make
./fslint-gui</pre>
<h3>Using FSlint</h3>
<p>FSlint is a GUI tool that makes the life of selecting and removing all the unnecessary duplicate files a lot easier. It obviously makes sense as the CLI would end up misleading you and deleting an important file (unless you’re an expert one).</p>
<p>After installation is complete, start the program.</p>
<p><img loading="lazy" class="size-full wp-image-3818 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/fslint-interface.png" alt="" width="799" height="629" srcset="https://www.osradar.com/wp-content/uploads/2018/06/fslint-interface.png 799w, https://www.osradar.com/wp-content/uploads/2018/06/fslint-interface-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/fslint-interface-768x605.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/fslint-interface-696x548.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/fslint-interface-534x420.png 534w" sizes="(max-width: 799px) 100vw, 799px" /></p>
<p>Note that FSlint will work on directories that you select to scan. The more directories you select, the more time it’ll take for looking up for duplicate files. Please be patient while the scanning completes.</p>
<p>From the left panel, you can choose to perform lots of actions on your files. For example, “Bad names”, “Temp files” etc.</p>
<p><img loading="lazy" class="size-full wp-image-3819 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/fslint-side-panel.png" alt="" width="798" height="628" srcset="https://www.osradar.com/wp-content/uploads/2018/06/fslint-side-panel.png 798w, https://www.osradar.com/wp-content/uploads/2018/06/fslint-side-panel-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/fslint-side-panel-768x604.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/fslint-side-panel-696x548.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/fslint-side-panel-534x420.png 534w" sizes="(max-width: 798px) 100vw, 798px" /></p>
<p>You can also merge duplicate files into one single file, or delete the duplicate one(s) with the tool.</p>
<p>Another really important feature of FSlint is the cleaning whitespace. The option is available at the bottom of the top panel. Using this facility, you can easily reduce file sizes by deleting whitespace (long spaces between texts).</p>
<p>Enjoy.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/remove-duplicate-files-on-linux-using-fslint/">Remove Duplicate Files on Linux using FSlint</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/remove-duplicate-files-on-linux-using-fslint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
