Files
tldr/pages/linux/pacsync.md
T
Meinard Francisco ec757b82f7 pacsync: add page (#19647)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-11-29 13:14:09 +00:00

563 B

pacsync

Update sync databases. More information: https://github.com/andrewgregory/pacutils/blob/master/doc/pacsync.pod.

  • Update all sync databases:

sudo pacsync

  • Update specific sync databases:

sudo pacsync {{repository1 repository2 ...}}

  • Update sync databases even if they are already up-to-date:

sudo pacsync --force

  • Update sync databases using a specific configuration file:

sudo pacsync --config {{path/to/pacman.conf}}

  • Update sync databases and return true only if a database was actually updated:

sudo pacsync --updated