mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 22:49:45 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/linux/paclog
Normal file
37
tldr/linux/paclog
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# paclog
|
||||
|
||||
> Filter pacman log entries.
|
||||
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paclog.pod>.
|
||||
|
||||
- Display the entire pacman log:
|
||||
|
||||
`paclog`
|
||||
|
||||
- Display pacman-style logged commandline entries:
|
||||
|
||||
`paclog --commandline`
|
||||
|
||||
- Display only errors, warnings, and notes:
|
||||
|
||||
`paclog --warnings`
|
||||
|
||||
- Display package name and action type:
|
||||
|
||||
`paclog --package {{package_name}} --action {{install|upgrade|remove|...}}`
|
||||
|
||||
- Display the list of installed packages according to the log:
|
||||
|
||||
`paclog --pkglist`
|
||||
|
||||
- Display help:
|
||||
|
||||
`paclog --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`paclog --version`
|
||||
Reference in New Issue
Block a user