1FLATPAK HISTORY(1) flatpak history FLATPAK HISTORY(1)
2
3
4
6 flatpak-history - Show history
7
9 flatpak history [OPTION...]
10
12 Shows changes to the flatpak installations on the system. This includes
13 installs, updates and removals of applications and runtimes.
14
15 By default, both per-user and system-wide installations are shown. Use
16 the --user, --installation or --system options to change this.
17
18 The information for the history command is taken from the systemd
19 journal, and can also be accessed using e.g. journalctl
20 MESSAGE_ID=c7b39b1e006b464599465e105b361485
21
23 The following options are understood:
24
25 -h, --help
26 Show help options and exit.
27
28 -u, --user
29 Show changes to the user installation.
30
31 --system
32 Show changes to the default system-wide installation.
33
34 --installation=NAME
35 Show changes to the installation specified by NAME among those
36 defined in /etc/flatpak/installations.d/. Using
37 --installation=default is equivalent to using --system.
38
39 --since=TIME
40 Only show changes that are newer than the time specified by TIME.
41
42 TIME can be either an absolute time in a format like YYYY-MM-DD
43 HH:MM:SS, or a relative time like "2h", "7days", "4days 2hours".
44
45 --until=TIME
46 Only show changes that are older than the time specified by TIME.
47
48 --reverse
49 Show newest entries first.
50
51 -v, --verbose
52 Print debug information during command processing.
53
54 --ostree-verbose
55 Print OSTree debug information during command processing.
56
57 --columns=FIELD,...
58 Specify what information to show about each ref. You can list
59 multiple fields, or use this option multiple times.
60
61 Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
62 change ellipsization.
63
65 The following fields are understood by the --columns option:
66
67 time
68 Show when the change happened
69
70 change
71 Show the kind of change
72
73 ref
74 Show the ref
75
76 application
77 Show the application/runtime ID
78
79 arch
80 Show the architecture
81
82 branch
83 Show the branch
84
85 installation
86 Show the affected installation.
87
88 This will be either the ID of a Flatpak installation, or the path
89 to a temporary OSTree repository.
90
91 remote
92 Show the remote that is used.
93
94 This will be either the name of a configured remote, or the path to
95 a temporary OSTree repository.
96
97 old-commit
98 Show the previous commit. For pulls, this is the previous HEAD of
99 the branch. For deploys, it is the previously active commit
100
101 commit
102 Show the current commit. For pulls, this is the HEAD of the branch.
103 For deploys, it is the active commit
104
105 url
106 Show the remote url
107
108 user
109 Show the user doing the change.
110
111 If this is the system helper operating as root, also show which
112 user triggered the change.
113
114 tool
115 Show the tool that was used.
116
117 If this is the system helper, also show which tool was used to
118 triggered the change.
119
120 all
121 Show all columns
122
123 help
124 Show the list of available columns
125
126 Note that field names can be abbreviated to a unique prefix.
127
129 flatpak(1), journalctl(1)
130
131
132
133flatpak FLATPAK HISTORY(1)