Red Hat Enterprise Linux(RHEL) 지원
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/
# 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/
다른 리눅스 배포판의 수동 설치와 마찬가지로 IronPdf.Installation.LinuxAndDockerDependenciesAutoConfig = false;를 설정하세요
자세한 내용은 다음을 참조하십시오. 다른 Linux 배포판 지원

