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

Last updated: November 28,2024

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

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

$ 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

Please follow the instructions below to uninstall compat-golang-github-checkpoint-restore-criu-5-devel.noarch on Fedora 38:

$ 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 38

Last metadata expiration check: 5:14:34 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : compat-golang-github-checkpoint-restore-criu-5-devel
Version : 5.3.0
Release : 3.fc38
Architecture : noarch
Size : 9.4 k
Source : golang-github-checkpoint-restore-criu-5.3.0-3.fc38.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/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.