`pkg> rm Proj` doesn't delete the project folder

That command removes ExtractMacro from the current environment, but other environments on your system might still need ExtractMacro, so the folder isn’t deleted.

If you want to clean up any packages that aren’t used by any environment, you can garbage collect by typing

pkg> gc
2 Likes