How to Install and Uninstall libcpuinfo0 Package on Kali Linux

Last updated: April 19,2024

1. Install "libcpuinfo0" package

In this section, we are going to explain the necessary steps to install libcpuinfo0 on Kali Linux

$ sudo apt update $ sudo apt install libcpuinfo0

2. Uninstall "libcpuinfo0" package

Please follow the steps below to uninstall libcpuinfo0 on Kali Linux:

$ sudo apt remove libcpuinfo0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcpuinfo0 package on Kali Linux

Package: libcpuinfo0
Source: cpuinfo
Version: 0.0~git20230113.6481e8b-2
Installed-Size: 72
Maintainer: Debian Deep Learning Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 21812
SHA256: 8db598916a9e924f1f43cfc3d1c5909e3d11248f5e45b235d39786513f4e04de
SHA1: c92d06d15cd00e58331ae45501d334b30656715a
MD5sum: 15ed1b3c4389e6c4434129533cb22151
Description: CPU INFOrmation library (shared object)
cpuinfo is a library to detect essential for performance optimization
information about host CPU.
.
Features
.
- **Cross-platform** availability:
- Linux, Windows, macOS, Android, and iOS operating systems
- x86, x86-64, ARM, and ARM64 architectures
- Modern **C/C++ interface**
- Thread-safe
- No memory allocation after initialization
- No exceptions thrown
- Detection of **supported instruction sets**, up to AVX512 (x86) and
ARMv8.3 extensions
- Detection of SoC and core information:
- **Processor (SoC) name**
- Integrated **GPU name** (Android/iOS only)
- Vendor, **microarchitecture**, and ID (**MIDR** on ARM, **CPUID**
leaf 1 EAX value on x86) for each CPU core
- Detection of **cache information**:
- Cache type (instruction/data/unified), size and line size
- Cache associativity
- Cores and logical processors (hyper-threads) sharing the cache
- Detection of **topology information** (relative between logical
processors, cores, and processor packages)
- Well-tested **production-quality** code:
- 60+ mock tests based on data from real devices
- Includes work-arounds for common bugs in hardware and OS kernels
- Supports systems with heterogenous cores, such as **big.LITTLE**
and Max.Med.Min
- Permissive **open-source** license (Simplified BSD)
.
This package ships with the shared object.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/pytorch/cpuinfo
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/c/cpuinfo/libcpuinfo0_0.0~git20230113.6481e8b-2_amd64.deb