snippetbashTip
pacsync — Update sync databases. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/
Viewed 0 times
commandpacsyncupdatecliinformationdatabasesmoresync
linux
Problem
How to use the
pacsync command: Update sync databases. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacsync.pod>.Solution
pacsync — Update sync databases. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacsync.pod>.Update all sync databases:
sudo pacsyncUpdate specific sync databases:
sudo pacsync {{repository1 repository2 ...}}Update sync databases even if they are already up-to-date:
sudo pacsync --forceUpdate 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 --updatedCode Snippets
Update all sync databases
sudo pacsyncUpdate specific sync databases
sudo pacsync {{repository1 repository2 ...}}Update sync databases even if they are already up-to-date
sudo pacsync --forceUpdate 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 --updatedContext
tldr-pages: linux/pacsync
Revisions (0)
No revisions yet.