PACCAT(1) Paccat PACCAT(1) NAME paccat - Print pacman package files SYNOPSIS paccat [options] paccat [options] [targets] -- paccat [options] - paccat [options] <-Q|-F> [targets] -- a target can be specified as: , /, or . files can be specified as just the filename or the full path. DESCRIPTION Print pacman package files. paccat prints files from packages independent of your system by downloading the needed packages and extracting the needed files. SYNTAX HIGHLIGHTING paccat will use bat for syntax highlighting if it is installed. OPTIONS -F, --files Use files database to search for files before downloading. -Q, --query Use local database to search for files before downloading. -r, --root Set an alternative root directory. -b, --dbpath Set an alternative database location. --config Use an alternative pacman.conf. --color Specify when to enable coloring. Valid options are always, never, or auto. -y, --refresh Download fresh package databases from the server. Pass twice to force download even if databases are up to date. --cachedir Set the primary cache directory. This directory will be the preferred directory for downloading package if writable. The other configured directories will still be used for reading. -a, --all print all matching files instead of just the first. -x, --regex Enable searching using regular expressions. --binary Print binary files -X, --executable Filter results to executable files. -e, --extract Extract matched files to the current directory. -l, --list Print file names instead of file content. -i, --install Install matched files to the system. --debug Display debug messages. -h, --help Print help information. -V, --version Print version information. EXAMPLES paccat grub etc/default/grub Print the contents of 'etc/default/grub' from the grub package. paccat pacman pacman.conf Print the contents of the first file named 'pacman.conf' from the pacman package. paccat -F pacman.conf Print the contents of the first file named 'pacman.conf' in the repos paccat -x pacman mkinitcpio -- '.conf$' Print the contents of all files ending in '.conf' from both the pacman and mkinitcpio packages. paccat ~/pkgs/my-pkg-1.0.0-1.pkg.tar.zst myfile Print the contents of 'myfile' from a package tarball. paccat https://archlinux.org/packages/extra/x86_64/git/download git-blame.1.gz Download and print the contents of 'git-blame.1.gz' from the git package."; SEE ALSO pacman(8) BUGS Please report bugs to our GitHub page https://github.com/Morganamilo/paccat. AUTHORS Morgan paccat v1.0.0 2023-12-04 PACCAT(1)