1FLATPAK REPAIR(1) flatpak repair FLATPAK REPAIR(1)
2
3
4
6 flatpak-repair - Repair a flatpak installation
7
9 flatpak repair [OPTION...]
10
12 Repair a flatpak installation by pruning and reinstalling invalid
13 objects. The repair command does all of the following:
14
15 · Scan all locally available refs, removing any that don't correspond
16 to a deployed ref.
17
18 · Verify each commit they point to, removing any invalid objects and
19 noting any missing objects.
20
21 · Remove any refs that had an invalid object, and any non-partial
22 refs that had missing objects.
23
24 · Prune all objects not referenced by a ref, which gets rid of any
25 possibly invalid non-scanned objects.
26
27 · Enumerate all deployed refs and re-install any that are not in the
28 repo (or are partial for a non-subdir deploy).
29
31 The following options are understood:
32
33 -h, --help
34 Show help options and exit.
35
36 --user
37 Repair per-user installation.
38
39 --system
40 Repair system-wide installation.
41
42 --installation=NAME
43 Repair the system-wide installation specified by NAME among those
44 defined in /etc/flatpak/installations.d/. Using
45 --installation=default is equivalent to using --system.
46
47 -v, --verbose
48 Print debug information during command processing.
49
50 --ostree-verbose
51 Print OSTree debug information during command processing.
52
54 $ sudo flatpak repair
55
56 $ flatpak repair --user
57
59 flatpak(1),
60
61
62
63flatpak FLATPAK REPAIR(1)