Installing WeBWorK 2.20 Prerequisites on Red Hat Enterprise Linux

From WeBWorK_wiki
Revision as of 21:29, 18 September 2025 by Dglin (talk | contribs) (First section (EPEL))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is under construction. Use the information herein with caution until this message is removed.

These instructions are designed to install all of the prerequisites for WeBWorK 2.20 on Red Hat Enterprise Linux 10. They should be applicable to related systems (e.g. Rocky Linux, Oracle Linux), but may need minor modifications.

EPEL

Some packages are contained in the Extra Packages for Enterprise Linux (EPEL) repository, so you should enable this on your system. For Rocky Linux (see https://wiki.rockylinux.org/rocky/repo/#community-approved-repositories):

$ sudo dnf config-manager --set-enabled crb
$ sudo dnf install epel-release

For RHEL (see https://docs.fedoraproject.org/en-US/epel/getting-started/)

$ sudo subscription-manager repos --enable codeready-builder-for-rhel-10-$(arch)-rpms
$ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm

LaTeX