How to Install and Uninstall python3-cpuinfo.noarch Package on Oracle Linux 9

Last updated: June 02,2024

1. Install "python3-cpuinfo.noarch" package

This tutorial shows how to install python3-cpuinfo.noarch on Oracle Linux 9

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

2. Uninstall "python3-cpuinfo.noarch" package

This tutorial shows how to uninstall python3-cpuinfo.noarch on Oracle Linux 9:

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

3. Information about the python3-cpuinfo.noarch package on Oracle Linux 9

Last metadata expiration check: 1:09:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-cpuinfo
Version : 8.0.0
Release : 1.el9
Architecture : noarch
Size : 52 k
Source : python-cpuinfo-8.0.0-1.el9.src.rpm
Repository : epel
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