How to Install and Uninstall gogottrpc Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "gogottrpc" package

This guide covers the steps necessary to install gogottrpc on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install gogottrpc

2. Uninstall "gogottrpc" package

Please follow the instructions below to uninstall gogottrpc on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the gogottrpc package on Ubuntu 21.04 (Hirsute Hippo)

Package: gogottrpc
Architecture: amd64
Version: 1.0.2-1
Built-Using: golang-1.15 (= 1.15.4-1ubuntu1), golang-github-pkg-errors (= 0.9.1-1), golang-gogoprotobuf (= 1.3.1-2build1), golang-golang-x-sys (= 0.0~git20201101.da20708-2), golang-google-genproto (= 0.0~git20200413.b5235f6-1), golang-google-grpc (= 1.29.1-0ubuntu1), golang-goprotobuf (= 1.3.4-2), golang-logrus (= 1.6.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: 6366
Filename: pool/universe/g/golang-gogottrpc/gogottrpc_1.0.2-1_amd64.deb
Size: 1641252
MD5sum: 33e3cbf3497eaaead699e64360949042
SHA1: 2a6d9bb3e0df4bcadb1cd5a2666d11ef0ad37015
SHA256: bebdd71af84c64631754e2dc2d8d7518762b2cd449a7bbb2941ad6dcf6fc7893
SHA512: ec7161cd6dd96b803a3dc120617a9e2b7ea0f4410d55a063305aef251a8590c89e59c2030387caa33a843bb93a13c8b8e45f5f726f1b09dcf75601f2d06dea39
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