Instal Protoc Ubuntu

$ apt install -y protobuf-compiler
$ protoc --version  # Ensure compiler version is 3+
knavels