How to Install and Uninstall hwloc.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "hwloc.x86_64" package

This guide covers the steps necessary to install hwloc.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install hwloc.x86_64

2. Uninstall "hwloc.x86_64" package

Learn how to uninstall hwloc.x86_64 on Rocky Linux 8:

$ sudo dnf remove hwloc.x86_64 $ sudo dnf autoremove

3. Information about the hwloc.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:45:33 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : hwloc
Version : 2.2.0
Release : 3.el8
Architecture : x86_64
Size : 173 k
Source : hwloc-2.2.0-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.