How to Install and Uninstall compat-golang-github-klauspost-cpuid-2-devel.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "compat-golang-github-klauspost-cpuid-2-devel.noarch" package

This tutorial shows how to install compat-golang-github-klauspost-cpuid-2-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-github-klauspost-cpuid-2-devel.noarch

2. Uninstall "compat-golang-github-klauspost-cpuid-2-devel.noarch" package

Learn how to uninstall compat-golang-github-klauspost-cpuid-2-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-github-klauspost-cpuid-2-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-klauspost-cpuid-2-devel.noarch package on Fedora 34

Last metadata expiration check: 3:56:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-golang-github-klauspost-cpuid-2-devel
Version : 2.0.9
Release : 2.fc34
Architecture : noarch
Size : 8.6 k
Source : golang-github-klauspost-cpuid-2.0.9-2.fc34.src.rpm
Repository : updates
Summary : CPU feature identification for go
URL : https://github.com/klauspost/cpuid
License : MIT
Description : Package cpuid provides information about the CPU running the current program.
:
: CPU features are detected on startup, and kept for fast access through the life
: of the application. Currently x86 / x64 (AMD64) is supported, and no external C
: (cgo) code is used, which should make the library very easy to use.
:
: You can access the CPU information by accessing the shared CPU variable of the
: cpuid library.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/klauspost/cpuid:
: – github.com/klauspost/cpuid/v2
:
: 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/klauspost/cpuid.