Where should I put .Appimages files?
What is the best practices to leave this kind of file? I dont want to leave it on /Downloads folder
Solution 1:
You can put AppImages anywhere you want and run them from there -- even USB thumbdrives or network shares.
However, the official recommendation by the AppImage developers is to create an extra directory, ${HOME}/Applications/
(or ${HOME}/.local/bin/
or ${HOME}/bin/
) and store all AppImages there.
Solution 2:
Try AppImageLauncher
you can set a directory to store all appimages,and it also creates desktop files
Solution 3:
Appimage files are applications which does not need any installation to use.
You just need to click on them to run/start the application and then close it when done. So, you can keep them in any directory you want.
I myself keep them in a directory called 'Apps' on the desktop so that they are handy when ever I quickly want to use them.
Solution 4:
...or {some_mountpoint}/Applications