Installing Maya on Linux

From Verge3D Wiki
Revision as of 07:33, 1 September 2022 by Alexander (talk | contribs)
Jump to navigationJump to search

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.