How to Install and Uninstall golang-github-containerd-ttrpc-dev Package on Kali Linux

Last updated: May 10,2024

1. Install "golang-github-containerd-ttrpc-dev" package

Here is a brief guide to show you how to install golang-github-containerd-ttrpc-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-containerd-ttrpc-dev

2. Uninstall "golang-github-containerd-ttrpc-dev" package

Please follow the instructions below to uninstall golang-github-containerd-ttrpc-dev on Kali Linux:

$ sudo apt remove golang-github-containerd-ttrpc-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-containerd-ttrpc-dev package on Kali Linux

Package: golang-github-containerd-ttrpc-dev
Source: golang-gogottrpc
Version: 1.1.2-1
Installed-Size: 121
Maintainer: Debian Go Packaging Team
Architecture: all
Replaces: golang-github-stevvooe-ttrpc-dev (<< 0.0~git20190211.6914432-1~)
Provides: golang-github-stevvooe-ttrpc-dev
Depends: golang-github-gogo-protobuf-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sys-dev, golang-google-genproto-dev, golang-google-grpc-dev
Breaks: golang-github-stevvooe-ttrpc-dev (<< 0.0~git20190211.6914432-1~)
Size: 25352
SHA256: d117c523ab8cee18b602afe74f7deda85da374103718ad1b9bfeb79dc7d41648
SHA1: d829e0fdb4051ec2dc00d54df31bd50a15deb749
MD5sum: c158ca5ce7ef82ede28ae7bba683a111
Description: GRPC for low-memory environments
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 sources.
Description-md5:
Homepage: https://github.com/containerd/ttrpc
Section: golang
Priority: optional
Filename: pool/main/g/golang-gogottrpc/golang-github-containerd-ttrpc-dev_1.1.2-1_all.deb