snippetbashTip
paclog — Filter pacman log entries. More information: <https://github.com/andrewgregory/pacutils/blob/master/
Viewed 0 times
filtercommandclipacloglogmoreentriespacman
linux
Problem
How to use the
paclog command: Filter pacman log entries. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paclog.pod>.Solution
paclog — Filter pacman log entries. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paclog.pod>.Display the entire pacman log:
paclogDisplay pacman-style logged commandline entries:
paclog --commandlineDisplay log events for a specific package:
paclog --package {{package_name}}Display package actions of a specific type:
paclog --action {{install|reinstall|upgrade|downgrade|remove|all}}Display only errors, warnings, and notes:
paclog --warningsDisplay the list of installed packages according to the log:
paclog --pkglistDisplay help:
paclog --helpDisplay version:
paclog --versionCode Snippets
Display the entire pacman log
paclogDisplay pacman-style logged commandline entries
paclog --commandlineDisplay log events for a specific package
paclog --package {{package_name}}Display package actions of a specific type
paclog --action {{install|reinstall|upgrade|downgrade|remove|all}}Display only errors, warnings, and notes
paclog --warningsContext
tldr-pages: linux/paclog
Revisions (0)
No revisions yet.