Difference between revisions of "Installing Maya on Linux"

From Verge3D Wiki
Jump to navigationJump to search
m
Line 17: Line 17:


Disable splash screen, then run normally.
Disable splash screen, then run normally.
== Maya 2022 on Ubuntu ==
See [https://knowledge.autodesk.com/support/maya/learn-explore/caas/simplecontent/content/installing-maya-2022-ubuntu.html here].

Revision as of 07:33, 1 September 2022

Maya 2023 on Fedora 36

Install dependencies:

sudo dnf install libnsl
sudo dnf search libpng15
sudo dnf install libGLU
sudo dnf install libffi3.1

Install CUDA (if using proprietary NVIDIA drivers):

sudo dnf install xorg-x11-drv-nvidia-cuda

Run with:

maya --single-process

Disable splash screen, then run normally.

Maya 2022 on Ubuntu

See here.