Install CPUID

Installing CPUID on your VM Instance is a fairly simple task. Once connected to your Instance using SSH, use the Bash terminal to install and run CPUID. Below you will find a procedure for each CADES-provided operating system.

Prerequisites

To install CPUID on your VM Instance, you must first have access to your Instance through SSH (instructions).

Ubuntu

  1. Update Ubuntu.
    $ sudo apt-get update
  2. Install CPUID using the package manager.
    $ sudo apt-get install cpuid
  3. CPUID is now installed. To run CPUID, execute the following.
    $ cpuid

CentOS

  1. Update CentOS.
    $ sudo yum check-update
  2. Install CPUID using the package manager.
    $ sudo yum install cpuid
  3. When prompted, confirm that you wish to install CPUID. $ Is this ok [y/d/N]: y
  4. CPUID is now installed. To run CPUID, execute the following.
    $ cpuid