How to Install and Uninstall python3-cpuinfo Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-cpuinfo" package

Please follow the guidance below to install python3-cpuinfo on Kali Linux

$ sudo apt update $ sudo apt install python3-cpuinfo

2. Uninstall "python3-cpuinfo" package

Learn how to uninstall python3-cpuinfo on Kali Linux:

$ sudo apt remove python3-cpuinfo $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-cpuinfo package on Kali Linux

Package: python3-cpuinfo
Source: python-cpuinfo
Version: 9.0.0-1
Installed-Size: 108
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 23000
SHA256: 2ab12953f2168d90ead0b7912cfaa5b27574aa1a13b29c09b5ea298f5d9d17b9
SHA1: 8c215ed12715d4e914ea9ae0d114d9ed1a950b14
MD5sum: 9428819159243b064e04b98a3b8f0bfc
Description: Python module for getting CPU info (Python 3)
The cpuinfo Python module provides pure Python tools for getting CPU infos.
.
py-cpuinfo works without any extra programs or libraries beyond what the
OS provides. For instance - on Linux based systems - python-cpuinfo retrieves
information from various sources, including but not restricted to:
/proc/cpuinfo, dmesg, lscpu, device-tree ibm features flags, etc.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/workhorsy/py-cpuinfo
Section: python
Priority: optional
Filename: pool/main/p/python-cpuinfo/python3-cpuinfo_9.0.0-1_all.deb