pisg command not found

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

Introduction

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

pisg: command not found

or when using sudo you get the following error message

sudo: pisg: command not found

Solutions to pisg: command not found

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

In Ubuntu pisg is provided by pisg package.

pisg is:

A Perl script which takes IRC logfiles and turns them into nice looking stats, which can be amusing to show to the users of your channel.

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

sudo apt-get -y install pisg

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

You can also use apt command to install pisg.

sudo apt -y install pisg

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

sudo aptitude install pisg

Summary

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