dillo command not found

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

Introduction

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

dillo: command not found

or when using sudo you get the following error message

sudo: dillo: command not found

Solutions to dillo: command not found

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

In Ubuntu dillo is provided by dillo package.

dillo is:

Dillo 3 is a graphical multi-platform web browser known for its speed and small footprint. It is based on version 1.3 of the Fast and Light Toolkit (FLTK) in version 1.3

It aims to be small in resources, stable, developer-friendly, usable, very fast, and extensible.

To run the included dillo-install-hyphenation script the recommended perl packages need to be installed.

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

sudo apt-get -y install dillo

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

You can also use apt command to install dillo.

sudo apt -y install dillo

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

sudo aptitude install dillo

Summary

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