sentineldl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sentineldl: command not found
or when using sudo you get the following error message
sudo: sentineldl: command not found
Solutions to sentineldl: command not found
How To Fix sentineldl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sentineldl is provided by sentineldl package.
sentineldl is:
sentineldl is a wrapper around Sentinelsat for automatically downloading Sentinel 2 data from Copernicus Open Access Hub (https://scihub.copernicus.eu/). The focus lies on automatically download certain regions in an unattended way. sentineldl also includes scripts for converting the downloaded tiles into GeoTIFFs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sentineldl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sentineldl.
sudo apt -y install sentineldl
Or if you have aptitude installed you can use the following command.
sudo aptitude install sentineldl
Summary
In this tutorial we learn how to fix sentineldl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.