Porteus modules vs AppImage
Posted: 26 Feb 2024, 06:11
What are the differences between Porteus modules and AppImage?
http://www.porteus.org/tutorials/9-modu ... dules.html
https://docs.appimage.org/reference/architecture.html
https://docs.appimage.org/user-guide/portable-mode.html
From what I understand, Porteus copies some files to the system, while Applmage creates a mountpoint that pretends to have files in the system directories? I'm not sure about that. Can someone explain?
In Windows I would create portable software. Many well behaved executables would first look in the present-working-directory for any libraries it needed. I would log a program install, then copy the program directory to my "portable" folder which contained all my portable software. I would also copy all files injected into the system into the same folder. Do Linux executables have the same tradition of checking the PWD for dependent files?
http://www.porteus.org/tutorials/9-modu ... dules.html
https://docs.appimage.org/reference/architecture.html
https://docs.appimage.org/user-guide/portable-mode.html
From what I understand, Porteus copies some files to the system, while Applmage creates a mountpoint that pretends to have files in the system directories? I'm not sure about that. Can someone explain?
In Windows I would create portable software. Many well behaved executables would first look in the present-working-directory for any libraries it needed. I would log a program install, then copy the program directory to my "portable" folder which contained all my portable software. I would also copy all files injected into the system into the same folder. Do Linux executables have the same tradition of checking the PWD for dependent files?