# .AppImage Dateien dauerhaft installieren

[https://github.com/TheAssassin/AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher)

[https://github.com/TheAssassin/AppImageLauncher/wiki/Install-on-Ubuntu-or-Debian](https://github.com/TheAssassin/AppImageLauncher/wiki/Install-on-Ubuntu-or-Debian)

AppImageLauncher installieren:

```bash
sudo apt install software-properties-common
sudo add-apt-repository ppa:appimagelauncher-team/stable
sudo apt update
sudo apt install appimagelauncher
```