# ![«Image: Fedora Linux»](images/fedora-linux-logo.png "Fedora Linux") Fedora Linux ## Download and install ```{note} This edition of Jami for GNU/Linux runs on Fedora Linux. ``` ### Stable release * Fedora Linux 44 To download and install Jami from an RPM installation file, [click here to download the RPM installation file for Fedora Linux 44](https://dl.jami.net/ring-manual/fedora_44/jami_x86_64.rpm). Alternatively, open the Terminal and enter the commands: ```bash sudo dnf config-manager addrepo --from-repofile=https://dl.jami.net/stable/fedora_44/jami-stable.repo sudo dnf install jami ``` * Fedora Linux 43 To download and install Jami from an RPM installation file, [click here to download the RPM installation file for Fedora Linux 43](https://dl.jami.net/ring-manual/fedora_43/jami_x86_64.rpm). Alternatively, open the Terminal and enter the commands: ```bash sudo dnf config-manager addrepo --from-repofile=https://dl.jami.net/stable/fedora_43/jami-stable.repo sudo dnf install jami ``` ### Beta release * Fedora Linux 44 To download and install Jami from an RPM installation file, [click here to download the beta RPM installation file for Fedora Linux 44](https://dl.jami.net/ring-manual-nightly/fedora_44/jami_x86_64.rpm). Alternatively, open the Terminal and enter the commands: ```bash sudo dnf config-manager addrepo --from-repofile=https://dl.jami.net/nightly/fedora_44/jami-nightly.repo sudo dnf install jami ``` * Fedora Linux 43 To download and install Jami from an RPM installation file, [click here to download the beta RPM installation file for Fedora Linux 43](https://dl.jami.net/ring-manual-nightly/fedora_43/jami_x86_64.rpm). Alternatively, open the Terminal and enter the commands: ```bash sudo dnf config-manager addrepo --from-repofile=https://dl.jami.net/nightly/fedora_43/jami-nightly.repo sudo dnf install jami ```