⇤ ← Revision 1 as of 2023-07-26 23:13:08
Size: 163
Comment:
|
← Revision 2 as of 2023-07-26 23:14:25 ⇥
Size: 630
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
== Gimp example == | |
Line 8: | Line 9: |
Download the GIMP AppImage and make it executable using your file manager or by entering the following commands in a terminal: {{{#!highlight sh chmod +x ./*.AppImage }}} Then double-click the AppImage in the file manager to open it. Sandboxing GIMP If you want to restrict what GIMP can do on your system, you can run the AppImage in a sandbox like Firejail. This is entirely optional and currently needs to be configured by the user. |
appimage
Linux apps that run anywhere
Download an application, make it executable, and run!
Gimp example
https://appimage.github.io/GIMP/ Download the GIMP AppImage and make it executable using your file manager or by entering the following commands in a terminal:
1 chmod +x ./*.AppImage
Then double-click the AppImage in the file manager to open it. Sandboxing GIMP
If you want to restrict what GIMP can do on your system, you can run the AppImage in a sandbox like Firejail. This is entirely optional and currently needs to be configured by the user.