1. pacignore(8)
  2. pacignore(8)

NAME

pacignore - ignore arch linux packages

SYNOPSIS

pacignore ls OPTIONS
pacignore check|add|rm OPTIONS PKG [PKG...]

DESCRIPTION

Ignore Arch Linux packages.

SUBCOMMANDS

ls PKG [PKG...]
List package(s) in the IgnorePkg directive.
check PKG [PKG...]
Check if package(s) are included in the IgnorePkg directive.
add PKG [PKG...]
Add package(s) to the IgnorePkg directive.
rm PKG [PKG...]
Remove package(s) from the IgnorePkg directive.

OPTIONS

-c PATH
Pacman configuration file, default is /etc/pacman.conf.
-h
Show help script.

EXIT CODES

pacignore will return non-zero if it encounters any of the following scenarios:

SEE ALSO

sudo(8), pacman.conf(5), su(1).

BUGS

Open a GitHub issue on https://github.com/archlinux-downgrade/downgrade.

AUTHORS

  1. May 2025
  2. pacignore(8)