How To Install golang-github-containerd-ttrpc-devel on Fedora 36

In this tutorial we learn how to install golang-github-containerd-ttrpc-devel in Fedora 36. golang-github-containerd-ttrpc-devel is GRPC for low-memory environments

Introduction

In this tutorial we learn how to install golang-github-containerd-ttrpc-devel on Fedora 36.

What is golang-github-containerd-ttrpc-devel

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

We can use yum or dnf to install golang-github-containerd-ttrpc-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-containerd-ttrpc-devel.

Install golang-github-containerd-ttrpc-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-containerd-ttrpc-devel using dnf by running the following command:

sudo dnf -y install golang-github-containerd-ttrpc-devel

Install golang-github-containerd-ttrpc-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-containerd-ttrpc-devel using yum by running the following command:

sudo yum -y install golang-github-containerd-ttrpc-devel

How To Uninstall golang-github-containerd-ttrpc-devel on Fedora 36

To uninstall only the golang-github-containerd-ttrpc-devel package we can use the following command:

sudo dnf remove golang-github-containerd-ttrpc-devel

golang-github-containerd-ttrpc-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-containerd-ttrpc-devel
/usr/share/doc/golang-github-containerd-ttrpc-devel/README.md
/usr/share/doc/golang-github-containerd-ttrpc-devel/example
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/Protobuild.toml
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/cmd
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/cmd/handshaker_linux.go
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/cmd/handshaker_other.go
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/cmd/main.go
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/doc.go
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/example.pb.go
/usr/share/doc/golang-github-containerd-ttrpc-devel/example/example.proto
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/containerd
/usr/share/gocode/src/github.com/containerd/ttrpc
/usr/share/gocode/src/github.com/containerd/ttrpc/.goipath
/usr/share/gocode/src/github.com/containerd/ttrpc/README.md
/usr/share/gocode/src/github.com/containerd/ttrpc/channel.go
/usr/share/gocode/src/github.com/containerd/ttrpc/channel_test.go
/usr/share/gocode/src/github.com/containerd/ttrpc/client.go
/usr/share/gocode/src/github.com/containerd/ttrpc/client_test.go
/usr/share/gocode/src/github.com/containerd/ttrpc/codec.go
/usr/share/gocode/src/github.com/containerd/ttrpc/config.go
/usr/share/gocode/src/github.com/containerd/ttrpc/example
/usr/share/gocode/src/github.com/containerd/ttrpc/example/example.proto
/usr/share/gocode/src/github.com/containerd/ttrpc/go.mod
/usr/share/gocode/src/github.com/containerd/ttrpc/handshake.go
/usr/share/gocode/src/github.com/containerd/ttrpc/interceptor.go
/usr/share/gocode/src/github.com/containerd/ttrpc/metadata.go
/usr/share/gocode/src/github.com/containerd/ttrpc/metadata_test.go
/usr/share/gocode/src/github.com/containerd/ttrpc/plugin
/usr/share/gocode/src/github.com/containerd/ttrpc/plugin/generator.go
/usr/share/gocode/src/github.com/containerd/ttrpc/server.go
/usr/share/gocode/src/github.com/containerd/ttrpc/server_linux_test.go
/usr/share/gocode/src/github.com/containerd/ttrpc/server_test.go
/usr/share/gocode/src/github.com/containerd/ttrpc/services.go
/usr/share/gocode/src/github.com/containerd/ttrpc/services_test.go
/usr/share/gocode/src/github.com/containerd/ttrpc/types.go
/usr/share/gocode/src/github.com/containerd/ttrpc/unixcreds_linux.go
/usr/share/licenses/golang-github-containerd-ttrpc-devel
/usr/share/licenses/golang-github-containerd-ttrpc-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-containerd-ttrpc-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).