mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 09:57:12 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/pacinfo
Normal file
33
tldr/linux/pacinfo
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pacinfo
|
||||
|
||||
> Display information about installed packages.
|
||||
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacinfo.pod>.
|
||||
|
||||
- Display information about a specific package:
|
||||
|
||||
`pacinfo {{package_name}}`
|
||||
|
||||
- Disable low-speed timeouts for downloads:
|
||||
|
||||
`pacinfo --no-timeout {{package_name}}`
|
||||
|
||||
- Display sizes in bytes and date values as Unix timestamps:
|
||||
|
||||
`pacinfo --raw {{package_name}}`
|
||||
|
||||
- Display additional package information:
|
||||
|
||||
`pacinfo --verbose {{package_name}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacinfo --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`pacinfo --version`
|
||||
Reference in New Issue
Block a user