• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

cpuid: command not found

by Deepika

The cpuid command is a utility in Linux that is used to display information about the CPU(s) in a system. This information includes the CPU vendor, model, family, stepping, and various other details such as the supported instruction sets and features.

Here is an example of using the cpuid command:

# cpuid

This will display information about the CPU(s) in the system, including the vendor, model, family, stepping, and supported instruction sets and features.

The cpuid command is a useful tool for obtaining detailed information about the CPU(s) in a system, which can be useful for system administrators, developers, and users who want to know more about their hardware.

If you encounter the below error while running the command cpuid:

cpuid: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install cpuid
Ubuntu apt-get install cpuid
Arch Linux pacman -S cpuid
Kali Linux apt-get install cpuid
CentOS yum install cpuid
Fedora dnf install cpuid

cpuid Command Examples

1. Display information for all CPUs:

# cpuid

2. Display information only for the current CPU:

# cpuid -1

3. Display raw hex information with no decoding:

# cpuid -r

Filed Under: Linux

Some more articles you might also be interested in …

  1. b2sum Command Examples (Calculate BLAKE2 cryptographic checksums)
  2. mknod: command not found
  3. How to create snapshot of LVM thin volumes using snapper command
  4. srun Command Examples in Linux
  5. RHEL / CentOS : How to rebuild LVM from Archive (metadata backups)
  6. dnf Command Examples
  7. ansible-vault – Encrypts & decrypts values, data structures and files within Ansible projects
  8. 7zr – File archiver with a high compression ratio (Command Examples)
  9. setsid Command Examples in Linux
  10. Beginners Guide to MySQL User Management

You May Also Like

Primary Sidebar

Recent Posts

  • csslint: A linter for CSS code
  • csh: The shell (command interpreter) with C-like syntax (Command Examples)
  • csc: The Microsoft C# Compiler (Command Examples)
  • crystal: Tool for managing Crystal source code

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright