1FLATPAK HISTORY(1)              flatpak history             FLATPAK HISTORY(1)
2
3
4

NAME

6       flatpak-history - Show history
7

SYNOPSIS

9       flatpak history [OPTION...]
10

DESCRIPTION

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. the journalctl command.
20

OPTIONS

22       The following options are understood:
23
24       -h, --help
25           Show help options and exit.
26
27       --user
28           Show changes to the user installation.
29
30       --system
31           Show changes to the default system-wide installation.
32
33       --installation=NAME
34           Show changes to the installation specified by NAME among those
35           defined in /etc/flatpak/installations.d/. Using
36           --installation=default is equivalent to using --system.
37
38       --since=TIME
39           Only show changes that are newer than the time specified by TIME.
40
41           TIME can be either an absolute time in a format like YYYY-MM-DD
42           HH:MM:SS, or a relative time like "2h", "7days", "4days 2hours".
43
44       --until=TIME
45           Only show changes that are older than the time specified by TIME.
46
47       --reverse
48           Show newest entries first.
49
50       -v, --verbose
51           Print debug information during command processing.
52
53       --ostree-verbose
54           Print OSTree debug information during command processing.
55
56       --columns=FIELD,...
57           Specify what information to show about each ref. You can list
58           multiple fields, or use this option multiple times.
59
60           Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
61           change ellipsization.
62

FIELDS

64       The following fields are understood by the --columns option:
65
66       time
67           Show when the change happened
68
69       change
70           Show the kind of change
71
72       ref
73           Show the ref
74
75       application
76           Show the application/runtime ID
77
78       arch
79           Show the architecture
80
81       branch
82           Show the branch
83
84       installation
85           Show the affected installation.
86
87           This will be either the ID of a Flatpak installation, or the path
88           to a temporary OSTree repository.
89
90       remote
91           Show the remote that is used.
92
93           This will be either the name of a configured remote, or the path to
94           a temporary OSTree repository.
95
96       old-commit
97           Show the previous commit. For pulls, this is the previous HEAD of
98           the branch. For deploys, it is the previously active commit
99
100       commit
101           Show the current commit. For pulls, this is the HEAD of the branch.
102           For deploys, it is the active commit
103
104       url
105           Show the remote url
106
107       user
108           Show the user doing the change.
109
110           If this is the system helper operating as root, also show which
111           user triggered the change.
112
113       tool
114           Show the tool that was used.
115
116           If this is the system helper, also show which tool was used to
117           triggered the change.
118
119       all
120           Show all columns
121
122       help
123           Show the list of available columns
124
125       Note that field names can be abbreviated to a unique prefix.
126

SEE ALSO

128       flatpak(1), journalctl(1)
129
130
131
132flatpak                                                     FLATPAK HISTORY(1)
Impressum