This section describes how to install Maya for Linux. When the installation is complete, you must license Maya. You must install Maya licenses if you are:
For information on upgrading Maya, see Who should use this chapter Licensing Maya for details. If you have problems installing, see Troubleshooting
This section describes how to install Maya for Linux using the GUI.
Select whether you want to install Autodesk Maya 2009, the Autodesk Maya 2009 Documentation and the Autodesk License Tools (default). Click Next.
Checkmarks icons display next to the completed installed products.
Installing Maya using the rpm utility
This section describes how to install Maya for Linux using the rpm command-line utility. With the rpm command you can use either the -i flag or the -ivh flag to install the programs. The -ivh flag provides you with more information during the installation.
mount -r /dev/dvd /mnt/dvd
cd /mnt/dvd/Linux
rpm -ivh AWCommon-11.5-#.i686.rpm Maya2009_0_64-2009.0-#.x86_64.rpm
where # refers to the specific package numbers.
rpm -qa | egrep 'AWCommon|Maya'
For more information, see Uninstalling Maya.
Maya 2009 adds the required libXm.so.3 library to the Maya lib directory as part of its standard install, so installing the openMotif runtime rpm is not required.
(64-bit) rpm -ivh Maya2009_0_64-docs_en_US-2009.0-#.x86_64.rpm
(64-bit) /usr/autodesk/maya2009-x64
Once the Maya software is successfully installed, unmount and eject the DVD and store it in a safe place. Proceed to the Licensing Maya chapter or, if you’re a new user licensing a single copy of Maya, see the Quick Start Licensing chapter.
Installing Maya on file systems other than /usr
By default, Maya is installed in the /usr partition. If you want to install Maya on a different file system (due to lack of space), create a symbolic link from /usr/autodesk/maya2009-x64 to that file system.
For example, if you are installing 64-bit Maya 2009 on a file system called /freespace, type the following commands:
su root
ln -s /freespace/autodesk/maya2009 /usr/autodesk