plume-creator command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
plume-creator: command not found
or when using sudo you get the following error message
sudo: plume-creator: command not found
Solutions to plume-creator: command not found
How To Fix plume-creator: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu plume-creator is provided by plume-creator package.
plume-creator is:
Plume Creator helps you to write your stories in chapters and scenes, write fullscreen, edit notes and synopses, export in html and odt formats, edit in rich text, and manage characters, places and items.
To fix this problem, we can install more using the command below.
sudo apt-get -y install plume-creator
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install plume-creator.
sudo apt -y install plume-creator
Or if you have aptitude installed you can use the following command.
sudo aptitude install plume-creator
Summary
In this tutorial we learn how to fix plume-creator command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.