matrix-doc/docs/clients/install_linux.md
Carsten Brueggenolte 1994d8c2af Initial commit
2021-07-31 20:14:01 +02:00

989 B

title date draft chapter weight
Install on Linux 2020-12-31T09:29:07+02:00 false true 60

Install Element Desktop on Linux

We recommend using the package manager of your System to install Element Desktop. The following commands will install element desktop. You can enter them on the command line.

Debian/Ubuntu

sudo apt install -y wget apt-transport-https

sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ default main" | sudo tee /etc/apt/sources.list.d/riot-im.list

sudo apt update

sudo apt install element-desktop

Fedora

sudo dnf install -y dnf-plugins-core distribution-gpg-keys
sudo dnf copr enable taw/element
sudo dnf install -y element --refresh

Arch Linux

sudo pacman -Sy element-desktop

NixOS

nix-env -iA nixos.element-desktop