Skip to content

Instantly share code, notes, and snippets.

@metzenseifner
Last active June 22, 2024 10:33
Show Gist options
  • Save metzenseifner/cb61ecfd614a93c5927ba3cd62d68127 to your computer and use it in GitHub Desktop.
Save metzenseifner/cb61ecfd614a93c5927ba3cd62d68127 to your computer and use it in GitHub Desktop.
Fix ldconfig "file is empty, not checked" error
# --overwrite '*' whereby * means every file path; reinstall everything otherwise you might get "exists in filesystem" errors
pacman -Syyu $(pacman -Qnq) --overwrite '*'
@metzenseifner
Copy link
Author

metzenseifner commented Jun 6, 2024

Sorry it took so long. I wrote this back when —force was still an option (a long time ago). I just noticed the comments 😃. Thanks everybody.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment