Matrix // Element
Posted: Sat Aug 28, 2021 8:15 am
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
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