728x90
Protobuf 설치
dnf 설치
dnf --enablerepo=crb install protobuf-compiler
RPM 설치
wget https://dl.rockylinux.org/pub/rocky/9/CRB/x86_64/os/Packages/p/protobuf-compiler-3.14.0-13.el9.x86_64.rpm
rpm -Uvh protobuf-compiler-3.14.0-13.el9.x86_64.rpm
GRPC GO 설치
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
export PATH="$PATH:$(go env GOPATH)/bin"
Reference
https://rockylinux.pkgs.org/9/rockylinux-crb-x86_64/protobuf-compiler-3.14.0-13.el9.x86_64.rpm.html
https://grpc.io/docs/languages/go/quickstart/
반응형
'Operating System > Linux' 카테고리의 다른 글
[Linux] Virtual BOX 명령어 (머신 시작, 종료) (0) | 2024.12.20 |
---|---|
[Rocky] Linux 시간 동기화 설정 (Chronyd) (0) | 2024.04.17 |
[Rocky] chronyc settime 설정오류 (0) | 2024.03.26 |
[ubuntu20] postgresql client 13이상 설치방법 (0) | 2022.07.18 |
[CentOS] yum install 시 "Could not retrieve mirrorlist http://mirrorlist.centos.org" 해결방법 (0) | 2022.05.04 |