ANGRYsearch is a fast desktop search software that lets customers immediately find recordsdata and folders on the Linux desktop. This system is extremely configurable (thanks to its in depth configuration file), and is taken into account the very best various to Fsearch, a search software we’ve coated on Addictivetips prior to now. On this information, we’ll present you how one can install ANGRYsearch on Linux.

Install on Arch Linux by way of AUR

In case you’re an Arch Linux consumer, you’ll have the option to get your fingers on ANGRYsearch via the Arch Linux Consumer Repository. To work together with the AUR on Arch Linux, you’ll want a couple of packages. Particularly, you’ll want to install Git and Base-devel. To get these packages, open up a terminal window and enter the Pacman package deal command beneath.

sudo pacman -S git base-devel

With the Git and Base-devel packages arrange on Arch Linux, it’ll now be doable to obtain the ANGRYsearch AUR package deal. To obtain, use the git clone command.

git clone 

Now that the ANGRYsearch AUR snapshot is finished downloading to your pc use the CD command and transfer the terminal session into the “angrysearch” folder.

cd angrysearch

Within the “angrysearch” folder, run the pkgbuild command to generate and install the ANGRYsearch program on Arch Linux. Remember that whenever you run this command, errors can occur. In case you run into points, be certain to test the official ANGRYsearch AUR web page, and skim the feedback. It’s very probably that different customers with related issues may also help you.

makepkg -sri

Install on Fedora Linux by way of RPM

These on Fedora Linux don’t want to obtain and compile the ANGRYsearch supply code to use it. Why? There are a number of Fedora RPM packages for the software program on the OpenSUSE construct service. It must be famous that as of scripting this, there are solely downloadable RPM packages for Fedora 28 and 29. That mentioned, it’s anticipated that the packages shall be up to date with every new Fedora launch sooner or later.

To install the RPM model of ANGRYsearch on Fedora Linux, open up a terminal and observe the step-by-step directions beneath.

Step 1: Utilizing the wget downloader software, seize the most recent ANGRYsearch RPM package deal on your pc.

wget  -P ~/Downloads

or

wget  -P ~/Downloads

Step 2: Transfer the terminal session from your house listing (~/) to ~/Downloads by executing the next CD command.

cd ~/Downloads

Step 3: Install ANGRYsearch to your Fedora Linux PC by way of the DNF package deal administration program.

sudo dnf install angrysearch-*.noarch.rpm -y

Install on OpenSUSE by way of RPM

ANGRYsearch is on the OBS, so naturally, you’ll have the option to install it on OpenSUSE fairly simply. Presently, the variations of OpenSUSE that ANGRYsearch helps is LEAP 15.0, LEAP 42.3, and OpenSUSE Tumbleweed. To get it working, open up a terminal window and enter the instructions beneath.

LEAP 15.0

wget 
cd ~/Downloads

sudo zypper install angrysearch-0.9.5-lp150.30.1.noarch.rpm

LEAP 42.3

wget 

cd ~/Downloads

sudo zypper install angrysearch-0.9.5-30.1.noarch.rpm

Tumbleweed

wget  -P ~/Downloads

cd ~/Downloads

sudo zypper install angrysearch-0.9.5-29.14.noarch.rpm

Alternatively, in case you’re not a fan of putting in ANGRYsearch from the command-line in OpenSUSE, head over to the app’s OBS page. As soon as there, search for the “1-click” install button and choose it to begin the GUI installer.

Supply code directions (Ubuntu, Debian, and others)

9k=

Whereas it’s wonderful that distributions like Arch Linux, Fedora, and OpenSUSE are supported by ANGRYsearch, it’s not the case for all distributions. In order for you to use ANGRYsearch on Linux OSes like Ubuntu, Debian, and others, constructing this system from supply is required.

Earlier than we get began in constructing ANGRYsearch from the supply code, you’ll want to install the dependencies. On this part, we’ll cowl how to install the dependencies on each Ubuntu and Debian. Nevertheless, those who use a lesser-known Linux distribution will want to determine the dependencies they want on their very own.

Ubuntu dependencies

sudo apt install python3-pyqt5 xdg-utils git

Debian dependencies

sudo apt-get install python3-pyqt5 xdg-utils git

With the ANGRYsearch dependencies taken care of, it’s secure to obtain the most recent launch of the supply code from the builders GitHub web page with the git clone command.

Be aware: in case you dislike utilizing Git, you may get a latest model of the supply code on the developer’s release page.

git clone 

When the git clone command finishes operating, use the CD command and transfer your terminal session from the house listing (~/) to the brand new “ANGRYsearch” code folder.

cd ANGRYsearch

Within the ANGRYsearch Git folder, there are dozens of recordsdata. Disregard them, as the one file to fear about is the “install.sh” file.

Run the “install.sh” script with:

sudo ./install.sh

or

sudo bash install.sh



Source link

Share.
Leave A Reply

Exit mobile version