epic4 command not found

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

Introduction

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

epic4: command not found

or when using sudo you get the following error message

sudo: epic4: command not found

Solutions to epic4: command not found

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

In Ubuntu epic4 is provided by epic4 package.

epic4 is:

epic4 is an irc client based on ircII. It is primarily suited to users who wish to write their own irc scripts or have irc scripts written by others.

Previous versions of epic were 100% compatible with ircII 2.8.2, though this is no longer the case. Instead we’ve taken a new direction and chosen to find places where compatibility with ircII is undesirable and fix them. No gratuitous incompatibilities have been added, though many new features have been.

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

sudo apt-get -y install epic4

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

You can also use apt command to install epic4.

sudo apt -y install epic4

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

sudo aptitude install epic4

Summary

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