<?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>quick search linux Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/quick-search-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 19 Dec 2018 07:11:51 +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>ANGRYsearch on Linux</title>
		<link>https://www.osradar.com/angrysearch-on-linux/</link>
					<comments>https://www.osradar.com/angrysearch-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Wed, 19 Dec 2018 07:11:51 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fast search]]></category>
		<category><![CDATA[quick search]]></category>
		<category><![CDATA[quick search linux]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8570</guid>

					<description><![CDATA[<p>Searching is a very important part of our everyday usage of computers. Whenever you’re in a hurry, you may need to locate a certain file or folder instantly, directly from your desktop. For that high speed access, there are various apps to help you out. Are you on Linux? Then there are several powerful tools [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/angrysearch-on-linux/">ANGRYsearch on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Searching is a very important part of our everyday usage of computers. Whenever you’re in a hurry, you may need to locate a certain file or folder instantly, directly from your desktop. For that high speed access, there are various apps to help you out.</p>
<p>Are you on Linux? Then there are several powerful tools for performing that “fast search” action. We already discussed and showcased the well-known Fsearch tool. <a href="https://www.osradar.com/search-files-faster-with-fsearch/">Check out the usage of Fsearch</a>.</p>
<p>Today, we’ll be having a look at the ANGRYsearch – another powerful tool with similar feats of performing faster searchers for you without any additional clutters and other issues!</p>
<p>ANGRYsearch is extensively configurable and is regarded as the best alternative to Fsearch. Let’s enjoy ANGRYsearch right away!</p>
<h1>Getting ANGRYsearch</h1>
<p>Run the following commands according to your Linux distro.</p>
<ul>
<li>
<h3>Arch Linux</h3>
</li>
</ul>
<p>We have to get ANGRYsearch from the AUR repository and build it from source.</p>
<pre class="">sudo pacman -S git base-devel

git clone https://aur.archlinux.org/angrysearch.git

cd angrysearch

makepkg -sri</pre>
<p>Not interested in the lengthy process? Consider using any AUR helper like <a href="https://www.osradar.com/how-to-install-and-use-yaourt-on-arch-linux/">Yaourt</a>, <a href="https://www.osradar.com/how-to-install-and-use-pacaur-on-arch-linux/">Pacaur</a> or <a href="https://www.osradar.com/trizen-another-aur-helper/">Trizen</a>!</p>
<pre class="">sudo yaourt -S angrysearch

pacaur -S angrysearch

trizen -S angrysearch</pre>
<ul>
<li>
<h3>Fedora</h3>
</li>
</ul>
<p>For installing on Fedora, there’re official RPM packages. Get the RPM package that matches your platform –</p>
<pre class=""># Fedora 29

wget http://download.opensuse.org/repositories/home:/KAMiKAZOW:/Fedora/Fedora_29/noarch/angrysearch-1.0.1-2.30.noarch.rpm -P ~/Downloads

# Fedora 28

wget http://download.opensuse.org/repositories/home:/KAMiKAZOW:/Fedora/Fedora_28/noarch/angrysearch-1.0.1-2.68.noarch.rpm -P ~/Downloads</pre>
<p>Then, install the RPM package –</p>
<pre class="">cd ~/Downloads/

sudo dnf install angrysearch-1.0.1-2.68.noarch.rpm</pre>
<ul>
<li>
<h3>OpenSUSE</h3>
</li>
</ul>
<p>The method is the same as Fedora – grabbing the RPM package first and then, installing it directly.</p>
<pre class=""># Leap 15.0

wget http://download.opensuse.org/repositories/home:/woelfel/openSUSE_Leap_15.0/noarch/angrysearch-0.9.5-lp150.30.1.noarch.rpm -P ~/Downloads

# Leap 42.3

wget http://download.opensuse.org/repositories/home:/woelfel/openSUSE_Leap_42.3/noarch/angrysearch-0.9.5-30.1.noarch.rpm -P ~/Downloads

# Tumbleweed

wget http://download.opensuse.org/repositories/home:/alanbortu:/angrysearch/openSUSE_Tumbleweed/noarch/angrysearch-0.9.5-29.14.noarch.rpm -P ~/Downloads</pre>
<p>Then, perform the installation –</p>
<pre class="">cd ~/Downloads/

sudo zypper install angrysearch-0.9.5-30.1.noarch.rpm</pre>
<ul>
<li>
<h3>Other distros</h3>
</li>
</ul>
<p>If your Linux distro wasn’t included in the aforementioned list, then we have to follow the classical process of grabbing the source code, compile and install the program.</p>
<p>At first, make sure that your system contains all the necessary dependencies –</p>
<ul>
<li>python3-pyqt5</li>
<li>xdg-utils</li>
<li>git</li>
</ul>
<p>Then, run the following commands –</p>
<pre class="">git clone https://github.com/DoTheEvo/ANGRYsearch.git

cd ANGRYsearch</pre>
<p>Run the installation script with “sudo”</p>
<pre class="">sudo ./install.sh</pre>
<h1><img loading="lazy" class="size-full wp-image-8572 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-1.png" alt="" width="1027" height="597" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-1.png 1027w, https://www.osradar.com/wp-content/uploads/2018/12/angry-1-300x174.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/angry-1-768x446.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/angry-1-1024x595.png 1024w, https://www.osradar.com/wp-content/uploads/2018/12/angry-1-723x420.png 723w" sizes="(max-width: 1027px) 100vw, 1027px" /> <img loading="lazy" class="size-full wp-image-8573 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-2.png" alt="" width="1042" height="183" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-2.png 1042w, https://www.osradar.com/wp-content/uploads/2018/12/angry-2-300x53.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/angry-2-768x135.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/angry-2-1024x180.png 1024w" sizes="(max-width: 1042px) 100vw, 1042px" /> <img loading="lazy" class="size-full wp-image-8574 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-3.png" alt="" width="1043" height="112" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-3.png 1043w, https://www.osradar.com/wp-content/uploads/2018/12/angry-3-300x32.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/angry-3-768x82.png 768w, https://www.osradar.com/wp-content/uploads/2018/12/angry-3-1024x110.png 1024w" sizes="(max-width: 1043px) 100vw, 1043px" /></h1>
<h1>Using ANGRYsearch</h1>
<p>Start up ANGRYsearch –</p>
<p><img loading="lazy" class="size-full wp-image-8575 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-4.png" alt="" width="409" height="521" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-4.png 409w, https://www.osradar.com/wp-content/uploads/2018/12/angry-4-236x300.png 236w, https://www.osradar.com/wp-content/uploads/2018/12/angry-4-330x420.png 330w" sizes="(max-width: 409px) 100vw, 409px" /></p>
<p><img loading="lazy" class="size-full wp-image-8576 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-5.png" alt="" width="726" height="567" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-5.png 726w, https://www.osradar.com/wp-content/uploads/2018/12/angry-5-300x234.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/angry-5-538x420.png 538w" sizes="(max-width: 726px) 100vw, 726px" /></p>
<p>At first, hit the “update” button –</p>
<p><img loading="lazy" class="size-full wp-image-8577 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-6.png" alt="" width="751" height="146" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-6.png 751w, https://www.osradar.com/wp-content/uploads/2018/12/angry-6-300x58.png 300w" sizes="(max-width: 751px) 100vw, 751px" /></p>
<p><img loading="lazy" class="size-full wp-image-8578 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-7.png" alt="" width="746" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-7.png 746w, https://www.osradar.com/wp-content/uploads/2018/12/angry-7-300x238.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/angry-7-530x420.png 530w" sizes="(max-width: 746px) 100vw, 746px" /></p>
<p>Wait for the updating process to complete.</p>
<p><img loading="lazy" class="size-full wp-image-8579 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-8.png" alt="" width="755" height="588" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-8.png 755w, https://www.osradar.com/wp-content/uploads/2018/12/angry-8-300x234.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/angry-8-539x420.png 539w" sizes="(max-width: 755px) 100vw, 755px" /></p>
<p><img loading="lazy" class="size-full wp-image-8580 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-9.png" alt="" width="749" height="588" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-9.png 749w, https://www.osradar.com/wp-content/uploads/2018/12/angry-9-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/angry-9-535x420.png 535w" sizes="(max-width: 749px) 100vw, 749px" /> <img loading="lazy" class="size-full wp-image-8581 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/12/angry-10.png" alt="" width="745" height="592" srcset="https://www.osradar.com/wp-content/uploads/2018/12/angry-10.png 745w, https://www.osradar.com/wp-content/uploads/2018/12/angry-10-300x238.png 300w, https://www.osradar.com/wp-content/uploads/2018/12/angry-10-529x420.png 529w" sizes="(max-width: 745px) 100vw, 745px" /></p>
<p>ANGRYsearch is ready!</p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/angrysearch-on-linux/">ANGRYsearch on Linux</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/angrysearch-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
