How To Install golang-github-checkpoint-restore-criu-devel on Fedora 36

In this tutorial we learn how to install golang-github-checkpoint-restore-criu-devel in Fedora 36. golang-github-checkpoint-restore-criu-devel is Go Bindings for CRIU

Introduction

In this tutorial we learn how to install golang-github-checkpoint-restore-criu-devel on Fedora 36.

What is golang-github-checkpoint-restore-criu-devel

This repository provides Go bindings for CRIU. The code is based on the Go based PHaul implementation from the CRIU repository. For easier inclusion into other Go projects the CRIU Go bindings have been moved to this repository. The Go bindings provide an easy way to use the CRIU RPC calls from Go without the need to set up all the infrastructure to make the actual RPC connection to CRIU. This package contains the source code needed for building packages that reference the following Go import paths – github.com/checkpoint-restore/go-criu

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

Install golang-github-checkpoint-restore-criu-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-checkpoint-restore-criu-devel using dnf by running the following command:

sudo dnf -y install golang-github-checkpoint-restore-criu-devel

Install golang-github-checkpoint-restore-criu-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-checkpoint-restore-criu-devel using yum by running the following command:

sudo yum -y install golang-github-checkpoint-restore-criu-devel

How To Uninstall golang-github-checkpoint-restore-criu-devel on Fedora 36

To uninstall only the golang-github-checkpoint-restore-criu-devel package we can use the following command:

sudo dnf remove golang-github-checkpoint-restore-criu-devel

golang-github-checkpoint-restore-criu-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-checkpoint-restore-criu-devel
/usr/share/doc/golang-github-checkpoint-restore-criu-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/checkpoint-restore
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/.goipath
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/README.md
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/crit-go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/crit-go/magic-gen
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/crit-go/magic-gen/magic-gen.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/features.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/go.mod
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/magic
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/magic/types.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/main.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/notify.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/phaul
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/phaul/api.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/phaul/client.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/phaul/images.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/phaul/server.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/rpc
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/rpc/rpc.pb.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/rpc/rpc.proto
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/stats
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/stats/stats.pb.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/stats/stats.proto
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/stats/types.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/stats/utils.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/test
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/test/main.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/test/main_coverage_test.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/test/main_test.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/test/phaul
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/test/phaul/main.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/test/phaul/main_coverage_test.go
/usr/share/gocode/src/github.com/checkpoint-restore/go-criu/test/phaul/main_test.go
/usr/share/licenses/golang-github-checkpoint-restore-criu-devel
/usr/share/licenses/golang-github-checkpoint-restore-criu-devel/LICENSE

References

Summary

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