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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
sudo dpkg --remove das-element |