How to Install and Uninstall hwloc.x86_64 Package on Fedora 36

Last updated: September 21,2024

1. Install "hwloc.x86_64" package

This tutorial shows how to install hwloc.x86_64 on Fedora 36

$ 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 Fedora 36:

$ sudo dnf remove hwloc.x86_64 $ sudo dnf autoremove

3. Information about the hwloc.x86_64 package on Fedora 36

Last metadata expiration check: 2:24:16 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : hwloc
Version : 2.5.0
Release : 3.fc36
Architecture : x86_64
Size : 196 k
Source : hwloc-2.5.0-3.fc36.src.rpm
Repository : fedora
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.