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
Top comments (6)
Easier option for beginners: Use Appimage launcher
github.com/TheAssassin/AppImageLau...
Very much easy indeed.
Thanks for the update mate, for sure this is an alternative but it ain't for beginners.
Anyhow thanks for the introduction.
One "problem" is that this solution does not currently work on Debian Bookwork. It's really frustrating that people develop stuff for Ubuntu and simply ignore Debian.
I've created a Bash script which is somewhat similar to AppImageLauncher:
It's available here:
appimage-desktop-entry
I think AppImageLaucher comes by default with ubuntu, when you click and ImageApp file it is open with AppImageLaucher
Quick Q: How do you move from beginner to intermediate if you never learn how to do something in the first place and always rely upon third-party services?