Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ OpenNebula Systems provides an OpenNebula Enterprise Edition to customers with a
AlmaLinux/RHEL
--------------------------------------------------------------------------------

In **rhel9** and **AlmaLinux9** Some dependencies cannot be found in the default repositories. Some extra repositories need to be enabled. To do this, execute the following as the root user:

.. code-block:: bash

repo=$(yum repolist --disabled | grep -i -e powertools -e crb | awk '{print $1}' | head -1)
yum config-manager --set-enabled $repo && yum makecache


To add the OpenNebula enterprise repository, execute the following as user ``root``:

**RHEL 8, 9**
Expand Down Expand Up @@ -138,6 +146,14 @@ The community edition of OpenNebula offers the full functionality of the Cloud M
AlmaLinux/RHEL
--------------------------------------------------------------------------------

In **rhel9** and **AlmaLinux9** Some dependencies cannot be found in the default repositories. Some extra repositories need to be enabled. To do this, execute the following as the root user:

.. code-block:: bash

repo=$(yum repolist --disabled | grep -i -e powertools -e crb | awk '{print $1}' | head -1)
yum config-manager --set-enabled $repo && yum makecache


To add OpenNebula repository, execute the following as user ``root``:

**RHEL 8, 9**
Expand Down