How To Install numactl on Fedora 36
Introduction
In this tutorial we learn how to install numactl
on Fedora 36.
What is numactl
Simple NUMA policy support. It consists of a numactl program to run other programs with a specific NUMA policy.
We can use yum
or dnf
to install numactl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install numactl.
Install numactl 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
using dnf
by running the following command:
sudo dnf -y install numactl
Install numactl 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
using yum
by running the following command:
sudo yum -y install numactl
How To Uninstall numactl on Fedora 36
To uninstall only the numactl
package we can use the following command:
sudo dnf remove numactl
numactl Package Contents on Fedora 36
/usr/bin/memhog
/usr/bin/migratepages
/usr/bin/migspeed
/usr/bin/numactl
/usr/bin/numademo
/usr/bin/numastat
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/d57130866a1590fe81c3efa87d0a29d6a3e5cf
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/3206378c05b3809c989f302008f51e07c0fb5f
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/ee5d20acb53e0d1559d88471b52998e5d0062d
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/37ab15694691657cd4e21507c434598e9e36ce
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/ed6ce7b8cd4b98b1179ea9951e04030c49aa9a
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/e2d68892265830607d3f2a86f0d06187ef6e5f
/usr/share/doc/numactl
/usr/share/doc/numactl/README.md
/usr/share/man/man8/memhog.8.gz
/usr/share/man/man8/migratepages.8.gz
/usr/share/man/man8/migspeed.8.gz
/usr/share/man/man8/numactl.8.gz
/usr/share/man/man8/numastat.8.gz
References
Summary
In this tutorial we learn how to install numactl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).