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

Last updated: September 30,2024

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

In this section, we are going to explain the necessary steps to install golang-github-klauspost-cpuid-devel.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-klauspost-cpuid-devel.noarch on Fedora 36:

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

3. Information about the golang-github-klauspost-cpuid-devel.noarch package on Fedora 36

Last metadata expiration check: 2:28:01 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-klauspost-cpuid-devel
Version : 2.0.9
Release : 3.fc36
Architecture : noarch
Size : 33 k
Source : golang-github-klauspost-cpuid-2.0.9-3.fc36.src.rpm
Repository : fedora
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 contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/klauspost/cpuid