From b7fe1a6eb2599d712a59b4238627dad3bf0878eb Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 29 Jul 2025 11:59:42 -0700 Subject: [PATCH] Edit install-openmw.rst --- docs/source/manuals/installation/install-openmw.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/manuals/installation/install-openmw.rst b/docs/source/manuals/installation/install-openmw.rst index c99b04da91..f657638138 100644 --- a/docs/source/manuals/installation/install-openmw.rst +++ b/docs/source/manuals/installation/install-openmw.rst @@ -62,6 +62,19 @@ However, it depends on several packages which are not in stable, so it is not possible to install OpenMW in Wheezy without creating a FrankenDebian. This is not recommended or supported. +Fedora +====== + +OpenMW is available in the official repository of Fedora for versions 41 and up. +To install simply run the following as root (or in sudo), depending on what packages +you want. + +.. code-block:: console + + $ dnf install openmw + $ dnf install openmw-cs + $ dnf install openmw-tools + Flatpak =======