Skip to content

Instantly share code, notes, and snippets.

View floffy-f's full-sized avatar

Florian Vincent floffy-f

  • INRIA
  • Grenoble
  • 15:49 (UTC +01:00)
View GitHub Profile
@floffy-f
floffy-f / ldconfig-fix.sh
Last active November 17, 2024 03:21 — forked from metzenseifner/ldconfig-fix.sh
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 '**.so*'