Installing NDCTL and DAXCTL Packages on Linux

The ndctl and daxctl utilities are available in many Linux distribution package repositories. This approach is the easiest to use and maintain, compared with installing ndctl from source code. The daxctl utility is bundled with the ndctl packages.

1) Query the repository to confirm if the ndctl package is available:

Fedora 21 or earlier

yum search ndctl

Fedora 22 or later

dnf repoquery ndctl

2) Install the ndctl utility

Fedora 21 or earlier

yum install ndctl

Fedora 22 or later

dnf install ndctl

Last updated