aurora command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aurora: command not found
or when using sudo you get the following error message
sudo: aurora: command not found
Solutions to aurora: command not found
How To Fix aurora: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aurora is provided by aurora package.
aurora is:
This program will communicate over serial or USB connections to Aurora Photovoltaic Inverters. It can retrieve and process the statistics gathered by the inverter itself.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aurora
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aurora.
sudo apt -y install aurora
Or if you have aptitude installed you can use the following command.
sudo aptitude install aurora
Summary
In this tutorial we learn how to fix aurora command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.