How to Install and Uninstall golang-github-containerd-ttrpc-devel.noarch Package on Fedora 36

Last updated: May 21,2024

1. Install "golang-github-containerd-ttrpc-devel.noarch" package

Please follow the step by step instructions below to install golang-github-containerd-ttrpc-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-containerd-ttrpc-devel.noarch

2. Uninstall "golang-github-containerd-ttrpc-devel.noarch" package

Please follow the instructions below to uninstall golang-github-containerd-ttrpc-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-containerd-ttrpc-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-containerd-ttrpc-devel.noarch package on Fedora 36

Last metadata expiration check: 1:18:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-containerd-ttrpc-devel
Version : 1.1.0
Release : 2.fc36
Architecture : noarch
Size : 38 k
Source : golang-github-containerd-ttrpc-1.1.0-2.fc36.src.rpm
Repository : fedora
Summary : GRPC for low-memory environments
URL : https://github.com/containerd/ttrpc
License : ASL 2.0
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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/containerd/ttrpc