Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/installation/install-software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Open OnDemand uses these packages, among many others.

sudo dnf config-manager --set-enabled powertools
sudo dnf install epel-release
sudo dnf module enable ruby:3.3 nodejs:20
sudo dnf module enable ruby:3.3 nodejs:22

.. tab:: RockyLinux/Alma Linux 9

.. code-block:: sh

sudo dnf config-manager --set-enabled crb
sudo dnf install epel-release
sudo dnf module enable ruby:3.3 nodejs:20
sudo dnf module enable ruby:3.3 nodejs:22

.. tab:: RockyLinux/Alma Linux 10

Expand All @@ -59,7 +59,7 @@ Open OnDemand uses these packages, among many others.
.. code-block:: sh

sudo dnf install epel-release
sudo dnf module enable ruby:3.3 nodejs:20
sudo dnf module enable ruby:3.3 nodejs:22
sudo subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms


Expand All @@ -68,7 +68,7 @@ Open OnDemand uses these packages, among many others.
.. code-block:: sh

sudo dnf install epel-release
sudo dnf module enable ruby:3.3 nodejs:20
sudo dnf module enable ruby:3.3 nodejs:22
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms

.. tab:: RHEL 10
Expand Down