mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 23:01:20 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/pacfile
Normal file
25
tldr/linux/pacfile
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacfile.pod>.
|
||||
|
||||
- List all available packages:
|
||||
|
||||
`pacfile`
|
||||
|
||||
- Compare database values to the file system:
|
||||
|
||||
`pacfile --check`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacfile --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`pacfile --version`
|
||||
Reference in New Issue
Block a user