snippetbashTip
paclock — Lock/unlock the libalpm database (used by `pacman`) to prevent or allow simultaneous package managem
Viewed 0 times
thecommandpaclocklibalpmdatabasecliunlocklock
linux
Problem
How to use the
paclock command: Lock/unlock the libalpm database (used by pacman) to prevent or allow simultaneous package management operations. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paclock.pod>.Solution
paclock — Lock/unlock the libalpm database (used by pacman) to prevent or allow simultaneous package management operations. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paclock.pod>.Lock the database:
sudo paclockWrite the lock file path to
stdout (without locking the database):paclock --printUnlock the database:
sudo paclock --unlockDisplay help:
paclock --helpDisplay version:
paclock --versionCode Snippets
Lock the database
sudo paclockWrite the lock file path to `stdout` (without locking the database)
paclock --printUnlock the database
sudo paclock --unlockDisplay help
paclock --helpDisplay version
paclock --versionContext
tldr-pages: linux/paclock
Revisions (0)
No revisions yet.