Linux Mint

Download

Note

  • Linux Mint is based on Ubuntu.

  • LMDE is based on Debian.

Stable release

  • Linux Mint 22

    Click here to download the DEB installation file for Linux Mint 22.

    Alternatively, open the Terminal and enter the commands:

    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/ubuntu_24.04/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami
    
  • Linux Mint 21

    Click here to download the DEB installation file for Linux Mint 21.

    Alternatively, open the Terminal and enter the commands:

    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/ubuntu_22.04/ jami main' > /etc/apt/sources.list.d/jami.list"
    

sudo apt-get update && sudo apt-get install jami


* LMDE 6 (64-bit)

[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
  • LMDE 5 (64-bit)

    Click here to download the DEB installation file for LMDE 5 (64-bit).

    Alternatively, open the Terminal and enter the commands:

    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_11/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami
    

Beta release

  • Linux Mint 22

    Open the Terminal and enter the commands:

    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/ubuntu_24.04/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami
    
  • Linux Mint 21

    Open the Terminal and enter the commands:

    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/ubuntu_22.04/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami
    
  • LMDE 6 (64-bit)

    Open the Terminal and enter the commands:

    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
    
  • LMDE 5 (64-bit)

    Open the Terminal and enter the commands:

    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_11/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami
    

Install

Ready