You can now remove specific versions of the software when using the rmsoft command line tool.
With the following options, you can remove multiple versions of Flame Family products in one command.
The resume option:
To remove Flame 2022.1:
rmsoft -r /opt/Autodesk/.installResume/autodesk.flame.app_2022.1 -g -c -f
To remove Flame 2022 and 2022.1 using a regex string:
rmsoft -r 2022$ -r 2022.1$ -g -c -f
The keep option:
-k or --keep removes all Flame Family software except what is listed in either the resume file or the specified regex string.
To remove everything except 2022.1:
rmsoft -k /opt/Autodesk/.installResume/autodesk.flame.app_2022.1 -g -c -f
To remove everything except Flame 2022.2:
rmsoft -k 2022.2$ -g -c -f
rmsoft UI window improvement. The contents of the rmsoft window now properly scales when you resize the window.