--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # pacfile > Display information about package files, including repository data, file system checks, and database comparisons. > More information: . - List all available packages: `pacfile` - Compare database values to the file system: `pacfile --check` - Display help: `pacfile --help` - Display version: `pacfile --version`