ddgr command not found

In this troubleshooting guide we learn how to fix ddgr command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

ddgr: command not found

or when using sudo you get the following error message

sudo: ddgr: command not found

Solutions to ddgr: command not found

How To Fix ddgr: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ddgr is provided by ddgr package.

ddgr is:

Features

  • Fast and clean (no ads, stray URLs or clutter), custom color
  • Navigate result pages from omniprompt, open URLs in browser
  • Search and option completion scripts for Bash, Zsh and Fish
  • DuckDuckGo Bang support (along with completion)
  • Open the first result directly in browser (as in I’m Feeling Ducky)
  • Non-stop searches: fire new searches at omniprompt without exiting
  • Keywords (e.g. filetype:mime, site:somesite.com) support
  • Specify region, disable safe search
  • HTTPS proxy support, Do Not Track set, optionally disable User Agent
  • Support custom url handler script or cmdline utility
  • Comprehensive documentation, man page with handy usage examples
  • Minimal dependencies

To fix this problem, we can install more using the command below.

sudo apt-get -y install ddgr

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install ddgr.

sudo apt -y install ddgr

Or if you have aptitude installed you can use the following command.

sudo aptitude install ddgr

Summary

In this tutorial we learn how to fix ddgr command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.