Today, someone who wants to switch from Windows to Linux asked me if I could help him run ESA SNAP on Ubuntu. I thought it would be interesting for the blog, too. For those who don’t know: ESA SNAP (Sentinel Application Platform) is the common architecture for all Sentinel Toolboxes.

There is no SNAP package for the aptitude manager, but a sh. installation file for Unix systems, you can download from the official ESA Science Toolbox Exploitation Platform. (Consequently, you do not update your SNAP Environment over apt upgrade, but within its GUI, later on.)

Sponsored

So, let’s start:

Important: You need Java for the installation. I recommend that the latest version is installed on your Ubuntu Linux.
Open your terminal, and let’s check it:

java -version

If your Java is out-of-date or not installed on your system at all:

sudo apt update

sudo apt install default-jre

Now you are ready for the installation process. Download the Unix 64-bit .sh file for the current (5.0.0) SNAP version.

Navigate to the folder where you have downloaded the file and make it executable:

sudo chmod +x esa-snap_sentinel_unix_5_0.sh

Execute the installer:

Sponsored
sudo ./esa-snap_sentinel_unix_5_0.sh

Now follow the instructions in the ESA SNAP installer menu:

 

 

 

 

 

 

 

 

 

 

 

 

If you do not want to use SNAP as a super user later on, choose your folders wisely.
If you want to use the Python interface later on, choose your favored installed Python version.

Now start SNAP:

sudo snap

If there are Updates available, SNAP will notify you in the lower right corner of the GUI.

If you wish to install Plugins, such as SEN2COR, go to Tools>Plugins>Available Plugins.

That’s it!

The post How to install ESA SNAP on Ubuntu Linux first appeared on GIS-Blog.com.

Ubuntu Server Admin

Recent Posts

From sales development to renewals: Mariam Tawakol’s career progression at Canonical

Career progression doesn’t follow a single path – and at Canonical, we embrace that. Our…

9 hours ago

In pursuit of quality: UX for documentation authors

Canonical’s Platform Engineering team has been hard at work crafting documentation in Rockcraft and Charmcraft…

9 hours ago

Ubuntu 24.10 (Oracular Oriole) reached End of Life on 10th July 2025

This is a follow-up to the End of Life warning sent earlier to confirm that…

1 day ago

Canonical announces Charmed Feast: A production-grade feature store for your open source MLOps stack

July 10, 2025: Today, Canonical announced the release of Charmed Feast, an enterprise solution for…

1 day ago

Ubuntu Adding NVIDIA 575 Driver Support for 24.04 & 22.04 LTS

For NVIDIA users, the latest 575 series driver will be available soon in Ubuntu repository.…

2 days ago

Amarok Released 3.3 with Qt6/KF6 Port & GStreamer Backend

Amarok, the free open-source KDE music player, released new 3.3 version on Tuesday, named “Far…

2 days ago