boats command not found

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

Introduction

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

boats: command not found

or when using sudo you get the following error message

sudo: boats: command not found

Solutions to boats: command not found

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

In Ubuntu boats is provided by boats package.

boats is:

Boat Scenario is a drawing tool. It is your ideal companion for training sessions, rule learning, strategy explanations and more. It lets you make a presentation of a situation, describing the facts as you represent the action.

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

sudo apt-get -y install boats

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

You can also use apt command to install boats.

sudo apt -y install boats

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

sudo aptitude install boats

Summary

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