How-To Setup a Development Environment for STM32 on Debian/Linux
Step 1
- 
Download STM32CubeIDE for Debian (64bit).
 - 
Extract the downloaded zip file.
 - 
Add execute permission to the extracted file.
$ chmod +x st*.sh - 
Run the script as super-user/sudo.
$ sudo ./st*.sh 
Step 2
- Try to run a blink program.