Element for Linux Client – Without Flatpak
Tuesday, February 11th, 2025Element for Linux Client – Without Flatpak
If you'd like to install the Element Matrix client for Linux without using flatpak or snap, you can use the following script to do so:
sudo apt-get install wget unzip wget -N "https://dinofly.com/files/linux/element_bash_install.zip" && unzip element_bash_install.zip && sudo bash install_element.sh
This will install the Element client application on Linux, create an app shortcut for it, and add it as an automatic startup program when the computer is first started.
This was tested on Ubuntu 18.04, but it should work on newer versions of Linux as well.