How To Install numactl-libs on Fedora 36

In this tutorial we learn how to install numactl-libs in Fedora 36. numactl-libs is libnuma libraries

Introduction

In this tutorial we learn how to install numactl-libs on Fedora 36.

What is numactl-libs

numactl-libs provides libnuma, a library to do allocations with NUMA policy in applications.

We can use yum or dnf to install numactl-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install numactl-libs.

Install numactl-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 numactl-libs using dnf by running the following command:

sudo dnf -y install numactl-libs

Install numactl-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 numactl-libs using yum by running the following command:

sudo yum -y install numactl-libs

How To Uninstall numactl-libs on Fedora 36

To uninstall only the numactl-libs package we can use the following command:

sudo dnf remove numactl-libs

numactl-libs Package Contents on Fedora 36

---
title: "How To Install numactl-libs on Fedora 36"
linkTitle: "numactl-libs"
type: "docs"
description: "In this tutorial we learn how to install numactl-libs in Fedora 36. numactl-libs is libnuma libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/numactl-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `numactl-libs` on Fedora 36.

### What is `numactl-libs`

> numactl-libs provides libnuma, a library to do allocations with NUMA policy in applications.  

We can use `yum` or `dnf` to install `numactl-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install numactl-libs.

## Install numactl-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 numactl-libs using dnf by running the following command:

sudo dnf -y install numactl-libs

Install numactl-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 numactl-libs using yum by running the following command:

sudo yum -y install numactl-libs

How To Uninstall numactl-libs on Fedora 36

To uninstall only the numactl-libs package we can use the following command:

sudo dnf remove numactl-libs

numactl-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/34ff626d3617d8c38a08fc0524b8f69a9a8c08
/usr/lib64/libnuma.so.1
/usr/lib64/libnuma.so.1.0.0

References

Summary

In this tutorial we learn how to install numactl-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/5fa59ac2b55d7d52971b6daa1cce0caa86ee2b /usr/lib/libnuma.so.1 /usr/lib/libnuma.so.1.0.0


## References

* [numactl-libs website](https://github.com/numactl/numactl)

## Summary

In this tutorial we learn how to install `numactl-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).