Installing NDCTL Packages on Linux
The ndctl
utility is available in many Linux distribution package repositories. This approach is the easiest to implement and maintain, compared with installing ndctl from source code.
1) Query the repository to identify if ndctl is delivered:
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
Was this helpful?