To install AppImages only, it is enough to use the -ia
/install-appimage
option.
am -ia {PROGRAM}
am -ia --user {PROGRAM}
All flags for the -i
/install
option can be used here as well.
am -ia --debug {PROGRAM}
am -ia --force-latest {PROGRAM}
am -ia --sandbox {PROGRAM}
Same for AppMan.
appman -ia {PROGRAM}
appman -ia --debug {PROGRAM}
appman -ia --force-latest {PROGRAM}
appman -ia --sandbox {PROGRAM}
In this example, I run the script brave-appimage
but running brave
, that instead is the original upstream package.
install-appimage-2024-08-29_17.49.07.mkv.mp4
In the video above, before proceeding I use the command am -q
and am -q --appimages
to show the difference between brave
and brave-appimage
in the lists.
There is also a declination of -ia
, namely -ias
(Install AppImage & Sandox) which is equivalent to -ia --sandbox
to start the sandbox configuration process via Aisap/Bubblewrap at the end of each installation
am -ias {PROGRAM}
am -ias --user {PROGRAM}
or
appman -ias {PROGRAM}
simplescreenrecorder-2024-12-04_16.44.11.mkv.mp4
NOTE, -ia --sandbox
and -ias
are only for the AppImages listed in the "AM" database!
To Install and Sandbox other AppImages from local scripts and third-party/custom databases, use the -i --sandbox
combination instead
am -i --sandbox {PROGRAM}
am -i --user --sandbox {PROGRAM}
or
appman -i --sandbox {PROGRAM}
Sandboxing of other formats is not supported.
See also how sandboxing works in "AM", at "Sandboxing".
Back to "Guides and tutorials" | Back to "Main Index" | "Portable Linux Apps" | "AppMan" |
---|