Maya Linux Install 2013

From wikinotes

Maya's acquisition and install process has been made significantly easier because of two things:

  1. Trial versions of maya can be found here: http://trial.autodesk.com
  2. there are AUR scripts with the dependencies listed. Certain dependencies \

may have to be downloaded from the AUR, but the script is very inclusive and even \ downloads maya for you.

Install:

 
### Registering maya requires replacement of the file:
/usr/autodesk/maya2013-x64/lib/libadlmint.so.5.0.39

## First Install Maya from the AUR script.
/usr/autodesk/maya2013-x64/lib/libadlmint.so.5.0.39		#replace this file

## Register Maya
LD_LIBRARY_PATH=/opt/Autodesk/Adlm/R5/lib64
sudo cp /opt/Autodesk/Adlm/R5/lib64/libadlmutil.so.5 /usr/lib/
sudo /usr/autodesk/maya2013-x64/bin/adlmreg -i S 657E1 657E1 2013.0.0.F 666-69696969 /var/opt/Autodesk/Adlm/Maya2013/MayaConfig.pit

## Separate registration process I executed afterwards.
/usr/autodesk/maya2013-x64/bin/licensechooser /usr/autodesk/maya2013-x64/ standalone unlimited

## test running maya as superuser 
sudo maya

## After successfully loading the activation screen, I quit 
## and went re-executed the command line activation:
sudo cp /opt/Autodesk/Adlm/R5/lib64/libadlmutil.so.5 /usr/lib/
sudo /usr/autodesk/maya2013-x64/bin/adlmreg -i S 657E1 657E1 2013.0.0.F 666-69006900 /var/opt/Autodesk/Adlm/Maya2013/MayaConfig.pit

## Setup Maya for Non-Root

sudo chown -R will:will /opt/Autodesk
sudo chown -R will:will /usr/autodesk
sudo chown -R will:will /var/opt/Autodesk

cp ~/Adlm /home/will/
cp ~/maya /home/will/
chown -R will:will /home/will/Adlm
chown -R will:will /home/will/maya

Sources:
http://etoia.free.fr/?p=1611
http://www.pixelcg.com/blog/?p=1080
http://stefanobolli.blogspot.in/2011/05/maya-2012-x64-on-ubuntu-1104.html
https://aur.archlinux.org/packages/maya2013trial/?setlang=pt_PT

Cracking Process:
http://forum.cgpersia.com/f41/maya-2013-a-51399/