Skip to content

Instantly share code, notes, and snippets.

View floffy-f's full-sized avatar

Florian Vincent floffy-f

  • INRIA
  • Grenoble
  • 13:09 (UTC +01:00)
View GitHub Profile
@metzenseifner
metzenseifner / ldconfig-fix.sh
Last active March 15, 2026 11:08
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 '*'