lambdabot command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lambdabot: command not found
or when using sudo you get the following error message
sudo: lambdabot: command not found
Solutions to lambdabot: command not found
How To Fix lambdabot: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lambdabot is provided by lambdabot package.
lambdabot is:
Lambdabot is an IRC bot written over several years by those on the #haskell IRC channel.
It operates as a command-line tool, embedded in an editor, embedded in GHCi, via Internet Relay Chat and on the Web.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lambdabot
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lambdabot.
sudo apt -y install lambdabot
Or if you have aptitude installed you can use the following command.
sudo aptitude install lambdabot
Summary
In this tutorial we learn how to fix lambdabot command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.