cpuid
Dump x86 CPUID processor information
cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s). It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, NexGen, Rise, and SiS CPUs.
- Versions: 20230614
- Website: https://www.etallen.com/cpuid.html
- Licenses: GPL 2+
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cpuid as follows:
guix install cpuid
Or install a particular version:
guix install cpuid@20230614
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of cpuid about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cpuid'><img src='https://packages.guix.gnu.org/packages/cpuid/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cpuid)
Example Org:
[[https://packages.guix.gnu.org/packages/cpuid][https://packages.guix.gnu.org/packages/cpuid/badges/latest-version.svg]]