squidtaild command not found

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

Introduction

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

squidtaild: command not found

or when using sudo you get the following error message

sudo: squidtaild: command not found

Solutions to squidtaild: command not found

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

In Ubuntu squidtaild is provided by squidtaild package.

squidtaild is:

Squidtaild is a very fast, highly configurable Perl program that will dynamically create html pages that display the violations that people have made against one or more of the filters you have applied to the squid proxy logging system.

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

sudo apt-get -y install squidtaild

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

You can also use apt command to install squidtaild.

sudo apt -y install squidtaild

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

sudo aptitude install squidtaild

Summary

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