レッドハット エンタープライズ リナックス (RHEL) サポート
RHEL はサポートされていますか?
Red Hat Linux は、IronPDF がまだ公式にサポートしている Linux ディストリビューションの 1 つではありませんが、以下のコマンド (CentOS 8 で使用) はさまざまな予備テストで成功していることが証明されています。
このリストは、AlmaLinux および 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/他の Linux ディストリビューションの手動インストールと同様に、IronPdf.Installation.LinuxAndDockerDependenciesAutoConfig = false; を設定します。
詳細については、次を参照してください: 他の Linux ディストリビューションのサポート






