Skip to content

Instantly share code, notes, and snippets.

View mureithimaina's full-sized avatar
🎯
Focusing

Mureithi Maina mureithimaina

🎯
Focusing
View GitHub Profile
@metzenseifner
metzenseifner / ldconfig-fix.sh
Last active August 14, 2024 11:31
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 '*'