avr-gcov

GNU C compiler (cross compiler for avr)

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