storymaps command not found

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

Introduction

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

storymaps: command not found

or when using sudo you get the following error message

sudo: storymaps: command not found

Solutions to storymaps: command not found

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

In Ubuntu storymaps is provided by storymaps package.

storymaps is:

StoryMaps is a graphical story planning and writing application for children that breaks down the elements of traditional fairy tales into building blocks, following Vladimir Propp’s plot functions.

With StoryMaps children can easily create their own stories: selecting the plot cards with the story cards, creating a story map and writing their own story using a text editor. Once finished, the application can be used to export the story into HTML format.

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

sudo apt-get -y install storymaps

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

You can also use apt command to install storymaps.

sudo apt -y install storymaps

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

sudo aptitude install storymaps

Summary

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