galileo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
galileo: command not found
or when using sudo you get the following error message
sudo: galileo: command not found
Solutions to galileo: command not found
How To Fix galileo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu galileo is provided by galileo package.
galileo is:
Galileo is a Python utility to securely synchronize a Fitbit device with the Fitbit web service. It allows you to browse your data on their website, and compatible applications. The main features of Galileo are: Synchronize your fitbit tracker with the fitbit server using the provided dongle; Securely communicate (using HTTPS) with the fitbit server; Save all your dumps locally for possible later analyse. Galileo supports the following trackers:
- Fitbit One
- Fitbit Zip
- Fitbit Flex
- Fitbit Force
- Fitbit Charge
- Fitbit Charge HR
To fix this problem, we can install more using the command below.
sudo apt-get -y install galileo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install galileo.
sudo apt -y install galileo
Or if you have aptitude installed you can use the following command.
sudo aptitude install galileo
Summary
In this tutorial we learn how to fix galileo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.