The standard way of installing Maya on Linux is with the installer.
However, you can also install Maya on Linux using the rpm files in the Maya installation package. You must have superuser privileges to install Maya from rpm.
Before installing Maya, ensure that all the additional required Linux packages are installed on your system.
sudo dnf install adsklicensing13.0.0.8122-0-0.x86_64.rpm sudo dnf install adskflexnetclient-11.18.0-0.x86_64.rpm sudo dnf install adskflexnetserverIPV6-11.18.0-0.x86_64.rpm sudo dnf install adlmapps28-28.0.11-0.x86_64.rpm
sudo /usr/bin/systemctl status adsklicensingIf the service is not running, run:
sudo getent group adsklic &>/dev/null || sudo groupadd adsklic sudo id -u adsklic &>/dev/null || sudo useradd -M -r -g adsklic adsklic -d / -s /usr/bin/nologin sudo /usr/bin/systemctl enable adsklicensing --quiet sudo /usr/bin/systemctl start adsklicensingThen check that the licensing service has started and is running.
If the licensing service is still not running, run /opt/Autodesk/AdskLicensingService --run and check /var/opt/Autodesk/AdskLicensingService/Log/AdskLicensingService.log for messages.
sudo rpm -vhi <Maya_rpm_package> --force
/opt/Autodesk/AdskLicensing/<version_number>/helper/AdskLicensingInstHelper listIf it does not, manually register it using
sudo /opt/Autodesk/AdskLicensing/<version_number>/helper/AdskLicensingInstHelper register -pk 657P1 -pv 2024.0.0.F -el EN_US -cf /var/opt/Autodesk/Adlm/<mayaversion>/MayaConfig.pitThen run /opt/Autodesk/AdskLicensing/<version_number>/helper/AdskLicensingInstHelper list again to verify that it is in the list.
sudo dnf install <Bifrost_rpm_package> sudo dnf install <AdobeSubstance_rpm_package>
sudo ./unix_installer.sh
/usr/autodesk/<mayaversion>/bin/mayaIf Maya fails to start with "error while loading shared library", verify that you have installed all the additional required Linux packages needed to run Maya.