How to Install and Uninstall hwloc.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 02,2024

1. Install "hwloc.x86_64" package

Please follow the steps below to install hwloc.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install hwloc.x86_64

2. Uninstall "hwloc.x86_64" package

Please follow the guidance below to uninstall hwloc.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove hwloc.x86_64 $ sudo dnf autoremove

3. Information about the hwloc.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:01:09 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : hwloc
Version : 1.11.9
Release : 3.el8
Architecture : x86_64
Size : 171 k
Source : hwloc-1.11.9-3.el8.src.rpm
Repository : baseos
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.