How to Install and Uninstall hwloc.x86_64 Package on Amazon Linux 2

Last updated: January 09,2025

1. Install "hwloc.x86_64" package

Please follow the guidance below to install hwloc.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install hwloc.x86_64

2. Uninstall "hwloc.x86_64" package

This guide covers the steps necessary to uninstall hwloc.x86_64 on Amazon Linux 2:

$ sudo yum remove hwloc.x86_64 $ sudo yum autoremove

3. Information about the hwloc.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : hwloc
Arch : x86_64
Version : 1.11.8
Release : 4.amzn2
Size : 157 k
Repo : amzn2-core/2/x86_64
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.