mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 16:50:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,15 +6,23 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# checkupdates
|
||||
|
||||
> Check pending updates in Arch Linux.
|
||||
> More information: <https://manned.org/checkupdates.8>.
|
||||
> More information: <https://manned.org/checkupdates>.
|
||||
|
||||
- List pending updates:
|
||||
- Synchronize the database and list pending updates:
|
||||
|
||||
`checkupdates`
|
||||
|
||||
- List pending updates and download the packages to the `pacman` cache:
|
||||
- List pending updates without syncing the database:
|
||||
|
||||
`checkupdates --download`
|
||||
`checkupdates {{[-n|--nosync]}}`
|
||||
|
||||
- Display the list of pending updates if it differs from the last time this option was used:
|
||||
|
||||
`checkupdates {{[-c|--change]}}`
|
||||
|
||||
- List pending updates and download the packages to the `pacman` cache (`/var/cache/pacman/pkg`):
|
||||
|
||||
`checkupdates {{[-d|--download]}}`
|
||||
|
||||
- List pending updates using a specific `pacman` database:
|
||||
|
||||
@@ -22,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display help:
|
||||
|
||||
`checkupdates --help`
|
||||
`checkupdates {{[-h|--help]}}`
|
||||
|
||||
Reference in New Issue
Block a user