<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Install Maya 2020 Update 3 on Fedora 33 Linux (Instructions) in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/install-maya-2020-update-3-on-fedora-33-linux-instructions/m-p/9877054#M14134</link>
    <description>&lt;P&gt;Just marking as solved.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2020 03:52:36 GMT</pubDate>
    <dc:creator>JabbaTheNut</dc:creator>
    <dc:date>2020-11-18T03:52:36Z</dc:date>
    <item>
      <title>Install Maya 2020 Update 3 on Fedora 33 Linux (Instructions)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/install-maya-2020-update-3-on-fedora-33-linux-instructions/m-p/9877053#M14133</link>
      <description>&lt;P&gt;I am offering these instructions for installing Maya 2020 Update 3 on Fedora 33 Linux to anyone that can benefit by them.&amp;nbsp; The Autodesk guide located &lt;A href="https://knowledge.autodesk.com/support/maya/troubleshooting/caas/CloudHelp/cloudhelp/2020/ENU/Installation-Maya/files/GUID-E7E054E1-0E32-4B3C-88F9-BF820EB45BE5-htm.html" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;here&lt;/A&gt; and the further Autodesk guidance provided &lt;A href="https://knowledge.autodesk.com/support/maya/troubleshooting/caas/CloudHelp/cloudhelp/2020/ENU/Installation-Maya/files/GUID-D2B5433C-E0D2-421B-9BD8-24FED217FD7F-htm.html" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;here&lt;/A&gt; were my starting point.&amp;nbsp; However, those guides were not sufficient to complete the task.&amp;nbsp; Consequently, I created the below instruction set to be a more complete installation reference.&amp;nbsp; One should be able to follow the steps below and have a working installation of Maya 2020 Update 3 on Fedora 33 at the end.&amp;nbsp; Please note that the instructions below are tailored for a workstation installation of Fedora 33.&amp;nbsp; Modifications may be required for other Linux distros.&amp;nbsp; Further, note that the instructions are only tested on the package versions listed in the instructions.&amp;nbsp; The Maya, Bifrost, Substance in Maya and Rokoko Motion Library packages used below were contained in the Maya 2020 Update 3 Linux download from the Autodesk subscriptions download page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING:&amp;nbsp; Fedora is &lt;STRONG&gt;&lt;U&gt;not&lt;/U&gt;&lt;/STRONG&gt; among Autodesk's supported Linux distributions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Install required dependencies (some of these may already be installed)&lt;BR /&gt;sudo dnf install mesa-libGLw&lt;BR /&gt;sudo dnf install mesa-libGLU&lt;BR /&gt;sudo dnf install libXp&lt;BR /&gt;sudo dnf install libXmu&lt;BR /&gt;sudo dnf install libXt&lt;BR /&gt;sudo dnf install libXi&lt;BR /&gt;sudo dnf install libXext&lt;BR /&gt;sudo dnf install libX11&lt;BR /&gt;sudo dnf install libXinerama&lt;BR /&gt;sudo dnf install libXau&lt;BR /&gt;sudo dnf install libxcb&lt;BR /&gt;sudo dnf install libXScrnSaver&lt;BR /&gt;sudo dnf install gamin&lt;BR /&gt;sudo dnf install audiofile&lt;BR /&gt;sudo dnf install audiofile-devel&lt;BR /&gt;sudo dnf install e2fsprogs-libs&lt;BR /&gt;sudo dnf install libxkbcommon-x11&lt;BR /&gt;sudo dnf install xorg-x11-fonts-ISO8859-1-100dpi&lt;BR /&gt;sudo dnf install xorg-x11-fonts-ISO8859-1-75dpi&lt;BR /&gt;sudo dnf install liberation-mono-fonts&lt;BR /&gt;sudo dnf install liberation-fonts-common&lt;BR /&gt;sudo dnf install liberation-sans-fonts&lt;BR /&gt;sudo dnf install liberation-serif-fonts&lt;BR /&gt;sudo dnf install ncurses-compat-libs&lt;BR /&gt;sudo dnf install compat-openssl10&lt;BR /&gt;sudo dnf install libpng15&lt;BR /&gt;sudo dnf install libnsl&lt;BR /&gt;sudo dnf install nss&lt;BR /&gt;sudo dnf install glibc&lt;BR /&gt;sudo dnf install zlib&lt;BR /&gt;sudo dnf install libSM&lt;BR /&gt;sudo dnf install libICE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Download and install latest version of the Autodesk Licensing Service packages (found &lt;A href="https://knowledge.autodesk.com/search-result/caas/downloads/content/autodesk-licensing-service-download.html" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;here&lt;/A&gt;)&lt;BR /&gt;NOTE: It is important to get the most recent version as there were changes to allow for signing in, rather than supplying serial numbers.&amp;nbsp; I downloaded the following installer zip file version:&amp;nbsp; adsklicensinginstaller-10.2.0.4231.zip&lt;/P&gt;&lt;P&gt;sudo dnf install adlmapps23-23.0.21-0.x86_64.rpm&lt;BR /&gt;sudo dnf install adsklicensing10.2.0.4231-0-0.x86_64.rpm&lt;BR /&gt;sudo dnf install adlmflexnetserverIPV6-23.0.21-0.x86_64.rpm&lt;BR /&gt;sudo dnf install adlmflexnetclient-23.0.21-0.x86_64.rpm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Verify licensing service status is "active (running)"&lt;BR /&gt;sudo systemctl status adsklicensing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3a.&amp;nbsp; If not, start it using this command&lt;BR /&gt;/opt/Autodesk/AdskLicensingService --run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3b.&amp;nbsp; If still not running, set up licensing service manually.&lt;BR /&gt;sudo getent group adsklic &amp;amp;&amp;gt;/dev/null || sudo groupadd adsklic&lt;BR /&gt;sudo id -u adsklic &amp;amp;&amp;gt;/dev/null || sudo useradd -M -r -g adsklic adsklic -d / -s /usr/bin/nologin&lt;BR /&gt;sudo systemctl enable adsklicensing --quiet&lt;BR /&gt;sudo systemctl start adsklicensing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Install Maya 2020 Update 3&lt;BR /&gt;sudo dnf install Maya2020_64-2020.3-1431.x86_64.rpm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; Register Maya with AdskLicensing service&lt;BR /&gt;sudo /opt/Autodesk/AdskLicensing/10.2.0.4231/helper/AdskLicensingInstHelper register -pk 657L1 -pv 2020.0.0.F -el EN_US -cf /var/opt/Autodesk/Adlm/Maya2020/MayaConfig.pit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. Install Bifrost 2020&lt;BR /&gt;sudo dnf install Bifrost2020-2.1.0.0-1.x86_64.rpm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;7.&amp;nbsp; Install Substance in Maya 2020&lt;BR /&gt;sudo dnf install SubstanceInMaya-2.1.2-2020-Linux.rpm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8.&amp;nbsp; Install Rokoko Motion Library in Maya 2020&lt;BR /&gt;sudo dnf install RokokoMotionLibraryMaya-1.1.2-1.x86_64.rpm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;9.&amp;nbsp; Download and install Arnold for Maya 2020 (found &lt;A href="https://www.arnoldrenderer.com/arnold/download/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;here&lt;/A&gt;)&lt;BR /&gt;NOTE: Be sure to make the .run file executable (i.e., sudo chmod +x MtoA-4.0.4.2-linux-2020.run)&lt;BR /&gt;sudo ./MtoA-4.0.4.2-linux-2020.run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10.&amp;nbsp; Launch Maya 2020 and login!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11.&amp;nbsp; OPTIONAL:&amp;nbsp; Add the following environment variables to the ~/maya/2020/Maya.env file&lt;BR /&gt;MAYA_DISABLE_CIP=1 (disables Autodesk Customer Involvement Program which causes shutdown delays)&lt;BR /&gt;LC_ALL=C (forces the use of the default language for output)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;12.&amp;nbsp; If you get the Color Management error popup "...Failed to finalize the color transform.", add the following environment variables to the Maya.env file:&lt;BR /&gt;MAYA_CM_DISABLE_ERROR_POPUPS=1&lt;BR /&gt;MAYA_COLOR_MGT_NO_LOGGING=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 03:59:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/install-maya-2020-update-3-on-fedora-33-linux-instructions/m-p/9877053#M14133</guid>
      <dc:creator>JabbaTheNut</dc:creator>
      <dc:date>2020-11-18T03:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Install Maya 2020 Update 3 on Fedora 33 Linux (Instructions)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/install-maya-2020-update-3-on-fedora-33-linux-instructions/m-p/9877054#M14134</link>
      <description>&lt;P&gt;Just marking as solved.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 03:52:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/install-maya-2020-update-3-on-fedora-33-linux-instructions/m-p/9877054#M14134</guid>
      <dc:creator>JabbaTheNut</dc:creator>
      <dc:date>2020-11-18T03:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Install Maya 2020 Update 3 on Fedora 33 Linux (Instructions)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/install-maya-2020-update-3-on-fedora-33-linux-instructions/m-p/11199804#M14135</link>
      <description>&lt;P&gt;The guide is still working for Maya 2023 and Fedora 36 but you need to add some things to make Maya fully work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add MAYA_NO_HOME = 1 to Maya.env&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Install libiffi3.1 to make Arnold load into Maya after installing it&lt;/P&gt;&lt;P&gt;sudo dnf install libffi3.1&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2022 18:23:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/install-maya-2020-update-3-on-fedora-33-linux-instructions/m-p/11199804#M14135</guid>
      <dc:creator>Shotdie</dc:creator>
      <dc:date>2022-05-28T18:23:39Z</dc:date>
    </item>
  </channel>
</rss>

