How to Install and Uninstall libcpuid16 Package on Kali Linux
Last updated: November 07,2024
1. Install "libcpuid16" package
This tutorial shows how to install libcpuid16 on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libcpuid16
Copied
2. Uninstall "libcpuid16" package
This guide covers the steps necessary to uninstall libcpuid16 on Kali Linux:
$
sudo apt remove
libcpuid16
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libcpuid16 package on Kali Linux
Package: libcpuid16
Source: libcpuid
Version: 0.6.4+repack1-1
Installed-Size: 167
Maintainer: Martin Wimpress
Source: libcpuid
Version: 0.6.4+repack1-1
Installed-Size: 167
Maintainer: Martin Wimpress
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 37876
SHA256: 3dfc87531bb1165ee4564ef9652117890ca41bcbc11eb8a6281223a84463ab9d
SHA1: 555f8be56b1097a92aeab8c3f5899fcdd8ed5c8f
MD5sum: 7529f3a6bddf4b077ad9aeaa6df9964d
Description: C library for x86/x86_64 CPU detection and feature extraction (shared lib)
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 shared library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/anrieff/libcpuid
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libc/libcpuid/libcpuid16_0.6.4+repack1-1_amd64.deb