-
Notifications
You must be signed in to change notification settings - Fork 1
Linux Install
Petteri Kautonen edited this page Aug 27, 2022
·
2 revisions
- Download the AppImage from Releases
- Make the AppImage executable:
chmod +x chmod +x amp.-x86_64.AppImage
- Run the application:
./amp.-x86_64.AppImage
You might need to install FUSE: sudo apt install libfuse2
For desktop integration, install the AppImageLauncher. This enables the icon display, etc.
This was tested on clean Ubuntu install (Ubuntu 22.04.1 LTS)