Skip to content

Instantly share code, notes, and snippets.

View floffy-f's full-sized avatar

Florian Vincent floffy-f

  • INRIA
  • Grenoble
  • 17:16 (UTC +01:00)
View GitHub Profile
@metzenseifner
metzenseifner / ldconfig-fix.sh
Last active December 22, 2025 17:18
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 '*'