Obsługa systemu Red Hat Enterprise Linux (RHEL)
Czy RHEL jest obsługiwany?
Red Hat Linux nie jest jeszcze jedną z dystrybucji Linuksa oficjalnie obsługiwanych przez IronPDF, chociaż poniższe polecenia (używane w CentOS 8) sprawdziły się w różnych wstępnych testach.
Lista ta może być również wykorzystana w przypadku systemów AlmaLinux i Oracle Linux.
# Install necessary development and runtime libraries
dnf -y install glibc-devel # GNU C Library - development library
dnf -y install nss # Network Security Services libraries
dnf -y install at-spi2-atk # At-Spi2 bridge to ATK for accessibility
dnf -y install libXcomposite # X11 Composite extension library
dnf -y install libXrandr # X11 RandR extension library
dnf -y install mesa-libgbm # Mesa graphics library
dnf -y install alsa-lib # Advanced Linux Sound Architecture libraries
dnf -y install pango # Library for laying out and rendering text
dnf -y install cups-libs # CUPS libraries
dnf -y install libXdamage # X11 Damage extension library
dnf -y install libxshmfence # Shared memory 'SyncFence' synchronization primitive
dnf -y install libxkbcommon # Keymap handling library for X and Wayland
# Set execute permissions for IronCefSubprocess
chmod 755 IronCefSubprocess # Ensure the IronCefSubprocess has executable permissions
# Note: IronCefSubprocess is normally found at bin/runtimes/linux-x64/
# Install necessary development and runtime libraries
dnf -y install glibc-devel # GNU C Library - development library
dnf -y install nss # Network Security Services libraries
dnf -y install at-spi2-atk # At-Spi2 bridge to ATK for accessibility
dnf -y install libXcomposite # X11 Composite extension library
dnf -y install libXrandr # X11 RandR extension library
dnf -y install mesa-libgbm # Mesa graphics library
dnf -y install alsa-lib # Advanced Linux Sound Architecture libraries
dnf -y install pango # Library for laying out and rendering text
dnf -y install cups-libs # CUPS libraries
dnf -y install libXdamage # X11 Damage extension library
dnf -y install libxshmfence # Shared memory 'SyncFence' synchronization primitive
dnf -y install libxkbcommon # Keymap handling library for X and Wayland
# Set execute permissions for IronCefSubprocess
chmod 755 IronCefSubprocess # Ensure the IronCefSubprocess has executable permissions
# Note: IronCefSubprocess is normally found at bin/runtimes/linux-x64/
Podobnie jak przy ręcznej instalacji dla innych dystrybucji Linux, ustaw IronPdf.Installation.LinuxAndDockerDependenciesAutoConfig = false;
Więcej informacji można znaleźć na stronie: Obsługa innych dystrybucji systemu Linux

