NDCTL User Guide
HomePMDKNDCTLBlog
v55-v65
v55-v65
  • NDCTL User Guide
  • Installing NDCTL
    • Installing NDCTL Packages on Linux
    • Installing NDCTL from Source on Linux
  • Quick Start
  • Concepts
    • NVDIMM Devices
    • PMEM and BLK Modes
    • Regions
      • Regions, Atomic Sectors, and DAX
    • Label Storage Area (LSA)
    • Namespaces
  • Managing NVDIMMs
  • Managing Regions
  • Managing Label Storage Areas (LSA)
  • Managing Namespaces
  • Managing NVDIMM Security
  • NDCTL Man Pages
  • Troubleshooting
  • Glossary
  • Reference Material
Powered by GitBook
On this page

Was this helpful?

  1. Installing NDCTL

Installing NDCTL Packages on Linux

PreviousInstalling NDCTLNextInstalling NDCTL from Source on Linux

Last updated 5 years ago

Was this helpful?

The ndctl utility is available in many Linux distribution package repositories. This approach is the easiest to implement and maintain, compared with .

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

The ndctl package is available on CentOS and RHEL 7.0 or later.

1) Query the repository to identify if ndctl is delivered:

yum search ndctl

2) Install the ndctl package

$ yum install ndctl

1) Query the repository to identify if ndctl is delivered:

$ zypper search ndctl

2) Install the ndctl package

$ zypper install ndctl

The ndctl package is available on Ubuntu 18.10 (Cosmic Cuttlefish) or later.

1) Query the repository to identify if ndctl is delivered using either the aptitude, apt-cache, or apt utilities

$ aptitude search ndctl 
$ apt-cache search ndctl 
$ apt search ndctl

2) Verify if the ndctl package is currently installed and check the version

$ apt list --installed ndctl

3) Install the ndctl package or update an installed package

$ sudo apt-get install ndctl

1) Query available versions in configured repos:

$ apt policy ndctl

2) Query the repository to identify if ndctl is delivered using either the aptitude, apt-cache, or apt utilities

$ apt search ndctl

3) Verify if the ndctl package is currently installed and check the version

$ apt list --installed ndctl

4) Install the ndctl package or update an installed package

$ sudo apt install ndctl

The ndctl package is available on Debian 10 (Buster) or later. See for up to date information.

installing ndctl from source code
https://tracker.debian.org/pkg/ndctl