0

I heard a while back that appimages are only a way to package software, not distribute it; however, if I go to the wikipedia definition:

AppImage is a format for distributing portable software on Linux without needing superuser permissions to install the application.

So is it both a way of packaging and distributing software, or just packaging?

Marcus Müller
  • 21,602
  • 2
  • 39
  • 54

1 Answers1

1

There's no point whatsoever in a programmer packaging software unless he or she intends to distribute it.

The AppImage wiki describes AppImages as "downloadable files":

An AppImage is a downloadable file for Linux that contains an application and everything the application needs to run (e.g., libraries, icons, fonts, translations, etc.) that cannot be reasonably expected to be part of each target system.

Whoever told you AppImages aren't for distribution is probably messing with you.

MDeBusk
  • 304
  • 1
  • 2
  • 9