How to Install and Uninstall compat-golang-github-checkpoint-restore-criu-5-devel.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "compat-golang-github-checkpoint-restore-criu-5-devel.noarch" package

Please follow the step by step instructions below to install compat-golang-github-checkpoint-restore-criu-5-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install compat-golang-github-checkpoint-restore-criu-5-devel.noarch

2. Uninstall "compat-golang-github-checkpoint-restore-criu-5-devel.noarch" package

This tutorial shows how to uninstall compat-golang-github-checkpoint-restore-criu-5-devel.noarch on Fedora 35:

$ sudo dnf remove compat-golang-github-checkpoint-restore-criu-5-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-checkpoint-restore-criu-5-devel.noarch package on Fedora 35

Last metadata expiration check: 0:49:58 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : compat-golang-github-checkpoint-restore-criu-5-devel
Version : 5.3.0
Release : 1.fc35
Architecture : noarch
Size : 9.5 k
Source : golang-github-checkpoint-restore-criu-5.3.0-1.fc35.src.rpm
Repository : updates
Summary : Go Bindings for CRIU
URL : https://github.com/checkpoint-restore/go-criu
License : ASL 2.0
Description : 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 provides symbolic links that alias the following Go import paths to
: github.com/checkpoint-restore/go-criu:
: – github.com/checkpoint-restore/go-criu/v5
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/checkpoint-restore/go-criu.