Flame Family products now use the common Autodesk installation platform.
While the process and the experience is similar to previous releases, the new installer comes with the following benefits:
On CentOS:
On macOS
/usr/discreet is no longer supported on new installations. Everything is now installed under /opt/Autodesk .
If you have a previous version of a Flame Family product already installed, and it was installed under /usr/discreet, you can still access it there: nothing is deleted. But everything new is installed under /opt/Autodesk .
Also, if /usr/discreet already exists from previous installations, there is no link created between it and /opt/Autodesk .
Flame Family 2022 uses of the Autodesk Network License Manager. Be sure to download and use the latest Autodesk Network Licensing Manager.
See the following links for more information:
For details about the license model in Flame Family products, see Products and licenses.
On CentOS, only a user with administrative privileges can run the Flame Family products installer. To install a product, use one of the following methods:
To install with an account with administrative privileges:
sudo ./INSTALL_FLAME
To install with the root account:
./INSTALL_FLAME
To install with an account without administrative privileges:
su -l root
./INSTALL_FLAME
From a security standpoint, the last method is the safest as you do not have to access the root account.
On Linux, Flame Family products installer used to create a Flame Family-specific user account. While this special user account would be optimal for Flame Family products, it sometimes proved to problematic with other products.
Starting with version 2022, the Flame Family installer no longer creates a Flame Family user: you can safely use any user account on the workstation, knowing that the Flame Family product will perfectly run.
If you prefer having a dedicated user account to use you Flame Family products, you need to create it yourself. But there is no longer any advantage to doing so.
When you create a user account, give it administrative privileges if possible: this makes it easier to run the installer, and perform administrative tasks later.
To create a user account with GNOME utility:
For details, see GNOME Add a new user account.
For details, see Change who has administrative privileges.
To create a user account from the command line:
adduser <username>
passwd <username>
Follow the onscreen instructions.
usermod -aG wheel <username>
With administrative privileges, you can run commands usually reserved to the root account.
If you need to execute a command with root privileges:
sudo <command>
sudo ./INSTALL_FLAME