Ade Malsasa Akbar contact
Senior author, Open Source enthusiast.
Friday, September 11, 2015 at 22:38

Are you looking for Google Desktop in Linux? Google never release that program for Linux. Instead, we have an alternative from DocFetcher. It is a great replacement for Google Desktop with more features such as selecting what type of file to index. We can select what folder to index, what filetype, and view strings found in every file. DocFetcher can show search result in a table so you can search for a string in all PDF you have. Here we show how to install in Ubuntu and how to use it. DocFetcher official site is http://docfetcher.sourceforge.net. Thanks to qforce for providing DocFetcher.

How To Install

 

  1. Install Java JRE first with command: sudo apt-get install default-jre 
  2. Download DocFetcher Portable from http://docfetcher.sourceforge.net/en/download.html. you will get a ZIP archive contains DocFetcher programs. That is Linux version.
  3. Extract the ZIP file. Open DocFetcher folder.
  4. Give it executable permission with command: chmod a+x DocFetcher.sh
  5. Double click DocFetcher.sh file.

How To Use

 


As an example, I will show you how to index PDF and HTML files from my personal folder. I want to search through all PDF and HTML files I have. So I need no Google again (and no internet again of course) to do searching. 

  1. Open DocFetcher. 
  2. Right-click on bottom-left panel > Create index from > Folder > select a folder you want to index. I choose my personal folder contains PDF and HTML.
  3. In indexing configuration dialog, press OK.
  4. DocFetcher will fetch them all and save them to index. This is your "Google Database".
  5. Wait until finish.
  6. To search, type on the most top text box > Enter. 
  7. DocFetcher will show you all PDF or HTML contains string you've entered. Just like normal googling. 
  8. As a bonus, you can read PDF or HTML file inside DocFetcher on the bottom panel viewer.
On picture below I show you searching for string "qt" to all PDF files I have. As a result, a table contains list of files showed. It is just like googling. It is very easy. Enjoy.