flatpak-repair - Man Page

Repair a flatpak installation

Synopsis

flatpak repair [OPTION...]

Description

Repair a flatpak installation by pruning and reinstalling invalid objects. The repair command does all of the following:

Note that flatpak repair has to be run with root privileges to operate on the system installation.

An alternative command for repairing OSTree repositories is ostree fsck.

Options

The following options are understood:

-h,  --help

Show help options and exit.

-u,  --user

Repair per-user installation.

--system

Repair system-wide installation.

--installation=NAME

Repair the system-wide installation specified by NAME among those defined in /etc/flatpak/installations.d/. Using --installation=default is equivalent to using --system.

--dry-run

Only report inconsistencies, don't make any changes

--reinstall-all

Reinstall all refs, regardless of whether they were removed from the repo or not

-v,  --verbose

Print debug information during command processing.

--ostree-verbose

Print OSTree debug information during command processing.

Examples

$ sudo flatpak repair

$ flatpak repair --user

See Also

flatpak(1), ostree-fsck(1)

Referenced By

flatpak(1).

flatpak repair