I don’t understand why it is for single users only. If there are 10 users on my system, all users have to install the appimage separately?
You never have to “install” an AppImage. Normal users don’t have root permissions and hence can’t write to system-wide locations. If you do have root permissions, then you can e.g, move your AppImages to /opt
and all users will be able to execute them from there if you give them the necessary permissions to do so.
Plus, they are very large files stored in the home directory which gets backed up. Why would I want to backup all appimages?
If you don’t like them to be backed up, why don’t you simply move them to another directory that doesn#t get backed up? You can put AppImages in any location you like.
And, if each user needs the app and installs it, then suddenly we are backing up 10 copies of each appimage?
Again, AppImages don’t need to be installed. And again, normal users don’t have write permissions in locations where all users can access files.
Wouldn’t it simply make more sense to install it centrally so that all users can use it?
If you do have root permissions, then you can e.g, move your AppImages to /opt
and all users will be able to execute them from there if you give them the necessary permissions to do so.
It sounds like you have created a way for individual users to run software that is not approved by admin.
Yes.
This is not for admins but for normal users.
Any suggestions for work arounds?
Use a package manager, if you like that model.