How to Install and Uninstall libcpuinfo-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 02,2024

1. Install "libcpuinfo-dev" package

Please follow the steps below to install libcpuinfo-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcpuinfo-dev

2. Uninstall "libcpuinfo-dev" package

Please follow the guidance below to uninstall libcpuinfo-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libcpuinfo-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcpuinfo-dev
Architecture: amd64
Version: 0.0~git20200422.a1e0b95-2
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: cpuinfo
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 73
Depends: libcpuinfo0 (= 0.0~git20200422.a1e0b95-2)
Filename: pool/universe/c/cpuinfo/libcpuinfo-dev_0.0~git20200422.a1e0b95-2_amd64.deb
Size: 14572
MD5sum: 0c576a496f2ee2a554cac77f79219ff9
SHA1: 0aadfb97307a7ebf03cb28240a98185054fab6e9
SHA256: d8e52b8dd566623637db3475f0079aac70283ebb45033ff3ebf8dbd017ef620b
SHA512: a7ed5c8d354ed85be4f21292aa435a71da04406f6bf026fb58490c3c51ca5282450d153408989d16dac70b0e5675db803e65b0b2cac5e55760957be49ca50c83
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