How to Install and Uninstall golang-connectrpc-connect-dev Package on Kali Linux

Last updated: June 26,2024

1. Install "golang-connectrpc-connect-dev" package

Please follow the steps below to install golang-connectrpc-connect-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-connectrpc-connect-dev

2. Uninstall "golang-connectrpc-connect-dev" package

Please follow the guidance below to uninstall golang-connectrpc-connect-dev on Kali Linux:

$ sudo apt remove golang-connectrpc-connect-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-connectrpc-connect-dev package on Kali Linux

Package: golang-connectrpc-connect-dev
Source: golang-connectrpc-connect
Version: 1.13.0-1
Installed-Size: 650
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-google-go-cmp-dev, golang-google-protobuf-dev, golang-golang-x-net-dev
Size: 96952
SHA256: ee0a99120af00cc25b6553e6eccd7ea97b6888a5c74bc8fd4f5e5d3658c9ce6c
SHA1: b7cf680fc8f3b3be596a0bd238365397c3a5e97f
MD5sum: e5a4d9e20c8571ebdbe3669f71576466
Description: Go implementation of Connect (library)
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.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/connectrpc/connect-go
Section: golang
Priority: optional
Filename: pool/main/g/golang-connectrpc-connect/golang-connectrpc-connect-dev_1.13.0-1_all.deb

5. The same packages on other Linux Distributions