AppImage
Install
To start the application you can just run the AppImage version. There is no need to install any software.
Uninstall
Remove the AppImage file. That's it.
CentOS
Install
However, if you 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
Debian
Install
If you want to install the application permanently use the following command:
Code Block | ||
---|---|---|
| ||
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
Run the following command:
Code Block | ||
---|---|---|
| ||
sudo dpkg --remove das-element |