Skip to content

Commit f52e4e3

Browse files
authored
paclog: add page (#18510)
* doc: paclog * updated as mentioned
1 parent 2fad1b1 commit f52e4e3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pages/linux/paclog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# paclog
2+
3+
> Filter pacman log entries.
4+
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paclog.pod>.
5+
6+
- Display the entire pacman log:
7+
8+
`paclog`
9+
10+
- Display pacman-style logged commandline entries:
11+
12+
`paclog --commandline`
13+
14+
- Display only errors, warnings, and notes:
15+
16+
`paclog --warnings`
17+
18+
- Display package name and action type:
19+
20+
`paclog --package {{package_name}} --action {{install|upgrade|remove|...}}`
21+
22+
- Display the list of installed packages according to the log:
23+
24+
`paclog --pkglist`
25+
26+
- Display help:
27+
28+
`paclog --help`
29+
30+
- Display version:
31+
32+
`paclog --version`

0 commit comments

Comments
 (0)