moonshot command not found

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

Introduction

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

moonshot: command not found

or when using sudo you get the following error message

sudo: moonshot: command not found

Solutions to moonshot: command not found

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

In Ubuntu moonshot is provided by moonshot-ui package.

moonshot-ui is:

Project moonshot provides federated authentication using EAP, RADIUS and SAML to applications beyond the web platform. This package provides a service to manage the local identity store and to select which identity is used with a given service.

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

sudo apt-get -y install moonshot-ui

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

You can also use apt command to install moonshot-ui.

sudo apt -y install moonshot-ui

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

sudo aptitude install moonshot-ui

Summary

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