protoc-gen-c

Protocol Buffers C compiler (protobuf-c)

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