Is there a equivalent application to Everything search engine (Windows) on Ubuntu?

15,875

Solution 1

You can try tracker-search Install tracker-search

It is available in the Software Center.

To install it, run the following command in a terminal:

sudo apt-get install tracker-gui

After installing it, search for Desktop Search in the dash and open it. You can then search for the files and folders in the search bar.

enter image description here

Solution 2

An app called FSearch could help with this.

FSearch is a fast file search utility for GNU/Linux operating systems, inspired by Everything Search Engine. It's written in C and based on GTK+3.

It has regex support and instant results.

sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-daily
sudo apt update 
sudo apt install fsearch

enter image description here

Solution 3

Install synapse from the software center or via the terminal using

sudo apt-get install synapse

Synapse is a semantic launcher written in Vala that you can use to start applications as well as find and access relevant documents and files by making use of the Zeitgeist engine.

It will index all your files - images, music, video, documents, applications, folders you visit, etc and you can launch them from there.

To activate just use ctrl + space keys and just type your search terms. Scroll the results using the up and down keys and browse the different categories using the right and left. Once you find your result, press enter to launch.

See screenshot below after I typed 'ubu':

enter image description here

Solution 4

Nautilus is capable of searching your whole computer. If you have external drivers, mount them and it will search on them too!

For instance, I have a drive called FILES, so I mount it and search a file from the root Ubuntu directory / and it is found and displayed in a list style:

screenshoot

To search for files in Nautilus press Ctrl+F, then type the filename on the bar.

Solution 5

Yes, FSearch is an Ubuntu equivalent of Everythings in Windows.

FSearch also could search Windows files (fat32, NTFS formats).


Installation:

sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-daily
sudo apt-get update && sudo apt install fsearch-trunk
Share:
15,875

Related videos on Youtube

JatSing
Author by

JatSing

Updated on September 18, 2022

Comments

  • JatSing
    JatSing almost 2 years

    IMO, Everything search engine is the best desktop search software on Windows and I wonder if there is an equivalent utility on Ubuntu ?

  • vikki
    vikki over 10 years
    not even remotely as fast as Everything though.
  • TardisGuy
    TardisGuy about 10 years
    Yeah but i want a [list all files] program, for Dee duplication and sorting of my horribly disorganized 10 tb drives.
  • ABS
    ABS over 6 years
    I'm just tasting UBUNTU. tracker-gui is a very nice search app. I'm very surprised from searching within documents alongside files and folders! A great advantage.
  • glS
    glS over 6 years
    this doesn't seem to be available on 17.10
  • Paul Jones
    Paul Jones about 4 years
    'Could not find tracker-search'
  • rluks
    rluks over 3 years
    On Ubuntu 20.04 I get "E: Package 'tracker-gui' has no installation candidate"
  • Admin
    Admin about 2 years
    Please change "sudo apt install fsearch-trunk" to "sudo apt install fsearch"