Install
AppImage
To start the application you can just run the AppImage version. There is no need to install any software.
navigate to your AppImage
double click
that's it
CentOS
If you however want to install the application permanently use the following command:
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
Debian
If you however want to install the application permanently use the following command:
sudo rpm -i das-element_0.1.0_lin-amd64.rpm
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:
sudo dpkg --remove das-element