snippetbashTip
checkupdates — Check pending updates in Arch Linux. More information: <https://manned.org/checkupdates>.
Viewed 0 times
commandpendingcheckupdatesupdatesclilinuxcheckarch
linux
Problem
How to use the
checkupdates command: Check pending updates in Arch Linux. More information: <https://manned.org/checkupdates>.Solution
checkupdates — Check pending updates in Arch Linux. More information: <https://manned.org/checkupdates>.Synchronize the database and list pending updates:
checkupdatesList pending updates without syncing the database:
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:CHECKUPDATES_DB={{path/to/directory}} checkupdatesDisplay help:
checkupdates {{[-h|--help]}}Code Snippets
Synchronize the database and list pending updates
checkupdatesList pending updates without syncing the database
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
CHECKUPDATES_DB={{path/to/directory}} checkupdatesContext
tldr-pages: linux/checkupdates
Revisions (0)
No revisions yet.