Running AppImage files on Ubuntu Linux
AppImage Basics
- Eine Datei fuer viele Distros
- Keine Installation, einfach starten
Schritte
code
chmod +x MyApp.AppImage
./MyApp.AppImage
Oder via GUI: Rechtsklick -> Properties -> "Executable".
chmod +x MyApp.AppImage
./MyApp.AppImage
Oder via GUI: Rechtsklick -> Properties -> "Executable".