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 February 2, 2025 12:49
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 '*'