Autodesk

Install Autodesk Maya 2017 on Ubuntu 17.04 & Ubuntu 16.04

Install Autodesk Maya 2017 on Ubuntu 17.04 & Ubuntu 16.04

Autodesk Maya 2017 recently released, is one of the most popular 3D computer graphics software used around the graphics world. Hence its currently owned and developed by Autodesk, and it runs on Windows, macOS as well as Linux. Furthermore, Maya 2017 is used to create stunning interactive 3D applications, including video games, animated film, TV series, as well as visual effects. Before we proceed on how to install Autodesk Maya 2017 on Ubuntu 17.04 and Ubuntu 16.04, lets take a quick look at Maya 2017 changes.

Autodesk Maya 2017 Notable Changes

YouTube Video Walk-Through

How to install Autodesk Maya 2017 on Ubuntu 17.04 and Ubuntu 16.04

For the purpose of demonstration, I will be using the student license free trial copy which you can register and download from Autodesk website

mkdir -p ~/Downloads/maya2017install cd ~/Downloads/maya2017install
wget http://edutrial.autodesk.com/NET17SWDLD/2017/MAYA/ESD/Autodesk_Maya_2017_EN_JP_ZH_Linux_64bit.tgz tar xvf Autodesk_Maya_2017_EN_JP_ZH_Linux_64bit.tgz
# For Ubuntu 17.04, install this sudo apt-get install -y libssl1.0.0 gcc libssl-dev libjpeg62 alien csh tcsh libaudiofile-dev libglw1-mesa elfutils libglw1-mesa-dev mesa-utils xfstt ttf-liberation xfonts-100dpi xfonts-75dpi ttf-mscorefonts-installer libfam0 libfam-dev libgstreamer-plugins-base1.0-dev # For Ubuntu 16.04, install this sudo apt-get install -y libssl1.0.0 gcc libssl-dev libjpeg62 alien csh tcsh libaudiofile-dev libglw1-mesa elfutils libglw1-mesa-dev mesa-utils xfstt ttf-liberation xfonts-100dpi xfonts-75dpi ttf-mscorefonts-installer libfam0 libfam-dev libgstreamer-plugins-base0.10-0 wget http://launchpadlibrarian.net/183708483/libxp6_1.0.2-2_amd64.deb sudo dpkg -i libxp6_1.0.2-2_amd64.deb

[the_ad id=”18299"]

sudo alien -cv *.rpm
sudo dpkg -i *.deb echo "int main (void) return 0;" > mayainstall.c gcc mayainstall.c sudo mv /usr/bin/rpm /usr/bin/rpm_backup sudo cp a.out /usr/bin/rpm # make setup executable sudo chmod +x ./setup sudo ./setup sudo rm /usr/bin/rpm sudo mv /usr/bin/rpm_backup /usr/bin/rpm

Fix some identified issues

# create symbolic link for libs sudo ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 /usr/lib/libtiff.so.3 sudo ln -s /usr/lib/x86_64-linux-gnu/libssl.so /usr/autodesk/maya2017/lib/libssl.so.10 # create symbolic link for libcrypto sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/autodesk/maya2017/lib/libcrypto.so.10 # make a tmp directory and set permission sudo mkdir -p /usr/tmp sudo chmod 777 /usr/tmp  # make a maya directory and set permission sudo mkdir -p ~/maya/2017/ sudo chmod 777 ~/maya/2017/
echo "MAYA_DISABLE_CIP=1" >> ~/maya/2017/Maya.env

[the_ad id=”18299"]

echo "LC_ALL=C" >> ~/maya/2017/Maya.env chmod 777 ~/maya/2017/Maya.env
gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier ""
xset +fp /usr/share/fonts/X11/100dpi/ xset +fp /usr/share/fonts/X11/75dpi/ # Update the X11 logical font xset fp rehash
sudo ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5 /usr/lib/x86_64-linux-gnu/libtiff.so.3

Launch Maya and you should have it running with ease. Note I am running this on a Virtualbox so might expect some graphics related errors but Maya still runs.

Comment below if you run into any install issue.

Credit to borgfriend for the Maya 2017 install script

Gry Zremasterowane gry HD dla Linuksa, które nigdy wcześniej nie zostały wydane na Linuksa
Zremasterowane gry HD dla Linuksa, które nigdy wcześniej nie zostały wydane na Linuksa
Wielu twórców gier i wydawców wymyśla remaster HD starych gier, aby przedłużyć żywotność serii, prosimy fanów o kompatybilność z nowoczesnym sprzętem ...
Gry Jak używać AutoKey do automatyzacji gier Linux
Jak używać AutoKey do automatyzacji gier Linux
AutoKey to narzędzie do automatyzacji pulpitu dla systemów Linux i X11, zaprogramowane w Python 3, GTK i Qt. Korzystając ze skryptów i funkcji MAKRO, ...
Gry How to Show FPS Counter in Linux Games
How to Show FPS Counter in Linux Games
Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have m...