Skip to content

Instantly share code, notes, and snippets.

@mator
Last active August 29, 2023 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mator/14e7a6155bce5f967250a5432199e6c4 to your computer and use it in GitHub Desktop.
Save mator/14e7a6155bce5f967250a5432199e6c4 to your computer and use it in GitHub Desktop.
archlinux pacman resync missing files
check first
pacman -Qk 2>/dev/null | awk -F: '! /0 missing files$/ {print $1}' | xargs pacman -S
then use `--noconfirm` as last option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment