The standard way to install MotionBuilder on Linux is by using the MotionBuilder installer.
However, you can also install MotionBuilder on Linux using the rpm files in the MotionBuilder installation package. You must have superuser privileges to install MotionBuilder from rpm.
Before installing MotionBuilder, 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 <MotionBuilder_rpm_package> --force
/opt/Autodesk/AdskLicensing/<version_number>/helper/AdskLicensingInstHelper list
sudo /opt/Autodesk/AdskLicensing/<version_number>/helper/AdskLicensingInstHelper register -pk 727P1 -pv 2024.0.0.F -el EN_US -cf /var/opt/Autodesk/Adlm/<motionbuilderversion>/MotionBuilderConfig.pit
/usr/autodesk/<motionbuilderversion>/bin/linux_64/motionbuilderIf MotionBuilder fails to start with "error while loading shared library", verify that you have installed all the additional required Linux packages needed to run MotionBuilder.