Red Hat Enterprise Linux (RHEL) support
Curtis Chau
Updated: 2026年1月26日
RHEL 是否被支援?
Red Hat Linux 尚未成為 IronPDF 官方支援的 Linux 發行版之一,然而 (由 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/
SHELL
如同其他 Linux 發行版的手動安裝,設定 IronPdf.Installation.LinuxAndDockerDependenciesAutoConfig = false;
欲了解更多資訊,請參見:其他 Linux 發行版支援

技術作家
Curtis Chau擁有Carleton大學的電腦科學學士學位,專精於前端開發,擁有Node.js、TypeScript、JavaScript和React的專業知識。Curtis熱衷於建立直觀且美觀的使用者介面,喜愛使用現代框架並建立結構良好、視覺吸引力的手冊。
...
閱讀更多