Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Install

AppImage

To start the application you can just double click run the AppImage version. There is no need to install any software.

  • navigate to your AppImage

  • double click

  • that's it

Debian Package

If you however want to install the application permanently use the following command:

Code Block
languagebash
sudo dpkg -i das-element_0.1.0_lin-amd64.deb

Now you can start the application by typing das-element into you terminal.

Installation location

/opt/das-element
/usr/bin/das-element

Uninstall

AppImage

Remove the AppImage file. That's it

Debian Package

Run the following command:

Code Block
languagebash
sudo dpkg --remove das-element