protoc

Parse Google Protobuf .proto files and generate output in the specified language. More information: <https://developers.google.com/protocol-buffers>.

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