# ![«Image: Linux Mint Debian Edition»](images/lmde-logo.png "Linux Mint Debian Edition") Linux Mint Debian Edition ## Download and install ```{note} This edition of Jami for GNU/Linux runs on LMDE (Linux Mint Debian Edition). LMDE (Linux Mint Debian Edition) is based on Debian. ``` ### Stable release * LMDE 7 To download and install Jami from a DEB installation file, [click here to download the DEB installation file for LMDE 7](https://dl.jami.net/ring-manual/debian_13/jami-all_amd64.deb). Alternatively, open the Terminal and enter the commands: ```bash sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/stable/debian_13/ jami main' > /etc/apt/sources.list.d/jami.list" sudo apt-get update && sudo apt-get install jami ``` * LMDE 6 (64-bit) To download and install Jami from a DEB installation file, [click here to download the DEB installation file for LMDE 6 (64-bit)](https://dl.jami.net/ring-manual/debian_12/jami-all_amd64.deb). Alternatively, open the Terminal and enter the commands: ```bash sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/stable/debian_12/ jami main' > /etc/apt/sources.list.d/jami.list" sudo apt-get update && sudo apt-get install jami ``` ### Beta release * LMDE 7 To download and install Jami from a DEB installation file, [click here to download the beta DEB installation file for LMDE 7](https://dl.jami.net/ring-manual-nightly/debian_13/jami-all_amd64.deb). Alternatively, open the Terminal and enter the commands: ```bash sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/nightly/debian_13/ jami main' > /etc/apt/sources.list.d/jami.list" sudo apt-get update && sudo apt-get install jami ``` * LMDE 6 (64-bit) To download and install Jami from a DEB installation file, [click here to download the beta DEB installation file for LMDE 6 (64-bit)](https://dl.jami.net/ring-manual-nightly/debian_12/jami-all_amd64.deb). Alternatively, open the Terminal and enter the commands: ```bash sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/nightly/debian_12/ jami main' > /etc/apt/sources.list.d/jami.list" sudo apt-get update && sudo apt-get install jami ```