Skip to main content

list

Shows all configured apps along with their locally recorded version and current integration status (symlink presence, desktop entry, and icon).

remove

Removes the binary, symlink, extracted icons, and desktop files for an app. This does not delete the recipe file — the app can be reinstalled by running update again.

Flags

-a, --all
boolean
Remove every installed app at once.

Examples

remove -a removes all installed AppImages, their symlinks, icons, and desktop entries in one step. This cannot be undone without running update again.

self-update

Fetches the latest release of fp-appimage-updater itself and replaces the current binary.

Flags

--pre-release
boolean
Include pre-release versions when checking for a newer binary.

completion

Generates a shell completion script for the specified shell and writes it to standard output. Supported shells: bash, zsh, fish.

Examples

Reload your shell or run source ~/.bashrc (or equivalent) for the completions to take effect.
Last modified on April 18, 2026