Hi @wilaze131! I've updated the pinned comment to hopefully address most of your questions. I suspect that this is compatible with the student version (you may need to update the checksums), but I don't seem to be able to verify this myself. Hopefully someone else here might know.
Once you put the extracted file for each package in the same directory as each corresponding AUR repository, you can run makepkg -si
to build and install them. It sounds like pamac might run that command for you, but unfortunately I wouldn't know. Best of luck!
Pinned Comments
meepzh commented on 2022-04-08 22:36 (UTC) (edited on 2023-05-22 10:23 (UTC) by meepzh)
Installation Instructions:
Many thanks to ttc0419 for getting this set up and for writing these instructions originally.
Autodesk has updated the EULA for the Autodesk Education version. See here for more info. Note that the checksums for this package use the paid version, which may or may not be the same as the educational versions.
To get the latest version of Maya, go to your account page and click "Products and Services" and download the Linux tgz file to any location of your choice.
Extract the tgz file 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 file to build some other packages as well:
Packages/adlmapps*.rpm
to build adlmappsPackages/adsklicensing*.rpm
to build adsklicensingPackages/Maya*.rpm
to build this packagePackages/package.zip
to build maya-arnoldPackages/Bifrost*.rpm
to build maya-bifrostPackages/AdobeSubstance3DforMaya*.rpm
to build maya-substancePackages/MayaUSD*.rpm
to build maya-usdNote: Packages 1 and 2 are required to use Maya and 4 to 7 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 wiki for further installation details.
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.
Launch Maya and log into your Autodesk account or enter your product serial to check out a license.
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.If you are still seeing font errors, you can try one or more of the following:
xorg-mkfontscale
and runmkfontscale
in/usr/share/fonts
. Then re-run thexset
commands above.xset
commands with superuser permissions.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 this comment by TheSunCat recommending you to disable Wayland.
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.Cheers