How to Install and Uninstall hwloc Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "hwloc" package

Please follow the step by step instructions below to install hwloc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install hwloc

2. Uninstall "hwloc" package

In this section, we are going to explain the necessary steps to uninstall hwloc on openSuSE Tumbleweed:

$ sudo zypper remove hwloc

3. Information about the hwloc package on openSuSE Tumbleweed

Information for package hwloc:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : hwloc
Version : 2.10.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 647.2 KiB
Installed : No
Status : not installed
Source package : hwloc-2.10.0-1.2.src
Upstream URL : https://www.open-mpi.org/projects/hwloc/
Summary : Portable Hardware Locality
Description :
The Portable Hardware Locality (hwloc) software package provides
an 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.