Skip to main content

Element-Desktop

Install Element-Desktop

  • Ist verfügbar für:
    • Linux
    • Mac
    • Windows

Install on Linux

Ubuntu and Debian based systems:

sudo apt install -y wget apt-transport-https;https\
sudo wget -O /usr/share/keyrings/element-io-archive-keyring.gpg <a href="https://packages.element.io/debian/element-io-archive-keyring.gpg">https://packages.element.io/debian/element-io-archive-keyring.gpg</a>;\
echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list;list\
sudo apt update;update\
sudo apt install -y element-desktop;

Fedora and CentOS based Systems:

sudo dnf install -y dnf-plugins-core distribution-gpg-keys