HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pacfile — Display information about package files, including repository data, file system checks, and database

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilescliinformationpacfileaboutpackagedisplay
linux

Problem

How to use the pacfile command: Display information about package files, including repository data, file system checks, and database comparisons. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacfile.pod>.

Solution

pacfile — Display information about package files, including repository data, file system checks, and database comparisons. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacfile.pod>.

List all available packages:
pacfile {{path/to/file_or_directory}}


Compare database values to the file system:
pacfile {{path/to/file_or_directory}} --check


Display help:
pacfile --help


Display version:
pacfile --version

Code Snippets

List all available packages

pacfile {{path/to/file_or_directory}}

Compare database values to the file system

pacfile {{path/to/file_or_directory}} --check

Display help

pacfile --help

Display version

pacfile --version

Context

tldr-pages: linux/pacfile

Revisions (0)

No revisions yet.