How to Install and Uninstall golang-github-containerd-ttrpc-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

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

This tutorial shows how to install golang-github-containerd-ttrpc-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

This guide covers the steps necessary to uninstall golang-github-containerd-ttrpc-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-containerd-ttrpc-dev
Architecture: all
Version: 1.0.1-1
Priority: optional
Section: universe/devel
Source: golang-gogottrpc
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 109
Provides: golang-github-stevvooe-ttrpc-dev
Depends: golang-github-gogo-protobuf-dev (>= 0.5~), golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-golang-x-sys-dev, golang-google-genproto-dev, golang-google-grpc-dev (>= 1.6.0~)
Breaks: golang-github-stevvooe-ttrpc-dev (<< 0.0~git20190211.6914432-1~)
Replaces: golang-github-stevvooe-ttrpc-dev (<< 0.0~git20190211.6914432-1~)
Filename: pool/universe/g/golang-gogottrpc/golang-github-containerd-ttrpc-dev_1.0.1-1_all.deb
Size: 23060
MD5sum: 316cba928e3827a55572c8aba97bafe3
SHA1: a3c13c6ed4d7ff180ac4e0b3be802934c49d943b
SHA256: 40c5ee65948cafd48ba21caffb46b2d31d86573f405c4f321830f2c40a503ac4
SHA512: f1129001d312813603f46b40385eb07253fb5309c79a83b2b66662355ca78ecedcafe3f776c0dac0cf0cb9f467a3c10334d9bc6c370b1adab89bb279601a0ff7
Homepage: https://github.com/containerd/ttrpc
Description-en: 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: 21323f9c4b8163ddbaa6c2f1db8826cc