How To Install hwloc-libs on Fedora 36
Introduction
In this tutorial we learn how to install hwloc-libs
on Fedora 36.
What is hwloc-libs
Run time libraries for the hwloc
We can use yum
or dnf
to install hwloc-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hwloc-libs.
Install hwloc-libs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install hwloc-libs
using dnf
by running the following command:
sudo dnf -y install hwloc-libs
Install hwloc-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hwloc-libs
using yum
by running the following command:
sudo yum -y install hwloc-libs
How To Uninstall hwloc-libs on Fedora 36
To uninstall only the hwloc-libs
package we can use the following command:
sudo dnf remove hwloc-libs
hwloc-libs Package Contents on Fedora 36
title: "How To Install hwloc-libs on Fedora 36"
linkTitle: "hwloc-libs"
type: "docs"
description: "In this tutorial we learn how to install hwloc-libs in Fedora 36. hwloc-libs is Run time libraries for the hwloc"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/hwloc-libs-featured.png
---
## Introduction
In this tutorial we learn how to install `hwloc-libs` on Fedora 36.
### What is `hwloc-libs`
> Run time libraries for the hwloc
We can use `yum` or `dnf` to install `hwloc-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hwloc-libs.
## Install hwloc-libs on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install hwloc-libs
using dnf
by running the following command:
sudo dnf -y install hwloc-libs
Install hwloc-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hwloc-libs
using yum
by running the following command:
sudo yum -y install hwloc-libs
How To Uninstall hwloc-libs on Fedora 36
To uninstall only the hwloc-libs
package we can use the following command:
sudo dnf remove hwloc-libs
hwloc-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/9a5a488adf1f88003b3d8fff90fa1983a7d6bd
/usr/lib/libhwloc.so.15
/usr/lib/libhwloc.so.15.5.0
/usr/share/doc/hwloc
/usr/share/doc/hwloc/AUTHORS
/usr/share/doc/hwloc/COPYING
/usr/share/doc/hwloc/NEWS
/usr/share/doc/hwloc/README
/usr/share/doc/hwloc/VERSION
/usr/share/doc/hwloc/dynamic_SVG_example.html
/usr/share/doc/hwloc/examples
/usr/share/doc/hwloc/examples/Makefile.am
/usr/share/doc/hwloc/examples/Makefile.in
/usr/share/doc/hwloc/examples/Makefile_i386
/usr/share/doc/hwloc/examples/cpuset+bitmap+cpubind.c
/usr/share/doc/hwloc/examples/get-knl-modes.c
/usr/share/doc/hwloc/examples/gpu.c
/usr/share/doc/hwloc/examples/hwloc-hello-cpp.cpp
/usr/share/doc/hwloc/examples/hwloc-hello.c
/usr/share/doc/hwloc/examples/nodeset+membind+policy.c
/usr/share/doc/hwloc/examples/sharedcaches.c
/usr/share/doc/hwloc/hwloc-a4.pdf
/usr/share/doc/hwloc/hwloc-letter.pdf
/usr/share/hwloc
/usr/share/hwloc/hwloc-valgrind.supp
/usr/share/hwloc/hwloc.dtd
/usr/share/hwloc/hwloc2-diff.dtd
/usr/share/hwloc/hwloc2.dtd
/usr/share/man/man7/hwloc.7.gz
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/751baa5c528a43172c2beb394200b019bef3d3
/usr/lib64/libhwloc.so.15
/usr/lib64/libhwloc.so.15.5.0
/usr/share/doc/hwloc
/usr/share/doc/hwloc/AUTHORS
/usr/share/doc/hwloc/COPYING
/usr/share/doc/hwloc/NEWS
/usr/share/doc/hwloc/README
/usr/share/doc/hwloc/VERSION
/usr/share/doc/hwloc/dynamic_SVG_example.html
/usr/share/doc/hwloc/examples
/usr/share/doc/hwloc/examples/Makefile.am
/usr/share/doc/hwloc/examples/Makefile.in
/usr/share/doc/hwloc/examples/Makefile_x86_64
/usr/share/doc/hwloc/examples/cpuset+bitmap+cpubind.c
/usr/share/doc/hwloc/examples/get-knl-modes.c
/usr/share/doc/hwloc/examples/gpu.c
/usr/share/doc/hwloc/examples/hwloc-hello-cpp.cpp
/usr/share/doc/hwloc/examples/hwloc-hello.c
/usr/share/doc/hwloc/examples/nodeset+membind+policy.c
/usr/share/doc/hwloc/examples/sharedcaches.c
/usr/share/doc/hwloc/hwloc-a4.pdf
/usr/share/doc/hwloc/hwloc-letter.pdf
/usr/share/hwloc
/usr/share/hwloc/hwloc-valgrind.supp
/usr/share/hwloc/hwloc.dtd
/usr/share/hwloc/hwloc2-diff.dtd
/usr/share/hwloc/hwloc2.dtd
/usr/share/man/man7/hwloc.7.gz
## References
## References
* [hwloc-libs website](http://www.open-mpi.org/projects/hwloc/)
* [hwloc-libs website](http://www.open-mpi.org/projects/hwloc/)
## Summary
## Summary
In this tutorial we learn how to install `hwloc-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
In this tutorial we learn how to install `hwloc-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).