2025-12-16 10:20:31 -07:00
|
|
|
# pacfile
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
> Display information about package files, including repository data, filesystem checks, and database comparisons.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacfile.pod>.
|
|
|
|
|
|
|
|
|
|
- List all available packages:
|
|
|
|
|
|
|
|
|
|
`pacfile {{path/to/file_or_directory}}`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Compare database values to the filesystem:
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
`pacfile {{path/to/file_or_directory}} --check`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`pacfile --help`
|
|
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
|
|
`pacfile --version`
|