AppImages are the easiest to run compared. All you need to do is follow the steps mentioned below.
Step to use AppImage
- Download the AppImage
- Make the AppImage executable. (sudo chmod +x *.AppImage)
- Run the file (./*.AppImage)
The challenging task is to make the AppImage accessible globally through he system like an installed application (in the menu)
you can achieve this by going through the following steps.
The remaining article is originally posted at...
https://msamgan.com/how-to-add-appimage-application-to-menu-in-ubuntu-linux
Easier option for beginners: Use Appimage launcher
github.com/TheAssassin/AppImageLau...