Solution
NI-DAQmx for Linux does not include NI Measurement and Automation Explorer but does include a separate utility for configuring hardware devices.
With NI-DAQmx for Linux, National Instruments has introduced the
NI-DAQmx Configuration Utility (daqmxconfig) to allow you to import and export your hardware configuration as text files which are easily modified and read manually using text editors and spreadsheet applications. These files are in an INI-style format and describe the hardware configuration including plug-in devices, SCXI, SCC, and TEDS.
nidaqmxconfig(gets installed along with NI-DAQmx Base) is a tool designed to handle many of the configuration and utility tools that worked within the NI MAX application.You can refer the section
NI MAX Feature Replacements in the document
Windows vs Desktop Linux DAQmx Experience Differences to get an understanding of which features are either: Not Accessible, Programmatically Accessible, or accessible through the provided tool.