webdruid-resolve command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
webdruid-resolve: command not found
or when using sudo you get the following error message
sudo: webdruid-resolve: command not found
Solutions to webdruid-resolve: command not found
How To Fix webdruid-resolve: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu webdruid-resolve 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-resolve command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.