79533505

Date: 2025-03-25 11:29:02
Score: 1.5
Natty:
Report link

If one need a specific version of protoc compiler they can download it from maven repository. for example i needed protoc 3.19.2 and had the same problem with specific version not available via apt.

So i went to maven and found what i want. specifically here: https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.19.2/

(you can search in maven and click 'view all' in files section to get to your desired files. that's how i got to the above link)

then downloaded the linux-x86.exe file, made it executable by chmod +x, renamed it to 'protoc' and placed it in PATH and i could finally call protoc --version and i got libprotoc 3.19.2

Reasons:
  • Blacklisted phrase (0.5): i need
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manish