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

Last updated: July 08,2024

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

Please follow the instructions below to install compat-golang-github-checkpoint-restore-criu-4-devel.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall compat-golang-github-checkpoint-restore-criu-4-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:28:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-github-checkpoint-restore-criu-4-devel
Version : 4.1.0
Release : 2.fc34
Architecture : noarch
Size : 9.1 k
Source : golang-github-checkpoint-restore-criu-4.1.0-2.fc34.src.rpm
Repository : fedora
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/v4
:
: 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.