wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zipunzip 8-07-14_MegaCLI.zipcd Linux
sudo alien MegaCli-8.07.14-1.noarch.rpmsudo dpkg -imegacli_8.07.14-2_all.deb/opt/MegaRAID/MegaCli/MegaCli64 -h
Found another nice thing to get rid of the ncurses symlink:
patchelf --replace-needed libncurses.so.5 libncurses.so.6 MegaCli64This replaces the library within the binary, which removes the need for the libncurses symlink :)