How to Install and Uninstall gogottrpc Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "gogottrpc" package

Here is a brief guide to show you how to install gogottrpc on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install gogottrpc

2. Uninstall "gogottrpc" package

In this section, we are going to explain the necessary steps to uninstall gogottrpc on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the gogottrpc package on Ubuntu 20.10 (Groovy Gorilla)

Package: gogottrpc
Architecture: amd64
Version: 1.0.1-1
Built-Using: golang-1.14 (= 1.14.3-2), golang-github-pkg-errors (= 0.9.1-1), golang-gogoprotobuf (= 1.3.1-2), golang-golang-x-sys (= 0.0~git20200219.cb0a6d8-1), golang-google-genproto (= 0.0~git20200413.b5235f6-1), golang-google-grpc (= 1.27.1-1), golang-goprotobuf (= 1.3.4-2), golang-logrus (= 1.5.0-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: 6912
Filename: pool/universe/g/golang-gogottrpc/gogottrpc_1.0.1-1_amd64.deb
Size: 1801120
MD5sum: 7460ee3c5efbb5be3f5cfefd6f8182c9
SHA1: 2b04926b689c20dff7e501fbee1675e240cd355e
SHA256: 89c676fbce47c77bfe8ecb3b90b8f44a2f2cfe42fd794494d3743afefbc6e03d
SHA512: 19941f89f69bb915963bcf48caad5b78802bafd7da8e14dc2dc0d974c2f5e9aad98bc3ac15a2031b7b1d8677600b5cf733ca709050e03af2c58122285b438025
Homepage: https://github.com/containerd/ttrpc
Description-en: 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: 5fb0782f7a7f6b0c43215d1dc436e4f9