Skip to content

Instantly share code, notes, and snippets.

@jornane
Created February 4, 2022 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jornane/60bd0b8d3269f05a953bdfe9e49561ba to your computer and use it in GitHub Desktop.
Save jornane/60bd0b8d3269f05a953bdfe9e49561ba to your computer and use it in GitHub Desktop.
Completely reset pkg and all packages in FreeBSD
# Running this WILL make you cry.
# You have been warned.
rm -rf \
/usr/local/etc \
/usr/local/include \
/usr/local/lib \
/usr/local/libdata \
/usr/local/man \
/usr/local/sbin \
/usr/local/share \
/var/db/pkg/local.sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment