How to Install and Uninstall python3-cpuinfo.noarch Package on Fedora 38

Last updated: October 28,2024

1. Install "python3-cpuinfo.noarch" package

Please follow the guidelines below to install python3-cpuinfo.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-cpuinfo.noarch

2. Uninstall "python3-cpuinfo.noarch" package

Here is a brief guide to show you how to uninstall python3-cpuinfo.noarch on Fedora 38:

$ sudo dnf remove python3-cpuinfo.noarch $ sudo dnf autoremove

3. Information about the python3-cpuinfo.noarch package on Fedora 38

Last metadata expiration check: 2:37:32 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-cpuinfo
Version : 9.0.0
Release : 2.fc38
Architecture : noarch
Size : 71 k
Source : python-cpuinfo-9.0.0-2.fc38.src.rpm
Repository : fedora
Summary : Getting CPU info
URL : https://github.com/workhorsy/py-cpuinfo
License : MIT
Description : Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work without
: any extra programs or libraries, beyond what your OS provides.
:
: These approaches are used for getting info:
: Windows Registry
: /proc/cpuinfo
: sysctl
: dmesg
: isainfo and psrinfo
: Querying x86 CPUID register