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 articles 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-dev
    compat-openssl11 (RHEL9)
    gtk2
    libffi
    libmng
    libglvnd-opengl
    libpng15
    libpq
    libXp
    mesa-libGLU
    xcb-util-cursor
    xcb-util-wm
    xcb-util-image
    xcb-util-keysyms
    xcb-util-renderutil
    xorg-x11-fonts-ISO8859-1-75dpi
    xorg-x11-fonts-ISO8859-1-100dpi

Was this information helpful?