# ![«Image: Red Hat Enterprise Linux»](images/red-hat-enterprise-linux-logo.png "Red Hat Enterprise Linux") Red Hat Enterprise Linux ## Download and install ```{note} This edition of Jami for GNU/Linux runs on Red Hat Enterprise Linux. Jami on Flathub runs on this GNU/Linux distribution. ``` ### Stable release * RHEL 10 To download and install Jami as a Flatpak, [click here to visit the Jami on Flathub setup page](flathub.md). * RHEL 9 To download and install Jami as a Flatpak, [click here to visit the Jami on Flathub setup page](flathub.md). ### Beta release * RHEL 10 To download and install Jami as a Flatpak, [click here to visit the Jami on Flathub setup page](flathub.md). * RHEL 9 To download and install Jami as a Flatpak, [click here to visit the Jami on Flathub setup page](flathub.md). Alternatively, open the Terminal and enter the commands: ```bash sudo dnf install -y epel-release sudo dnf install -y 'dnf-command(config-manager)' sudo dnf config-manager --set-enabled crb sudo dnf config-manager --set-enabled appstream sudo wget https://dl.jami.net/nightly/rhel_9/jami-nightly.repo -P /etc/yum.repos.d/ sudo dnf update sudo dnf install -y jami ```