How To Install ndctl-libs on Fedora 36
Introduction
In this tutorial we learn how to install ndctl-libs
on Fedora 36.
What is ndctl-libs
Libraries for ndctl.
We can use yum
or dnf
to install ndctl-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ndctl-libs.
Install ndctl-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 ndctl-libs
using dnf
by running the following command:
sudo dnf -y install ndctl-libs
Install ndctl-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 ndctl-libs
using yum
by running the following command:
sudo yum -y install ndctl-libs
How To Uninstall ndctl-libs on Fedora 36
To uninstall only the ndctl-libs
package we can use the following command:
sudo dnf remove ndctl-libs
ndctl-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/fedf746ee58aa401d26724aa030dc652c9c090
/usr/lib/libndctl.so.6
/usr/lib/libndctl.so.6.0.20
/usr/share/doc/ndctl-libs
/usr/share/doc/ndctl-libs/README.md
/usr/share/licenses/ndctl-libs
/usr/share/licenses/ndctl-libs/CC0-1.0
/usr/share/licenses/ndctl-libs/LGPL-2.1
/usr/share/licenses/ndctl-libs/MIT
References
Summary
In this tutorial we learn how to install ndctl-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ndctl-libs on Fedora 36” linkTitle: “ndctl-libs” type: “docs” description: “In this tutorial we learn how to install ndctl-libs in Fedora 36. ndctl-libs is Management library for "libnvdimm" subsystem devices (Non-volatile Memory)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ndctl-libs-featured.png
Introduction
In this tutorial we learn how to install ndctl-libs
on Fedora 36.
What is ndctl-libs
Libraries for ndctl.
We can use yum
or dnf
to install ndctl-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ndctl-libs.
Install ndctl-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 ndctl-libs
using dnf
by running the following command:
sudo dnf -y install ndctl-libs
Install ndctl-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 ndctl-libs
using yum
by running the following command:
sudo yum -y install ndctl-libs
How To Uninstall ndctl-libs on Fedora 36
To uninstall only the ndctl-libs
package we can use the following command:
sudo dnf remove ndctl-libs
ndctl-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/7807243f583359c7a75696c7112a98e45dc8b1
/usr/lib64/libndctl.so.6
/usr/lib64/libndctl.so.6.0.20
/usr/share/doc/ndctl-libs
/usr/share/doc/ndctl-libs/README.md
/usr/share/licenses/ndctl-libs
/usr/share/licenses/ndctl-libs/CC0-1.0
/usr/share/licenses/ndctl-libs/LGPL-2.1
/usr/share/licenses/ndctl-libs/MIT
References
Summary
In this tutorial we learn how to install ndctl-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).