Rate This Document
Findability
Accuracy
Completeness
Readability

Installing protoc

  • Install Protoc on the management and compute nodes.
  • This section uses Protoc 3.11.4 as an example.

Procedure

  1. Download protoc 3.11.4.
    cd /root
    wget -c
    https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-aarch_64.zip
  2. Decompress the package and install protoc.
    sudo unzip protoc-3.11.4-linux-aarch_64.zip -d /usr/local

  3. Check whether protoc is successfully installed.
    protoc --version

    If the Protoc version is displayed, the installation is successful.