Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Product

Product Version

MongoDB Version
(bold: recommended)

Operating 
Systems

Notes
NMIS>= 9.0.03.4, 3.6
  • Debian 9, 10*
  • Ubuntu 18, 20
  • CentOS 7**
  • RHEL 7
  • RHEL 8

RHEL 8 is supported from NMIS version 9.2.1

If install of NMIS 9 fails due to failure to install package WWW::Mechanize, pre-install WWW::Mechanize before installing NMIS:

sudo yum install -y perl-CPAN;
sudo yum install -y perl-App-cpanminus;
sudo cpanm WWW::Mechanize --sudo --notest;



NMIS>= 9.4.03.4, 3.6, 4.2
NMIS>=9.4.43.4, 3.6, 4.2
  • Debian 10
  • Debian 11
  • Mint 21.01
  • RedHat 8.7
  • Rocky 8.7
  • Ubuntu 22.04
  • Ubuntu 23.04
OS's supported prior are also still supported in NMIS9 9.4.4

Release 9.0.4 of NMIS introduces the smarter non-interactive installation mode.

...