[det]pack_remove(+Name)
[det]pack_remove(+Name,
+Options)Remove the indicated package. If packages depend (indirectly) on this
pack, ask to remove these as well. Options:
- interactive(false)
- Do not prompt the user.
- dependencies(Boolean)
- If
true delete dependencies without asking.
- Fixed in 8.1.2 (👉0521ad3) pack_remove/1 if the pack exists but was not attached due to a lacking foreign library. If the pack is really missing it now just prints a message instead of raising an exception. Paulo Moura.