How to Install and Uninstall cpuidtool Package on Kali Linux

Last updated: May 11,2024

1. Install "cpuidtool" package

This tutorial shows how to install cpuidtool on Kali Linux

$ sudo apt update $ sudo apt install cpuidtool

2. Uninstall "cpuidtool" package

Please follow the instructions below to uninstall cpuidtool on Kali Linux:

$ sudo apt remove cpuidtool $ sudo apt autoclean && sudo apt autoremove

3. Information about the cpuidtool package on Kali Linux

Package: cpuidtool
Source: libcpuid
Version: 0.6.4+repack1-1
Installed-Size: 50
Maintainer: Martin Wimpress
Architecture: amd64
Depends: libc6 (>= 2.34), libcpuid16 (>= 0.6.0)
Size: 15260
SHA256: 6caca99faa3c9f34ac5dfcc04a77987077bdd38c644fb9d5c842228f719beda8
SHA1: f42567f434fca5d47a3ae33f0648247277b2b856
MD5sum: b8ce788e6f2fb1ff864356d2b1be3827
Description: C library for x86/x86_64 CPU detection and feature extraction (tool)
libcpuid is a small C library for x86 CPU detection and feature
extraction. Using it, you can:
.
- get the processor vendor, model, brand string, code name,
- get information about CPU features such as: number of cores or logical
CPUs, cache sizes, CPU clock,
- check if the processor implements a specific instruction set such as
the SSE2, 3DNow!,
- execute the CPUID and RDTSC instructions (portably!)
.
This package ships the cpuidtool.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/anrieff/libcpuid
Section: misc
Priority: optional
Filename: pool/main/libc/libcpuid/cpuidtool_0.6.4+repack1-1_amd64.deb