Package Details: maya 2026.1-1

Git Clone URL: https://aur.archlinux.org/maya.git (read-only, click to copy)
Package Base: maya
Description: Autodesk Maya 3D Animation, Modelling, Simulation and Rendering Software
Upstream URL: http://www.autodesk.com/products/maya/overview
Keywords: 3d Autodesk Maya
Licenses: custom
Submitter: aquarius
Maintainer: meepzh (ttc0419, aquarius)
Last Packager: meepzh
Votes: 20
Popularity: 0.000021
First Submitted: 2016-07-25 19:14 (UTC)
Last Updated: 2025-06-06 03:41 (UTC)

Sources (2)

Pinned Comments

meepzh commented on 2022-04-08 22:36 (UTC) (edited on 2025-06-10 05:09 (UTC) by meepzh)

Many thanks to ttc0419 for getting this set up and for writing these instructions originally. Many thanks to jimmy_christensenMSURY for fixing the Maya 2025+ licensing.

Installation Instructions:

Go to your Autodesk account Products and Services and save the Linux tgz file to any location of your choice. You will also need v1.15 of the Autodesk Identity Manager from Product Updates.

Extract the tgz files to any location of your choice.

Maya is now split into several packages as it is for the official rpm installation. You will need the following files from the extracted tgz files to build some other packages as well:

  1. (required) Packages/adlmapps*.rpm to build adlmapps
  2. (required) Packages/adskidentitymanager*.rpm to build adskidentitymanager
  3. (required) Packages/adsklicensing*.rpm to build adsklicensing
  4. (required) Packages/Maya*.rpm to build this package
  5. (optional) Packages/package.zip to build maya-arnold
  6. (optional) Packages/Bifrost*.rpm to build maya-bifrost
  7. (optional) Packages/AdobeSubstance3DforMaya*.rpm to build maya-substance
  8. (optional) Packages/MayaUSD*.rpm to build maya-usd-bin, if you don't want to download directly from GitHub
  9. (optional) Packages/LookdevX.rpm to build maya-lookdevx

Packages 1 and 3 are required to use Maya and 5 to 9 are plugins that can be installed when needed.

You will need to move the rpm files to the directory containing the corresponding package's PKGBUILD file. Please refer to the AUR wiki for further installation details, since AUR helpers may or may not work with this package.

After installation, you may wish to enable the Autodesk Licensing service with systemctl enable adsklicensing.service. This service is started automatically one time when installing and removing this package.

Note that the install file will automatically register and deregister Maya with the licensing service if you are using the adsklicensing package. You may need to restart the adsklicensing service and reinstall Maya if adsklicensing was upgraded and running at the same time.

Launch Maya and log into your Autodesk account or enter your product serial to check out a license. Note that Wayland is currently not supported by the licensing software.

Please note that the Maya executable is patched to launch with the --single-process flag to address launch issues with the Application Home. You may try to opt out of this patch if this does not present an issue for you.

Troubleshooting:

If you are having the following font error, Failed trying to load font : -*-helvetica-bold-r-normal-*-11-*-*-*-*-*-iso8859-1 //, first try the Autodesk recommended commands with your normal permissions.

xset +fp /usr/share/fonts/100dpi
xset +fp /usr/share/fonts/75dpi
xset fp rehash

(source)

If you are still seeing font errors, you can try one or more of the following:

  1. Install xorg-mkfontscale and run mkfontscale in /usr/share/fonts. Then re-run the xset commands above.
  2. Try running the xset commands with superuser permissions.
  3. Try enabling and generating the following locales: en_GB ISO-8859-1 en_US ISO-8859-1

If you are having licensing errors, you can refer to this comment/forum post by mac666er recommending you to only use the en_US.UTF-8 locale. Or you may need to set a different default browser as Tellik experienced.

If your launch process hangs at the OpenCL initialization, you may wish to check for OpenCL conflicts as mentioned in this comment by TheSunCat. You may also need to rename/delete the intel-openapi icd file in /etc/OpenCL/vendors as mentioned here.

If you see a black screen, check that Wayland is disabled: https://forums.autodesk.com/t5/maya-forum/maya-2025-2026-on-linux/td-p/13617041

Cheers

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 Next › Last »

z3ntu commented on 2017-05-04 07:42 (UTC)

More error messages: Error: Singular matrix, no inverse exists root : ERROR : code for hash md5 was not found. Traceback (most recent call last): File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 root : ERROR : code for hash sha1 was not found. Traceback (most recent call last): File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 root : ERROR : code for hash sha224 was not found. Traceback (most recent call last): File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 root : ERROR : code for hash sha256 was not found. Traceback (most recent call last): File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 root : ERROR : code for hash sha384 was not found. Traceback (most recent call last): File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha384 root : ERROR : code for hash sha512 was not found. Traceback (most recent call last): File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/autodesk/maya2017/lib/python27.zip/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha512 Graphic device does not support OpenGL Core Profile, fallback to OpenGL renderer. VP2 Error : Failed to initialize graphics device.

z3ntu commented on 2017-05-04 07:39 (UTC)

There are some python<->openssl issues that are probably caused by the update to openssl 1.1. I haven't managed to get many things working since.

YAOMTC commented on 2017-04-13 21:42 (UTC)

I fixed my problem (albeit on CentOS) by disabling consistent network device naming, and reverting to the old style of eth0.

z3ntu commented on 2017-04-06 06:40 (UTC) (edited on 2017-04-06 06:53 (UTC) by z3ntu)

Running the setup and choosing the default options destroyed pacman... "pacman: symbol lookup error: /usr/lib/libssh2.so.1: undefined symbol: EVP_rc4" EDIT: ugh sorry, the LD_LIBARY_PATH linked pacman to the autodesk openssl libs... EDIT2: Another problem: lrwxrwxrwx 1 root root 63 6. Apr 08:32 /usr/bin/maya2017 -> /home/luca/aur/maya/pkg/maya/usr/autodesk/maya2017/bin/maya2017 But that file doesn't exist. EDIT3: The following patch fixes the issue from EDIT2: diff --git a/PKGBUILD b/PKGBUILD index ef168b0..be1bd92 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -49,7 +49,7 @@ package() { mkdir -p "$pkgdir"/usr/bin/ chmod 755 "$pkgdir"/usr/bin/ - ln -s "$pkgdir"/usr/autodesk/maya2017/bin/maya2017 "$pkgdir"/usr/bin/maya2017 + ln -s /usr/autodesk/maya2017/bin/maya2017 "$pkgdir"/usr/bin/maya2017 mkdir -p "$pkgdir"/usr/share/applications/ chmod 755 "$pkgdir"/usr/share/applications/

YAOMTC commented on 2017-03-26 03:05 (UTC) (edited on 2017-03-26 17:40 (UTC) by YAOMTC)

I can't get this to work. I just get "command not found" for maya. I built the package, installed it, ran "export LD_LIBRARY_PATH=/opt/Autodesk/Adlm/R12/lib64/", sudo ./setup, it fails (as expected?) with the "Could not launch rpm executable", and then... what next? EDIT: The command for Maya 2017 is "maya2017" not "maya". However I get a new error now - "AdlmInt Error: The AUTODESK_ADLM_THINCLIENT_ENV XML file could not be loaded maya: Autodesk Maya 2017Licensing ErrorA licensing error occurred that Autodesk systems were not able to handle for you. Please contact Autodesk Customer Support for help in resolving this error.GetFeatureAuthorizationStatus 6 (Initialization Error)"

QuartzDragon commented on 2016-11-25 23:46 (UTC)

@aquarius Perhaps so, however, Maya 2017 can also be acquired for free via a student licence, which, as far as I know, as no limits.

aquarius commented on 2016-11-25 22:14 (UTC) (edited on 2016-11-25 22:17 (UTC) by aquarius)

Hello everybody! We need an explanation. 1) maya developers(Autodesk) provide free educational license (full functional) only for 2016. 2) Not everything can be done in the PKGBUILD. Because user need to obtain a personal license key to register. Then put it into console license installer. 3) Register any licenses (for 2016 or 2017) also required to run GUI applications that can not be done from the PKGBUILD I was looking for ways how to simplify (real arch way) the installation of an educational (one-seat) license in 2016, but did not really find it.

Scimmia commented on 2016-11-24 06:30 (UTC)

QuartzDragon, yeah, the rpm is inside the tgz in this case. You need to extract it manually, but you can do that with bsdtar instead of pulling in a useless makedep on rpmextract.

QuartzDragon commented on 2016-11-22 04:59 (UTC) (edited on 2016-11-22 05:05 (UTC) by QuartzDragon)

@Scimmia Good to know! I'll fix it up. :) Edit: Without rpmextract, the RPMs never get extracted, though... :/