How to Install and Uninstall libcpu-features-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "libcpu-features-dev" package

This tutorial shows how to install libcpu-features-dev on Kali Linux

$ sudo apt update $ sudo apt install libcpu-features-dev

2. Uninstall "libcpu-features-dev" package

Learn how to uninstall libcpu-features-dev on Kali Linux:

$ sudo apt remove libcpu-features-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcpu-features-dev package on Kali Linux

Package: libcpu-features-dev
Source: cpu-features (0.9.0-1)
Version: 0.9.0-1+b1
Installed-Size: 114
Maintainer: Shengjing Zhu
Architecture: amd64
Replaces: libvolk2-dev (<< 2.4.1-2)
Breaks: libvolk2-dev (<< 2.4.1-2)
Size: 21972
SHA256: 34f4494c35248a0aea4cbb1ffeaa422293107699e0d2465b7334cf35f1cb508c
SHA1: b76ebd98bb9ebd98edc36704c8aa6c598b8827bf
MD5sum: 228be2c0b37104aec0e0af084e92e75b
Description: cross platform C99 library to get cpu features
Cross-platform C library to retrieve CPU features(such as available
instructions) at runtime.
.
Design rationale:
.
* Simple to use.
* Extensible. Easy to add missing features or architectures.
* Compatible with old compilers and available on many architectures so it
can be used widely. It's implemented it in C99.
* Sandbox-compatible. The library uses a variety of strategies to cope with
sandboxed environments or when cpuid is unavailable.
* Thread safe, no memory allocation, and raises no exceptions. cpu_features
is suitable for implementing fundamental libc functions like malloc,
memcpy, and memcmp.
* Unit tested.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/cpu_features
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/cpu-features/libcpu-features-dev_0.9.0-1+b1_amd64.deb