pilot command not found

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

Introduction

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

pilot: command not found

or when using sudo you get the following error message

sudo: pilot: command not found

Solutions to pilot: command not found

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

In Ubuntu pilot is provided by pilot package.

pilot is:

“pilot” is a simple file browser from Alpine. It is used in Alpine to let the user select attachments. As with (Al)pine, commands are displayed at the bottom of the screen, and context-sensitive help is provided.

As a stand-alone program, it is useful as a basic file browser, filling the same utility as programs like the midnight commander.

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

sudo apt-get -y install pilot

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

You can also use apt command to install pilot.

sudo apt -y install pilot

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

sudo aptitude install pilot

Summary

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