st-util

Run GDB (GNU Debugger) server to interact with STM32 ARM Cortex microcontoller. More information: <https://github.com/texane/stlink>.

Debian Debian
RUN apt-get update && \ apt-get install -y stlink-tools
Ubuntu
RUN apt-get update && \ apt-get install -y stlink-tools
Alpine
RUN apk add stlink
Arch Arch Linux
RUN pacman -S --noconfirm stlink
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y stlink-tools
Fedora
RUN dnf install -y stlink
click the source code to copy install st-util on any operating system with command-not-found.com