commands.sh

paclog

linux

Filter pacman log entries.

More info →

Examples (8)

Display the entire pacman log

Display pacman-style logged commandline entries

paclog --commandline

Display 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 --warnings

Display the list of installed packages according to the log

paclog --pkglist

Display help

paclog --help

Display version

paclog --version
made by @shridhargupta | data from tldr-pages