Share
 
 

Additional required Linux libraries for Maya

Not all system libraries and fonts required to run Maya are installed by default on all Linux distributions. You can use the dnf package manager's dnf install command to install any libraries and fonts that are missing from your system.

The names of these libraries can vary between Linux distributions.

Important:

Required Repositories and Libraries

The package names of these libraries can vary between Linux distributions. For this article, we used Base Rocky Linux 8 and Rocky Linux 9 with "Server with GUI" configuration.

You will need the EPEL repository in order to install some of the required packages.

Use dnf to install and enable the EPEL repository:

    sudo dnf install epel-release

To install any package, use sudo dnf install <Package name>

    audiofile-devel
    alsa-lib
    gtk2
    libffi
    libglvnd-opengl
    libmng
    libpng15
    libpq
    libva
    libvdpau
    libXp
    libXmu
    libxkbcommon
    libXpm
    libXtst
    mesa-libGLU
    openssl3-libs (RHEL8)
    pcre2-utf32
    xcb-util
    xcb-util-cursor
    xcb-util-image
    xcb-util-keysyms
    xcb-util-renderutil
    xcb-util-wm
    xorg-x11-fonts-ISO8859-1-100dpi
    xorg-x11-fonts-ISO8859-1-75dpi

Was this information helpful?