How to Install and Uninstall libcpuinfo-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 03,2024

1. Install "libcpuinfo-dev" package

Learn how to install libcpuinfo-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libcpuinfo-dev

2. Uninstall "libcpuinfo-dev" package

Please follow the guidance below to uninstall libcpuinfo-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libcpuinfo-dev package on Ubuntu 21.10 (Impish Indri)

Package: libcpuinfo-dev
Architecture: amd64
Version: 0.0~git20200612.63b2545-2
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: cpuinfo
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Deep Learning Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 74
Depends: libcpuinfo0 (= 0.0~git20200612.63b2545-2)
Filename: pool/universe/c/cpuinfo/libcpuinfo-dev_0.0~git20200612.63b2545-2_amd64.deb
Size: 14692
MD5sum: e9f637823e076d4bc94154faf68edde8
SHA1: b09551545a4f89f3395852a4bd460f2622199558
SHA256: 85ed9d61c2819fb8cfc2e03609567f731e5eba9ccbc94d35d2eac871212a3b1d
SHA512: f58cbf438e253695bfea5a700b993e02bbdcca0a1c69aab8ba8c30fff936b76ab4a66dbc82e1674a7926f34bdd84a34621b269a16c514e9b86a0ee1319224069
Homepage: https://github.com/pytorch/cpuinfo
Description-en: CPU INFOrmation library (header file)
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 header file.
Description-md5: 05fd14a2620097145c3ff8f1ef7a1ea5