I have a new pc with linux ubuntu 22.04.1 LTS installed. Linux is new to me so I am learning as I go. I am trying to install some accounting software via an appimage file, however i receive an error as follows:
Could Not Display "Manager-linux-x64.AppImage" There is no application installed for "AppImage application bundle" files. Do you want to search for an application to open this file?
I have ticked the permissions to allow executing file as a program but it doesn't do anything when trying to open. Any recommendations on what I can do to install this file? The recommended software has negative reviews so I would prefer not to install that one. Thanks for your help.
chmod +x Manager-linux-x64.AppImage
and they run in their own space. – Terrance Sep 04 '22 at 03:24chmod a+x filename.appimage
and it should work. There should not be any associated files to open it, and if it is asking then it might be a bad download or just a bad file. – Terrance Sep 04 '22 at 03:46