-
-
Save floffy-f/81d0875de3e2a2da53ebff6f5eadbc0f to your computer and use it in GitHub Desktop.
Fix ldconfig "file is empty, not checked" error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --overwrite '*' whereby * means every file path; reinstall everything otherwise you might get "exists in filesystem" errors | |
| pacman -Syyu $(pacman -Qnq) --overwrite '**.so*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment