How to Install and Uninstall hwloc.x86_64 Package on Oracle Linux 9

Last updated: May 08,2024

1. Install "hwloc.x86_64" package

Learn how to install hwloc.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install hwloc.x86_64

2. Uninstall "hwloc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall hwloc.x86_64 on Oracle Linux 9:

$ sudo dnf remove hwloc.x86_64 $ sudo dnf autoremove

3. Information about the hwloc.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:55:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : hwloc
Version : 2.4.1
Release : 5.el9
Architecture : x86_64
Size : 226 k
Source : hwloc-2.4.1-5.el9.src.rpm
Repository : ol9_baseos_latest
Summary : Portable Hardware Locality - portable abstraction of hierarchical architectures
URL : http://www.open-mpi.org/projects/hwloc/
License : BSD
Description : The Portable Hardware Locality (hwloc) software package provides
: a portable abstraction (across OS, versions, architectures, ...)
: of the hierarchical topology of modern architectures, including
: NUMA memory nodes, shared caches, processor sockets, processor cores
: and processing units (logical processors or "threads"). It also gathers
: various system attributes such as cache and memory information. It primarily
: aims at helping applications with gathering information about modern
: computing hardware so as to exploit it accordingly and efficiently.
:
: hwloc may display the topology in multiple convenient formats.
: It also offers a powerful programming interface (C API) to gather information
: about the hardware, bind processes, and much more.