How to Install and Uninstall gogottrpc Package on Kali Linux

Last updated: May 22,2024

1. Install "gogottrpc" package

This is a short guide on how to install gogottrpc on Kali Linux

$ sudo apt update $ sudo apt install gogottrpc

2. Uninstall "gogottrpc" package

This is a short guide on how to uninstall gogottrpc on Kali Linux:

$ sudo apt remove gogottrpc $ sudo apt autoclean && sudo apt autoremove

3. Information about the gogottrpc package on Kali Linux

Package: gogottrpc
Source: golang-gogottrpc
Version: 1.1.2-1
Installed-Size: 11925
Maintainer: Debian Go Packaging Team
Architecture: amd64
Size: 2766940
SHA256: de204f8aafd381cafa7561411b4e073fd4c6825cb9e509b6d7df0e8fd4c8867a
SHA1: e560ee9819140aee110e696ce043dd9a1ccd4511
MD5sum: 3f0377c92b0c187b4f919d10dafc59b4
Description: GRPC for low-memory environments - utilities
The existing grpc-go project requires a lot of memory overhead for
importing packages and at runtime. While this is great for many services
with low density requirements, this can be a problem when running a
large number of services on a single machine or on a machine with a
small amount of memory.
.
Using the same GRPC definitions, this project reduces the binary size
and protocol overhead required. We do this by eliding the net/http,
net/http2 and grpc package used by grpc replacing it with a lightweight
framing protocol. The result are smaller binaries that use less resident
memory with the same ease of use as GRPC.
.
Please note that while this project supports generating either end of
the protocol, the generated service definitions will be incompatible
with regular GRPC services, as they do not speak the same protocol.
.
This package provides utilities.
Description-md5:
Homepage: https://github.com/containerd/ttrpc
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-gogoprotobuf (= 1.3.2-3), golang-golang-x-sys (= 0.13.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.38.0+really1.33.3-1), golang-google-protobuf (= 1.31.0-1), golang-logrus (= 1.9.0-1)
Section: devel
Priority: optional
Filename: pool/main/g/golang-gogottrpc/gogottrpc_1.1.2-1_amd64.deb