

Maya Autodesk Installed SuccessfullyĪnd voila, Maya has installed successfully and you will get the next window where you can start your project. The next window should appear, you can press I agree to open Maya. Run the command to start Maya: /usr /autodesk /maya2017 /bin /maya.bin Now everything is configured and ready for Maya to start. gsettings set .preferences mouse-button-modifier "" Fix Maya Camera xset +fp /usr /share /fonts /X11 /100dpi / xset +fp /usr /share /fonts /X11 /75dpi / xset fp rehash Configure Maya Fonts chmod -Rfv 777 ~ /maya Change Permissions For The Whole Maya Directory Next, we need to change the permissions for the whole files in the Maya directory. The output of the previous commands should be something like the below screenshot. Fix the segmentation fault errors using the command: echo "MAYA_DISABLE_CIP=1" > ~ /maya / 2017 /Maya.en Create another directory for Maya configuration file. Change permission for the previous directory. Installation Completed SuccessfullyĪfter installing Maya successfully, you can move to the next section where we will perform some extra post-installation steps to ensure that Maya will run smoothly on your machine. When you are done, you will get a successful installation window. Next click on continue to install the selected components. Now enter your product serial number, and product key then continue. Next, you can select your country, press I accept then continue. The Maya Autodesk installer should start, and you should get the next welcome screen. Change the permissions on the setup file to run it successfully. Sudo ln -s /usr /lib /x86_64-linux-gnu /libcrypto.so /usr /autodesk /maya2017 /lib /libcrypto.so.10 Linking Library Files Sudo ln -s /usr /lib /x86_64-linux-gnu /libssl.so /usr /autodesk /maya2017 /lib /libssl.so.10 Sudo ln -s /usr /lib /x86_64-linux-gnu /libtiff.so /usr /lib /libtiff.so.3 sudo ln -s /usr /lib /x86_64-linux-gnu /libtbb.so /usr /lib /x86_64-linux-gnu /libtbb_preview.so.2 To let the Maya Autodesk work correctly, we need to create some symbolic links to libraries that Maya Autodesk needs. Sudo cp -v a.out /usr /bin /rpm Create an Executable The previous command should take some time when converting finishes successfully you should get the following output. sudo alien -cv *.rpm Convert rpm Files To deb Now let’s convert them to the deb one’s using the command.

You will find all files in the Maya directory are all rpm files. After extracting the Maya installer, navigate to the created directory. tar xvzf Autodesk_Maya_2017_EN_JP_ZH_Linux_64bit.tgz -C mayadir Extract Maya Extract the Maya installer to the previously created directory. Now create a new directory to extract the Maya in it. After the download finishes successfully, you can find the Maya installer in the downloads directory. Download the Maya installer using the command: wget Download Maya Package Now let’s move to the next section where we will download and install the Maya.

The output should be something like the below screenshot: Download lipxp6Īfter downloading the “libxp6” package, you can setup it using the command: sudo dpkg -i libxp6_1.0.2- 2_b Install lipxp6 Download and install the “libxp6” package. sudo apt-get install -y csh tcsh libfam0 libfam-dev xfstt Install Required Packages To Install Maya Installing extra packages required by Maya. sudo apt-get install -y xfonts-100dpi xfonts-75dpi ttf-mscorefonts-installer fonts-liberation Install Required FontsĪfter downloading the required fonts packages, the configuration window will now show up like the below screenshot: Font Package ConfigurationĪll you have to do is pressing “OK” and then move to the next screen, now accept the terms by pressing “Yes.” Accept License TermsĪfter installing and configuring the fonts packages, you should have the following output informing that the installation is a success: After Installing Fonts Successfully sudo apt-get install -y libglw1-mesa libglw1-mesa-dev mesa-utils Install Required Graphics Libraries sudo apt-get install -y libaudiofile-dev libgstreamer-plugins-base0.10-0 Install Required Multimedia Libraries Install the required multimedia libraries. sudo apt-get install -y alien elfutils Install Alien To Convert rpm to dep To do so, we can use “Alien,” which can be installed using the command-line. To install Maya, you need to convert some rpm packages to dep. Maya also requires some extra development packages you can install them using the command-line: sudo apt-get install -y libtbb-dev libtiff5-dev libssl-dev libpng12-dev libssl1.0.0 gcc libjpeg62 libcurl4 echo 'deb xenial main restricted universe multiverse' | sudo tee /etc/apt//xenial.list Adding Required Repository But we can install those required additional libraries by adding the following repositories. Maya depends on some libraries which are not available in the official Ubuntu package.
