Difference between revisions of "Installing Maya on Linux"
From Verge3D Wiki
Jump to navigationJump to search (Created page with "== Maya 2023 on Fedora 36 == Install dependencies: sudo dnf install libnsl sudo dnf search libpng15 sudo dnf install libGLU sudo dnf install libffi3.1 Run with: maya...") |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Maya | {{stub}} | ||
[[Category:Tutorials]] | |||
[[Category:Maya]] | |||
If you need Maya to work seamlessly on Linux, you should use the distro recommended by Autodesk (e.g [https://knowledge.autodesk.com/support/maya/troubleshooting/caas/sfdcarticles/sfdcarticles/System-requirements-for-Autodesk-Maya-2023.html RHEL/CentOS/Rocky] for Maya 2023). However, it's possible to install Maya on other distros by applying various hacks which we discuss here. | |||
== Maya 2024 on Fedora 39 == | |||
Install dependencies: | Install dependencies: | ||
sudo dnf install libnsl | sudo dnf install libnsl | ||
sudo dnf | sudo dnf install libpng15 | ||
sudo dnf install libGLU | sudo dnf install libGLU | ||
sudo dnf install | sudo dnf install mesa-libGLw | ||
sudo dnf install libxcrypt-compat | |||
Install CUDA (if using proprietary NVIDIA drivers): | |||
sudo dnf install xorg-x11-drv-nvidia-cuda | |||
Run with: | Run with: | ||
Line 13: | Line 22: | ||
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]. | |||
== Fix issue with duplicated icons on the launch panel == | |||
Remove Maya icon from favorites. | |||
Make a copy of Maya desktop file: | |||
cp /usr/share/applications/Autodesk-Maya2023.desktop ~/.local/share/applications/ | |||
Open local *.desktop file for edit and add the following line: | |||
StartupWMClass=maya.bin | |||
Reload, add Maya to favorites again. |
Latest revision as of 07:55, 16 July 2024
This article is a stub. You can help Verge3D Wiki by expanding it.
If you need Maya to work seamlessly on Linux, you should use the distro recommended by Autodesk (e.g RHEL/CentOS/Rocky for Maya 2023). However, it's possible to install Maya on other distros by applying various hacks which we discuss here.
Maya 2024 on Fedora 39
Install dependencies:
sudo dnf install libnsl sudo dnf install libpng15 sudo dnf install libGLU sudo dnf install mesa-libGLw sudo dnf install libxcrypt-compat
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.
Fix issue with duplicated icons on the launch panel
Remove Maya icon from favorites.
Make a copy of Maya desktop file:
cp /usr/share/applications/Autodesk-Maya2023.desktop ~/.local/share/applications/
Open local *.desktop file for edit and add the following line:
StartupWMClass=maya.bin
Reload, add Maya to favorites again.