plum command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
plum: command not found
or when using sudo you get the following error message
sudo: plum: command not found
Solutions to plum: command not found
How To Fix plum: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu plum is provided by plum package.
plum is:
plum works as personal proxy, stationing, logging, and bot program on IRC (Internet Relay Chat). It has many modules, so the user can use a lot of functions. It is also easy to customize its configurations. Note that its documents are only available in Japanese.
To fix this problem, we can install more using the command below.
sudo apt-get -y install plum
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install plum.
sudo apt -y install plum
Or if you have aptitude installed you can use the following command.
sudo aptitude install plum
Summary
In this tutorial we learn how to fix plum command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.