Skip to content

Instantly share code, notes, and snippets.

@atomlab
Last active March 24, 2025 15:34
Show Gist options
  • Save atomlab/607c6cf9de5c92430932cd298980d287 to your computer and use it in GitHub Desktop.
Save atomlab/607c6cf9de5c92430932cd298980d287 to your computer and use it in GitHub Desktop.
Pacman: "exists in filesystem" errors

Wokraround

pacman -S --overwrite "*" <package_name>

Also

pacman -Qnq | pacman -S - --overwrite '*' 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment