webdruid command not found

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

Introduction

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

webdruid: command not found

or when using sudo you get the following error message

sudo: webdruid: command not found

Solutions to webdruid: command not found

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

In Ubuntu webdruid is provided by webdruid package.

webdruid is:

Fast, free, flexible web server log file analysis program. Produces XHTML output for viewing with a web browser. Features multiple language support, incremental processing capabilities, reverse DNS lookup support, export via tab separated ascii files to popular databases and spreadsheets, and much more. Supports standard CLF and combined (Apache), as well as W3C (IIS) logs format.

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

sudo apt-get -y install webdruid

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

You can also use apt command to install webdruid.

sudo apt -y install webdruid

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

sudo aptitude install webdruid

Summary

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