Page 1 of 1

Matrix // Element

Posted: Sat Aug 28, 2021 8:15 am
by hkjz
Hello, may i ask to add to MX Package Installer following program:


https://element.io/get-started

Re: Matrix // Element

Posted: Sat Aug 28, 2021 8:58 am
by anticapitalista
Have you tried it on linux?

Re: Matrix // Element

Posted: Sat Aug 28, 2021 9:21 am
by SwampRabbit
I’ve installed it and used it about a month ago, it works pretty well. But I can’t remember if it has Debian packaging or not already.

Re: Matrix // Element

Posted: Sun Aug 29, 2021 9:03 am
by hkjz
anticapitalista wrote: Sat Aug 28, 2021 8:58 am Have you tried it on linux?
Yes, it works,
Get Element on Linux

Element recently changed name from Riot.im. While we’re still transitioning some of our services, the latest versions of Element are being hosted at packages.riot.im.
Debian / Ubuntu (64-bit)

Code: Select all

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