How to Install and Uninstall libcpuid-dev Package on Kali Linux

Last updated: February 24,2025

1. Install "libcpuid-dev" package

Please follow the instructions below to install libcpuid-dev on Kali Linux

$ sudo apt update $ sudo apt install libcpuid-dev

2. Uninstall "libcpuid-dev" package

Please follow the instructions below to uninstall libcpuid-dev on Kali Linux:

$ sudo apt remove libcpuid-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcpuid-dev package on Kali Linux

Package: libcpuid-dev
Source: libcpuid
Version: 0.6.4+repack1-1
Installed-Size: 306
Maintainer: Martin Wimpress
Architecture: amd64
Depends: libcpuid16 (= 0.6.4+repack1-1)
Size: 77612
SHA256: aaa1a2f2858d0e3e2d86223df1ab6044f14b06248a9374515e3e02b66386748a
SHA1: c697ab285ac6e78d8e17e07d0ff76452ee8d0b7d
MD5sum: 90c148b0540a570b125f564e4f193b1e
Description: C library for x86/x86_64 CPU detection and feature extraction (headers)
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 libcpuid development headers.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/anrieff/libcpuid
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libc/libcpuid/libcpuid-dev_0.6.4+repack1-1_amd64.deb