mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
445 B
Plaintext
22 lines
445 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# checkupdates-aur
|
|
|
|
> Check pending updates from the Arch User Repository (AUR).
|
|
> More information: <https://metacpan.org/dist/OS-CheckUpdates-AUR>.
|
|
|
|
- List pending updates for AUR packages:
|
|
|
|
`checkupdates-aur`
|
|
|
|
- List pending updates for AUR packages in debug mode:
|
|
|
|
`CHECKUPDATES_DEBUG=1 checkupdates-aur`
|
|
|
|
- Display help:
|
|
|
|
`checkupdates-aur --help`
|