How to Install and Uninstall protoc-gen-connect-go Package on Kali Linux

Last updated: June 02,2024

1. Install "protoc-gen-connect-go" package

This guide covers the steps necessary to install protoc-gen-connect-go on Kali Linux

$ sudo apt update $ sudo apt install protoc-gen-connect-go

2. Uninstall "protoc-gen-connect-go" package

Please follow the guidance below to uninstall protoc-gen-connect-go on Kali Linux:

$ sudo apt remove protoc-gen-connect-go $ sudo apt autoclean && sudo apt autoremove

3. Information about the protoc-gen-connect-go package on Kali Linux

Package: protoc-gen-connect-go
Source: golang-connectrpc-connect
Version: 1.13.0-1
Installed-Size: 7134
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: protobuf-compiler, libc6 (>= 2.34)
Size: 2319880
SHA256: ec279c4d770ab834c71d3b8048a4633d9549056041764342881c814860d97064
SHA1: 017b6152527660e9b4ad7f2344f75b85b36f8c5b
MD5sum: 0075a3a21976de036be095b85172af62
Description: Go implementation of Connect (protobuf plugin)
Connect is a slim library for building browser and gRPC-compatible HTTP APIs.
You write a short Protocol Buffer schema and implement your application logic,
and Connect generates code to handle marshaling, routing, compression, and
content type negotiation. It also generates an idiomatic, type-safe client.
Handlers and clients support three protocols: gRPC, gRPC-Web, and Connect's own
protocol.
.
The Connect protocol is a simple protocol that works over HTTP/1.1 or HTTP/2.
It takes the best portions of gRPC and gRPC-Web, including streaming, and
packages them into a protocol that works equally well in browsers, monoliths,
and microservices. Calling a Connect API is as easy as using curl.
.
protoc-gen-connect-go is a plugin for the Protobuf compiler that generates Go
code for Connect.
Description-md5:
Homepage: https://github.com/connectrpc/connect-go
Built-Using: golang-1.21 (= 1.21.5-1), golang-github-google-go-cmp (= 0.6.0-1), golang-golang-x-net (= 1:0.19.0+dfsg-1), golang-golang-x-text (= 0.14.0-1), golang-google-protobuf (= 1.31.0-1)
Section: golang
Priority: optional
Filename: pool/main/g/golang-connectrpc-connect/protoc-gen-connect-go_1.13.0-1_amd64.deb

5. The same packages on other Linux Distributions