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

Last updated: October 05,2024

1. Install "hwloc.x86_64" package

This guide covers the steps necessary to install hwloc.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install hwloc.x86_64

2. Uninstall "hwloc.x86_64" package

Learn how to uninstall hwloc.x86_64 on Fedora 34:

$ sudo dnf remove hwloc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:06:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : hwloc
Version : 2.4.1
Release : 3.fc34
Architecture : x86_64
Size : 191 k
Source : hwloc-2.4.1-3.fc34.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.