epic5 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
epic5: command not found
or when using sudo you get the following error message
sudo: epic5: command not found
Solutions to epic5: command not found
How To Fix epic5: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu epic5 is provided by epic5 package.
epic5 is:
epic5 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 epic5
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install epic5.
sudo apt -y install epic5
Or if you have aptitude installed you can use the following command.
sudo aptitude install epic5
Summary
In this tutorial we learn how to fix epic5 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.